Bright Meteorites and Space Debris
This 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:
Screenshots
(https://ibb.co/QmSQxZ9)
(https://ibb.co/V9fHW9H)
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 (https://www.mediafire.com/file/rrhwztl1eaoas3s/CircleMeteors.mpk/file) (Orange sprite for craters only)
OrangeMeteors (https://www.mediafire.com/file/v1v9ym5a3pmyyil/OrangeMeteors.mpk/file) (Orange sprites for meteorites and space debris)
BrightMeteors (https://www.mediafire.com/file/o4gvwucm4tlnbyf/BrightMeteors.mpk/file) (All three sprites are orange - craters, meteorites & space debris)
How to install mod:
(Note: I only recommend installing one of the three.)
To use "CircleMeteors.mpk":
Add the following line to enable this mod.
Result file looks like this:
To use "OrangeMeteors.mpk":
Add the following line to enable this mod.
Result file looks like this:
To use "BrightMeteors.mpk":
Add the following line to enable this mod.
Result file looks like this:
Finally, save your changes, close the file and run your game client.
This 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
(https://ibb.co/QmSQxZ9)
(https://ibb.co/V9fHW9H)
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 (https://www.mediafire.com/file/rrhwztl1eaoas3s/CircleMeteors.mpk/file) (Orange sprite for craters only)
OrangeMeteors (https://www.mediafire.com/file/v1v9ym5a3pmyyil/OrangeMeteors.mpk/file) (Orange sprites for meteorites and space debris)
BrightMeteors (https://www.mediafire.com/file/o4gvwucm4tlnbyf/BrightMeteors.mpk/file) (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. (https://steamcommunity.com/sharedfiles/filedetails/?id=1704026333) - 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"
Code Select
<?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.
Code Select
<mod>CircleMeteors</mod>
Result file looks like this:
Code Select
<?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.
Code Select
<mod>OrangeMeteors</mod>
Result file looks like this:
Code Select
<?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.
Code Select
<mod>BrightMeteors</mod>
Result file looks like this:
Code Select
<?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.