Starbound

Starbound

115 ratings
Don't Drop It!
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
548.000 B
22 Jan, 2019 @ 3:30pm
1 Change Note ( view )

Subscribe to download
Don't Drop It!

In 1 collection by Xan
Other
23 items
Description
A minimal mod that disables dropping your inventory on both Survival and Hardcore mode when you die. This does nothing more.
48 Comments
Ryuzen 19 Nov, 2024 @ 10:58am 
Does this mod work?
Vas 12 Dec, 2020 @ 10:23pm 
Its just not working is all, I even added priority to move the mod's priority to load last. It just, didn't seem to alter anything when I made my version is all.
Xan  [author] 12 Dec, 2020 @ 9:22pm 
I don't remember how to do it properly. That, and there's not enough information anyway "it's failing" is not helpful. Like crashing on startup? Doing nothing?

Chances are it is working, but another mod is loading after it and overriding it. That's my only guess.
Vas 12 Dec, 2020 @ 8:26pm 
Alright, cause I'd really like to have hardcore drop everything except the stuff in my hotbar, and my clothing and skin slots. It gets annoying reassigning those slots back to those items when I go pick my shit up again.

Unless you know of a mod that saves these slots.
Xan  [author] 10 Dec, 2020 @ 6:40pm 
I can deal with it later, im outta the house
Xan  [author] 10 Dec, 2020 @ 6:40pm 
idk. I havent done sb modding in a fat minute, and its convoluted af (thats why I stopped).
Vas 10 Dec, 2020 @ 6:01pm 
Pff. Can't format in comments. Anyway. The goal was to replace the hardcore drop mode with the Survival array, or rather to stop dropping clothing, armor, and weapons. (Simply because the fact that you can't restore the item positions when you go back and pick your shit up again)

And I figured I'd increase the pixel loss to 75% too. However, its just not working, I dunno why.
Vas 10 Dec, 2020 @ 6:00pm 
Heya, I was trying to make an adjustment that drops only specific item types. I wondered if you could help with that. Here's the attempt I did with modding it in but it seems to be failing.

[code][
{
"op": "replace",
"path": "/hardcore",
"value": {"deathDropItemTypes" : [
"generic",
"liquid",
"material",
"consumable"
]
}
},
{
"op" : "replace",
"path" : "/hardcore/reviveCostPercentile",
"value" : 0.75
}
][/code]
PentaSquares 2 Dec, 2020 @ 10:24am 
alright
Xan  [author] 30 Nov, 2020 @ 12:38pm 
All joking aside, playermodes.config is simply a set of values. all have a key called "deathDropItemTypes". For casual, that's set to "none", for survival, it's set to ["generic", "liquid", "material", "consumable"], and for hardcore it's set to "all".

They also have a key called "permadeath", which is false for casual/survival and true for hardcore. Basically, it is possible for a different mod to come in and disable permadeath, thus giving this mod a use for hardcore mode