About
This is a very simple mod that reduces the percentage of pixels lost when you die.
I did not think of the original idea for this mod. The original mod was created by Archer.
If you want to see the original mod, click here. I just noticed that his mod hasn't been updated to the Upbeat Giraffe modding format, so I went and recreated it and updated it for the newest stable build.
Installation
Just unzip the file and drop it into the "mods" folder inside the "giraffe_storage" folder.
Customization
Customizing this mod is extremely easy and only takes a couple of steps.
To start customizing, open the "player.config.patch" in the mod folder with a text editor like Notepad. When you open it, you should see:
Code:[ {"op":"replace","path":"/reviveCost/percentile/","value":10.0} ]
All you need to do to customize the percentage of pixel loss is to change number after "value":
Example:
For those who still don't understand how to customize the percentage here is a example. Let us say we want to change the pixel loss to 74.5% ('cause we're crazy). In order to do that, all we need to do is to change:
toCode:[ {"op":"replace","path":"/reviveCost/percentile/","value":10.0} ]
Now when we save the file and open starboard the percentage should change!Code:[ {"op":"replace","path":"/reviveCost/percentile/","value":74.5} ]
Warning! Tinkering with any other text besides the number after the "value": will cause the mod to not work. Alter the mod at your own risk!
- Mod Pack Permissions:
- Anyone can use this mod in their mod compilation without the author's consent.
- Mod Assets Permissions:
- Anyone can alter/redistribute the mod's assets without the author's consent.
-
Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.Dismiss Notice
Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
Retr0's Reduced Respawn Cost v1.2
Changes the percentage of pixels lost on death from 30% to 10%.
Recent Updates
- Mod still working for Glad Giraffe! Dec 16, 2015
- v1.2 May 16, 2015
- v1.1 (Spirited Giraffe) Apr 25, 2015