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: hereChangelog:0.0.1 (13 February 2020)
Public release.
How to install mod: - If you are using a Steam version:
Here is guide for you. - 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!