Starbound

Starbound

77 betyg
Fuzzier Neki! SFW Edition
   
Utmärkelse
Favorit
Favoritmarkerad
Avfavoritmarkerad
Filstorlek
Lades upp
Uppdaterades
10.829 KB
1 okt, 2021 @ 9:59
8 jun, 2024 @ 5:46
12 ändringsnotiser ( visa )

Abonnera för att ladda ner
Fuzzier Neki! SFW Edition

Beskrivning
A simple reskin mod for the Neki race that adds a bit more fuzz to the body! This includes the feet, some of the arms, and the ears. It also makes the body more SFW like the vanilla races. This mod is totally clientside, and can be safely installed and uninstalled without consequences. Enjoy!
12 kommentarer
JolleyTS13 30 nov, 2024 @ 13:52 
WTF! it is nakid :steamfacepalm:
Juni  [skapare] 15 sep, 2022 @ 13:25 
Nope, it's not just you!
Apparently I left the body sprite files named wrong in the last update somehow, which is why this one simply wouldn't work at all... I'm sorry :(

Fixed it now! Thank you for reporting it :3
rowanwan 1 sep, 2022 @ 15:30 
having problems getting this one to work... no problem with any of the other retextures, and i don't have any other mod that could be messing with it. unsure if it's just me or not :ScroobertCheer:
Juni  [skapare] 29 apr, 2022 @ 3:56 
Updated this, too! ♥
Simply a Speck of Dust 15 jan, 2022 @ 8:57 
Can confirm, works with FU (and nekiFU patch)
Juni  [skapare] 11 dec, 2021 @ 13:57 
Can't really be incompatible, it's just a texture :3
Tango Uniform 11 dec, 2021 @ 3:57 
Hello! Just wanted to pop in and say this doesn't appear to be compatible with Frackin Universe. Not a big deal, but I thought you would like to know
5eb37a 9 okt, 2021 @ 11:19 
That fixed it, thanks
ѕaιnт apollyon  [skapare] 9 okt, 2021 @ 10:46 
Yeah, I'll throw that in there. Should've done that first time around, but it didn't cross my mind.
5eb37a 9 okt, 2021 @ 10:29 
Mod is good, but it needs to be set to ensure it load after the base mod.
Starbound is stupid, and determines mod load order seemingly at random, which can result in mods that patch other mods (like this one) potentially loading before the mod it patches, causing it to not function.
This can be fixed by adding one of 2 lines to the mod's _metadata;
"priority" : 9998, uses an integer between 1 & 9999, with higher numbers loading later, or
"includes" : ["Neki"], loads the mod after the listed mod, using the name defined in the patched mod's _metadata.