Customizing the Adventure System
From Web-Adventure-Kit-Wiki
Contents |
[edit] Overview
You can customize and tweak several aspects of each adventure system.
[edit] Scumm
[edit] GUI
To customize the scumm gui you have to modify the file: adventure/gui/ScummGui.xml . In the image below the yellow words are XML tags of different aspects of the interface to customize.
[edit] Panel
In the background panel you can choose between set a flat color with PanelColor or set a custom image as background by using PanelBg.
[edit] Buttons
To customize a button for an action or scrolling you have to set the asset id for the three states of the button otherwise the button will ignore your changes, you can use the same asset id for the three states.
[edit] Inventory
The inventory position by default is the one which is shown in the picture, if you want it in a different position you can change the Position tag in the inventory section. You can change the number of items displayed in the inventory by changing the row or columns of items being shown
[edit] Dialogs
To customize the Dialog interface of the scumm system you have to edit the file adventure/dialogs/ScummDialogs.xml




