[Client] Magic Carpet (hoverboard art change)

Started by ai_enabled, February 13, 2020, 10:39:28 AM

ai_enabled

This simple mod will replace hoverboards art with magic carpets!
No other changes. Just for fun :-)



Mod type: Client-side mod.

Latest version: 0.0.1

Supported game version: 0.25.+

Download latest version: here (https://drive.google.com/open?id=14EUKFoZ0NYJpO0R8hyOG5YrXBFPL3J_C)

Changelog:
0.0.1 (13 February 2020)
Public release.

How to install mod:

  • If you are using a Steam version:
    Here is guide for you. (https://steamcommunity.com/sharedfiles/filedetails/?id=1704026333)
  • If you are using a launcher:
    Open mod file "MagicCarpet.mpk" with launcher. Press 'Yes' to overwrite (if you updating mod). Press yes to activate. Done. Enjoy!
    (Yep, now it's that easy)
  • If you run game client directly:
    Place mod file "MagicCarpet.mpk" in your "Data" -> "Mods" folder. Then go back in "Data" folder and open "ModsConfig.xml"
File "ModsConfig.xml" looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
</mods>

Add following line to enable this mod.
<mod>MagicCarpet</mod>
Result file looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
  <mod>core_1.0.0</mod>
  <mod>MagicCarpet</mod>
</mods>


Save the changes. Close the file. Restart the game.

Enjoy the game!