-
Notifications
You must be signed in to change notification settings - Fork 5
Game Settings
Super Hackio edited this page Apr 4, 2023
·
1 revision
New in GLE-V2, GameSettings.bcsv resides inside ObjectData/SystemData.arc, and contains global game settings. Below is a list of all settings.
| Name | Data Field | Description |
|---|---|---|
| PlayerLeft | Param00Int | Sets the amount of lives that the player starts the file with. This value is also what the game will set your live count to when you Game Over. Note: Because I added this setting, your live count will also be saved in your save file. |
| LoadIcon | Data | Enables/Disables the use of the Load Icon. If LoadIcon is disabled, it will not be loaded into memory. Set Data to o for "Enable" and x for "Disable". (Recommended value: o.) |
| Player | Data | Determines which character you start save files with. Set Data to Mario to start as Mario, and Luigi to start as Luigi. |
| AllCompleteMessage | Data | Enables/Disables the message that gets sent to your Wii Message Board upon 100% completion of a file. Set Data to o for "Enable" and x for "Disable". (Recommended value: o.) |
| StarColorStart | Param00Int | Defines the start point for the GLE to find which character in the font is which Power Star Colour. |
| CometColorStart | Param00Int | Defines the start point for the GLE to find which character in the font is which Power Star Colour (for the Comet icons). |
| GrandColorStart | Param00Int | Defines the start point for the GLE to find which character in the font is which Power Star Colour (for the Grand Star icons). |
| MaxPages | Param00Int | The maximum amount of pages that will be used by the All Star List |
| Message | Data & Param00Int | There may be multiple of these (at least one is required). These will determine which message gets displayed on your file at the File Select. Data is the MSBT Label to use (MSBT Labels for this function go inside LocalizeData/<Language>/MessageData/LayoutMessage.arc/LayoutMessage/Layout_FileInfo.msbt).Param00Int is how many power stars are needed to display this message. Note: A full progress check is not available at the file select, so you can only check the number of stars on a file. |
Note: This custom sidebar is for content not yet finished. Please use the above "Pages" dropdown for now.
Usage Guides
Layouts
Objects
Scenes
- Stages
- Non-Stages
- Hubworlds
- Scenario
- Map
- UseResource
- ZoneInfo