Starbound
79 évaluations
Fuzzier Neki! SFW Edition
   
Récompenser
Ajouter aux favoris
Favoris
Retirer des favoris
Taille du fichier
Publié le
Mis à jour le
11.394 KB
1 oct. 2021 à 9h59
22 sept. à 7h07
13 notes de changement ( voir )

S'abonner pour télécharger
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 commentaires
JolleyTS13 30 nov. 2024 à 13h52 
WTF! it is nakid :steamfacepalm:
Juni  [créateur] 15 sept. 2022 à 13h25 
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 sept. 2022 à 15h30 
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  [créateur] 29 avr. 2022 à 3h56 
Updated this, too! ♥
Simply a Speck of Dust 15 janv. 2022 à 8h57 
Can confirm, works with FU (and nekiFU patch)
Juni  [créateur] 11 déc. 2021 à 13h57 
Can't really be incompatible, it's just a texture :3
Tango Uniform 11 déc. 2021 à 3h57 
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 oct. 2021 à 11h19 
That fixed it, thanks
ѕaιnт apollyon  [créateur] 9 oct. 2021 à 10h46 
Yeah, I'll throw that in there. Should've done that first time around, but it didn't cross my mind.
5eb37a 9 oct. 2021 à 10h29 
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.