Starbound

Starbound

Not enough ratings
Neki Furniture - Other Floofs
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
747.283 KB
Jun 28, 2024 @ 8:49pm
Dec 13, 2024 @ 12:06pm
10 Change Notes ( view )

Subscribe to download
Neki Furniture - Other Floofs

In 3 collections by Vix
Viksh&frens Collection
177 items
Viksh&frens Collection -sfw *BONK*
171 items
All Vix Mods
24 items
Description
Made for the Neki race mod.
Works with Neki Furniture - Standalone mod instead too.
DO NOT use both of these at once though.
If you play with the Neki race mod, you might be interested in NekiDebloat, that reorganizes the crafting a bit to clear up the empty-hand(paw) crafting menu.



This mod has for purpose to make allow a bit more flexibility to some Neki pieces of Furniture.

Neki Pod:
The Neki pod reacts the same way for every non-vanilla specie. It's a bit dull and generic.
This mod aknowledges the floof.

On top of a modified lua that allows to patch-in some custom messages in on a specie-by-specie, the floofiness of your specie or its cat-like / cat-adjacent traits can sometimes fool the pod partially or fully in providing you with all the perks a Neki would. (will still complain though)

Neki Table:
A cardbox fort with a bunch of knickknacks and threads? Not just the Neki would want to play in that... but your S.A.I.L might be slightly appalled by your behavior.

Once again, modified lua, and the possibility to add support easily not just for species that would play in the cardboard box, but also species that would not! (Your S.A.I.L would have picked on how you've been eyeing it.)

Neki WallBed StorageLocker:
Don't judge. Nekos, Kitsunes, Familliars or even plain cats would have the compulsion to stash themselves into that.
Your S.A.I.L might judge you for it though.

Same as for the Neki Table when it comes to custom messages, whether you end up shoving yourself into it or not.



Support
It's still WIP, but I already started adding messages and stuff for Kitsune, Saturnians, and I will be adding a few more species with fluff later



Modders

In metadata:
include "NFOF" to load your mod after mine.

Nekipod
Add a specie to the floofs recognized by the Neki Pod
in /objects/neki/nekipod/nekipod.object.patch
[ { "op": "add", "path": "/NFOFlist/-", "value": [ "yourspecie" ] }, //Just with this^, the specie will be recognized as floof and will have slightly different dialogue from the Neki pod. // If you want specific ones for the specie, also do as example bellow: { "op": "add", // specie must have first letter capitalized. Ex: chatKitsune "path": "/chatOtherYourspecie", "value": [ "^yellow;DIALOGUE1^reset;", "^orange;DIALOGUE2^reset;", "^red;DIALOGUE3.^reset;" ] }, { "op": "add", // specie must have first letter capitalized. Ex: toneKitsune "path": "/toneOtherYourspecie", "value": [ "warning", "error", "alarm" ] } ]
in /stats/effects/nekipod/nekipodeffects.statuseffect.patch
[ { "op": "add", // NAList for full effects. JFList for partial effects. "path": "effectConfig/NAList/-", "value": [ "yourspecie" ] } ]

Nekiwallbed and Nekitable

in /objects/neki/nekitable/nekitable.object.patch
in /objects/neki/nekibedlocker/nekibedlocker.object.patch
[ { "op": "add", "path": "/canUse/yourspecie", "value": true // or false! }, //Just with this^, your specie will be able to use them, and the S.A.I.L won't comment on it. // If you want your AI to scold you a bit, also do as example bellow: { // In this case, it will only display an AI message an average of once in six interactions // Only custom lines can be on a roll chance "op": "add", "path": "/NFOAIcommentRollsize", "value": { "yourspecie": 6 } }, { "op": "add", // specie must have first letter capitalized. Ex: NFOFAIcommentKitsune "path": "/NFOFAIcommentYourspecie", "value": [ "^yellow;DIALOGUE1^reset;", "^orange;DIALOGUE2^reset;", "^red;DIALOGUE3.^reset;" ] } ]
5 Comments
Juni Nov 5, 2024 @ 6:06am 
I think I may be about to make this mod of yours way more popular with the next update. Could you please hit me up on Discord about that? ^-^
Vix  [author] Oct 25, 2024 @ 6:38am 
@Juni thanks for the info! I'm not yet set on whether or not I rather just remove that functionality from the 'box fort', or just change basically every race to be able to use it and put custom messages from the S.A.I.L for them, so in the mean time I just patched it so it would work the same for now.
Juni Oct 24, 2024 @ 7:51pm 
I've removed the species restriction completely from the Basic Table in the last update, you should probably update it in your mod as well ^-^
Vix  [author] Jun 29, 2024 @ 7:47am 
@Juni yeah it's a bit risky, especially considering what unknown floof can do to its filtering modules, the thing might throw some errors and stuff °^°
Juni Jun 29, 2024 @ 1:28am 
The last time a species tinkered with that pod resulted in a bunch of shrewd, borderline feral semi-felidae coming out the other end. Just saying ^-^