Desert Rage License
! Limits
  • Only 12 enemies and 4 bosses.
  • You must publish under our license.
File location
  • Go to game folder.
  • For enemies

    Go to "Resources/Media/Data/Opponents/Foes.json".

    For bosses

    Go to "Resources/Media/Data /Opponents/Bosses.json".

Theme
Bosses only
  • MP3 format

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/OST/Music/NewTemple".
    If there is no folder, create one
  3. Place your file here

Specify path from game folder to your file, like so.

"Noise": "Resources/Media/OST/Music/NewTemple/Boss.mp3"

Death
  • MP3 format
  • Duration ≤ 2 seconds
If hero defeated last enemy on
the floor then this theme will be
replaced with victory fanfare.

Attachment

  1. Go to game folder
  2. For enemies

    Go to "Resources/Media/OST/Sounds/Defeat/Enemies".

    For bosses

    Go to "Resources/Media/OST/Sounds/Defeat/Bosses".

    If there is no folder, create one

  3. Place your file here

Specify path from game folder to your file, like so.

"Death": "Resources/Media/OST/Sounds/Defeat/Bosses/UghZan2.mp3"

ID

ID - requred sequence enemy number.

"ID": 1

Icons
  • SVG format
  • 60 x 60
  • Transparent background
  • Clear borders of the drawing

You will need two enemy images

  • Idle.svg
  • Action.svg

Attachment

  1. Go to game folder
  2. For enemies

    Go to "Resources/Media/Images/Battle/Enemies/UghZan2".

    For bosses

    Go to "Resources/Media/Images/Battle/Bosses/UghZan2".

    If there is no folder, create one

  3. Place your files here

Specify path from game folder to your file, like so.

"Icon": "Resources/Media/Images/Battle/Bosses/UghZan2/Idle.svg",
"Action": "Resources/Media/Images/Battle/Bosses/UghZan2/Action.svg"

Description

Recommendations

Great description should be short and reliable.

"Description": "Who are you?!"

Name

Recommendations

Good name should be short and
contain 1-2 words.

"Name": "Ugh Zan II"

EN Localization RU

To made mod work correctly on both
english and russian devices duplicate
the file.

Then change file extension from
.json to .ru-RU.json

Now edit Name and Description to a russian equivalent.

"Name": "Угх-Зан II",
"Description": "Ты кто?!",