AtomicTorch Studio Forums

CryoFall => Mods => Topic started by: Thundercraft on January 07, 2023, 02:11:40 AM

Title: [Client] Bright Meteorites and Space Debris
Post by: Thundercraft on January 07, 2023, 02:11:40 AM
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://i.ibb.co/Ky4h8Y6/Bright-Meteor-meteorite.jpg) (https://ibb.co/QmSQxZ9)
(https://i.ibb.co/W5mDW5D/Bright-Meteor-space-debris.jpg) (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.)
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.