Bright Meteorites and Space DebrisThis is just a retexture of the sprites for the meteorite, space debris and/or the crater underneath them in order to make them
bright orange and much easier to spot.
There are three versions:
- CircleMeteors = Only changes Craters (underneath Meteorites and Space debris) to add a bright orange circle around them
- OrangeMeteors = Only changes the sprites for Meteorites and Space debris to make them bright orange
- BrightMeteors = Changes both the Craters underneath as well as the Meteorites and Space debris on top
Screenshots
Mod type: Client mod
Latest version: 1.0.0
Supported game version: CryoFall v1.33.1.15 (R33)
(NOTE: In theory, it should work in all game versions - as long as they don't change the name or location of the textures for meteorite, space debris and/or crater.)
Download lastest version:CircleMeteors (Orange sprite for craters only)
OrangeMeteors (Orange sprites for meteorites and space debris)
BrightMeteors (All three sprites are orange - craters, meteorites & space debris)
How to install mod: (Note: I only recommend installing one of the three.)
- If you are using a Steam version:
Here is guide for you. - If you run game client directly:
Place mod file (either "CircleMeteors.mpk", "OrangeMeteors.mpk", or "BrightMeteors.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>
To use "CircleMeteors.mpk":Add the following line to enable this mod.
<mod>CircleMeteors</mod>
Result file looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
<mod>core_1.0.0</mod>
<mod>CircleMeteors</mod>
</mods>
To use "OrangeMeteors.mpk":Add the following line to enable this mod.
<mod>OrangeMeteors</mod>
Result file looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
<mod>core_1.0.0</mod>
<mod>OrangeMeteors</mod>
</mods>
To use "BrightMeteors.mpk":Add the following line to enable this mod.
<mod>BrightMeteors</mod>
Result file looks like this:
<?xml version="1.0" encoding="utf-8" standalone="yes"?>
<mods>
<mod>core_1.0.0</mod>
<mod>BrightMeteors</mod>
</mods>
Finally, save your changes, close the file and run your game client.