Starbound

Starbound

77 ratings
Fuzzier Neki! SFW Edition
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
10.829 KB
Oct 1, 2021 @ 9:59am
Jun 8, 2024 @ 5:46am
12 Change Notes ( view )

Subscribe to download
Fuzzier Neki! SFW Edition

Description
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 Comments
JolleyTS13 Nov 30, 2024 @ 1:52pm 
WTF! it is nakid :steamfacepalm:
Juni  [author] Sep 15, 2022 @ 1:25pm 
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 Sep 1, 2022 @ 3:30pm 
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  [author] Apr 29, 2022 @ 3:56am 
Updated this, too! ♥
Simply a Speck of Dust Jan 15, 2022 @ 8:57am 
Can confirm, works with FU (and nekiFU patch)
Juni  [author] Dec 11, 2021 @ 1:57pm 
Can't really be incompatible, it's just a texture :3
Tango Uniform Dec 11, 2021 @ 3:57am 
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 Oct 9, 2021 @ 11:19am 
That fixed it, thanks
ѕaιnт apollyon  [author] Oct 9, 2021 @ 10:46am 
Yeah, I'll throw that in there. Should've done that first time around, but it didn't cross my mind.
5eb37a Oct 9, 2021 @ 10:29am 
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.