Desert Rage License
! Limits
  • Only 3 characters.
  • You must publish under our license.
Files location
  • Go to game folder.
  • Go to "Resources/Media/Data/Characters/Pay/Beginner.json".

    If there is no folder, duplicate and rename one.

  • Check "Beginner.json" file to work with main content.

    Check "Next.json" file to edit next level stats.

Stand image

Hero map stand poses

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

You will need four images

  • Up.svg
  • Left.svg
  • Down.svg
  • Right.svg

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/Images/Locations/Total/Person/Pay/Static".

    If there is no folder, create one

  3. Place your files here

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

"StandImage": ["Resources/Media/Images/Locations/Total/Person/Pay/Static/Up.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Static/Left.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Static/Down.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Static/Right.svg"]

Going image

Hero map walking poses

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

You will need at least eight images

  • Up/1.svg
  • Up/2.svg
  • Left/1.svg
  • Left/2.svg
  • Down/1.svg
  • Down/2.svg
  • Right/1.svg
  • Right/2.svg

The more images you create - the more
smoothier walk will look.

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/Images/Locations/Total/Person/Pay/Walk".

    If there is no folder, create one

  3. Place your files here

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

"GoingImage": [
["Resources/Media/Images/Locations/Total/Person/Pay/Walk/Up/1.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Up/2.svg"],
["Resources/Media/Images/Locations/Total/Person/Pay/Static/Left.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Left/1.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Static/Left.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Left/2.svg"],
["Resources/Media/Images/Locations/Total/Person/Pay/Walk/Down/1.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Down/2.svg"],
["Resources/Media/Images/Locations/Total/Person/Pay/Static/Right.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Right/1.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Static/Right.svg",
"Resources/Media/Images/Locations/Total/Person/Pay/Walk/Right/2.svg"]
]

To note: left and right poses use
intermediate frames from stand images
to smooth moves and recycle content.
Map image

Hero current map image

"MapImage": "Resources/Media/Images/Locations/Total/Person/Pay/Static/Down.svg"

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

You will need three images

  • Icon.svg
  • Idle.svg
  • Action.svg

Attachment

  1. Go to game folder
  2. Go to "Resources/Media/Images/Battle/Character/Pay".

    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/Character/Pay/Icon.svg",
"Image": "Resources/Media/Images/Battle/Character/Pay/Idle.svg",
"Action": "Resources/Media/Images/Battle/Character/Pay/Action.svg"

Description

Recommendations

Great description should be short and reliable.

"Description": "I'm the takoyaki guy"

Name

Recommendations

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

"Name": "Pay"

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": "Пэй",
"Description": "Я парень с такояки",