Gui folder
contains the list of locations and the earthquake effect settings.
Table of contents
Locations settings
is a configuration file used both by the game and the Discord Rich Presence that contains the list of locations in the custom level. This can be changed editing the gui/location_settings.xml
file.
Locations
required
contains every location. Locations is an array of <Location>
, an array means that there could possibly be multiple <Location>
tags.
Location
contains every detail about the single location such as:
tag | description | type | required |
<start> |
Screen number where location starts | int | Yes |
<end> |
Screen number where location ends | int | Yes |
<unlock> |
Screen number where location name pops up | int | Yes |
<name> |
Location name | string | Yes |
<ignore> |
Disables percentage for a location (from v1.7.1) | bool | No |
If you’ve done it correctly, it should end up something like this:
Earthquake effect
Implemented from v1.4.0, this permits to disable/enable the earthquake effect used by Jump King in correspondence of the towers. This is effect consists of moving the screen left and right by one pixel. The earthquake effect can be changed using the gui/earthquake_settings.xml
file.
By default there’s only one screen set to 0, so it will never trigger. In case you want to use it, you will need to name every screen number with:
<int>SCREEN_NUMBER</int>
It should look like the following example: