Staxel
This item is incompatible with Staxel. Please see the instructions page for reasons why this item might not work within Staxel.
41 ratings
StaxelNeeds
   
Award
Favorite
Favorited
Unfavorite
File Size
Posted
Updated
967.177 KB
22 Feb, 2019 @ 8:19am
25 May, 2019 @ 1:25pm
16 Change Notes ( view )

Subscribe to download
StaxelNeeds

In 1 collection by dv^nubspielt
StaxelNeeds Test Collection
1 item
Description
You always asked, why there is no need for food, drinks, and other cool stuff in Staxel.

With this mod it is able to take care of yourself and start living.

The standard configuration file you will find below. The configuration can be adjusted to your needs.


To be able to adjust your configfile you have first to start a game, and adjust it afterwards in the folder:
Staxel/LocalContent/server_name/Mods/StaxelNeeds/config.json
  • This was changed, to be able to config the needs for each world. Also fixing a bug with the wrong hash between client and a server of the file server.json.
increase_type of each need can be set either to PRICE or VALUE.
  • PRICE - the buying price is considered for the value to increase
  • VALUE- the custom_increase_value will be used or the values from items section


{ "fullness": { "decrease_by_timeout": 1, "timeout_in_game_minutes": 60, "increase_type": "VALUE", "custom_increase_value": 100, "decrease_need_by_increase": { "fullness": 0, "satiation": 0, "cleanliness": 0, "bladder": 3 }, "effect": { "type": "DARK", "effect_strength": 40 }, "items": {} }, "satiation": { "decrease_by_timeout": 1, "timeout_in_game_minutes": 60, "increase_type": "VALUE", "custom_increase_value": 100, "decrease_need_by_increase": { "fullness": 0, "satiation": 0, "cleanliness": 0, "bladder": 5 }, "effect": { "type": "DARK", "effect_strength": 40 }, "items": { "codes": [ "staxel.tileObject.serverVillage.KitchenSink", "staxel.tileObject.themedfurniture.bathroom.Sink" ], "staxel.tileObject.serverVillage.KitchenSink": { "increase_value": 100 }, "staxel.tileObject.themedfurniture.bathroom.Sink": { "increase_value": 100 } } }, "cleanliness": { "decrease_by_timeout": 1, "timeout_in_game_minutes": 60, "increase_type": "VALUE", "custom_increase_value": 50, "decrease_need_by_increase": { "fullness": 0, "satiation": 0, "cleanliness": 0, "bladder": 0 }, "effect": { "type": "GREEN", "effect_strength": 30 }, "items": { "codes": [ "staxel.tileObject.serverVillage.KitchenSink", "staxel.tileObject.themedfurniture.bathroom.Sink" ], "staxel.tileObject.serverVillage.KitchenSink": { "increase_value": 100 }, "staxel.tileObject.themedfurniture.bathroom.Sink": { "increase_value": 100 } } }, "bladder": { "decrease_by_timeout": 1, "timeout_in_game_minutes": 60, "increase_type": "VALUE", "custom_increase_value": 100, "decrease_need_by_increase": { "fullness": 0, "satiation": 0, "cleanliness": 25, "bladder": 0 }, "effect": { "type": "GREEN", "effect_strength": 0 }, "items": { "codes": [ "staxel.tileObject.themedfurniture.bathroom.Toilet" ], "staxel.tileObject.themedfurniture.bathroom.Toilet": { "increase_value": 100 } } } }



--------
Changelog Version: 23.05.2019-22:59

- Updated Mod to Staxel v4

Changelog Version: 23.03.2019-01:00

- GPU memory leak fixed

Changelog Version: 07.03.2019-23:53

- Fixed the handling of the savefile. Savefiles and configs can be found in the servers folder
- Needs are persisted after 10 minutes, or on server shutdown

Changelog Version: 06.03.2019-22:29

- Implemented the mod to be more robust, so Staxel wont crash if any error occurs.


Changelog Version: 05.03.2019-23:37

-Fixed a bug with missing config_custom.json

Changelog Version: 27.02.2019-23:47

-Refactored Ressource loading.

Changelog Version: 26.02.2019-00:40

- Refactored Renderer Code
- Added support for Effects

Changelog Version: 25.02.2019-00:47

- Updated the UI

Changelog Version: 23.02.2019-23:46

- Added configuration file for mod. Can be found in mods folder



52 Comments
MsPandaPurple 11 Oct, 2023 @ 3:14pm 
like to know if this will ever get updated
ricsolino(HUN) 1 Oct, 2023 @ 12:16pm 
ok it's dead. I don't care anymore this game and this mod. I give up waiting.
dv^nubspielt  [author] 10 May, 2022 @ 9:55am 
Still alive, had no time for this, but I don't see any good mod for staxel that is doing this. So needs a revival here. ;) Sorry for not keeping this uptodate, let me open source this an automate all the stuff, so some of other modders can keep on the work.
ricsolino(HUN) 10 May, 2022 @ 7:38am 
WOOOWWW Still alive YEAHHH!!! BEST nub_spielt modder!!!!
André 10 May, 2022 @ 12:05am 
NICE!!!!
dv^nubspielt  [author] 9 May, 2022 @ 1:11pm 
Hello guys, I will still update this one for the newer version, soon
ricsolino(HUN) 8 May, 2022 @ 12:29pm 
No more StaxelNeeds and it will never be updated. It was very good.
flappy bird user 13 Apr, 2021 @ 11:16am 
when are u updating this? :o it's a great mod!
PlukIt  [developer] 22 Oct, 2020 @ 5:53am 
We're seeing a lot of error messages from the mod and have marked it as incompatible with the 1.5.* update till this is resolved
Muad'dib 23 Jul, 2020 @ 2:48pm 
Analyzing your variables and I have a couple of questions:
decrease_by_timeout: this says 1 is that 1 notch out of like 5?
timeout_in_game_minutes: default is 60... is that 60 real minutes or supposed to be 60 game minutes?

I ask because it seems like my GF and I play and it drops by what we'd call "a notch" each day but we could go for like 5 days before any of the needs got to 0.

In addition, are these settings player specific? If I edit them on my PC will it take effect on hers when playing co-op or do I need to edit on both computers?