Starbound
78 voti
Fuzzier Neki! SFW Edition
   
Premio
Aggiungi ai preferiti
Preferito
Rimuovi dai preferiti
Dimensioni del file
Pubblicato in data
Aggiornato in data
10.829 KB
1 ott 2021, ore 9:59
8 giu 2024, ore 5:46
12 note di rilascio ( visualizza )

Sottoscrivi per scaricare
Fuzzier Neki! SFW Edition

Descrizione
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 commenti
JolleyTS13 30 nov 2024, ore 13:52 
WTF! it is nakid :steamfacepalm:
Juni  [autore] 15 set 2022, ore 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 set 2022, ore 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  [autore] 29 apr 2022, ore 3:56 
Updated this, too! ♥
Simply a Speck of Dust 15 gen 2022, ore 8:57 
Can confirm, works with FU (and nekiFU patch)
Juni  [autore] 11 dic 2021, ore 13:57 
Can't really be incompatible, it's just a texture :3
Tango Uniform 11 dic 2021, ore 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 ott 2021, ore 11:19 
That fixed it, thanks
ѕaιnт apollyon  [autore] 9 ott 2021, ore 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 ott 2021, ore 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.