Don't Starve Together

Don't Starve Together

Koalefants' Family DST
Joey 9 Dec, 2015 @ 2:57pm
Fix for DST and ROG ( SetVergetarian error )
I've actually fixed the bug which made it impossible to run with ROG / DST.
The actual problem that the mod was facing was calling out a vegetarian function which did not exist anymore since this update.
To fix this problem do as follows:

Step 0. If running dedicated server, shutdown your server by using: "c_shutdown()" in the console.
Step 1. Go to the following folder:
"[Location of your steam folder] \steamapps\common\[Dedicated server or Singleplayer]\mods\workshop-354533909\scripts\prefabs"
Step 2. open baby_koalefant_summer.lua with notepad or any other text editor programs.
Step 3. Find the following line: "inst.components.eater:SetVegetarian()"
Step 4. Replace this with the following line: "inst.components.eater.foodprefs = { "VEGGIE", "SEEDS", "GENERIC" }"

This will fix the crash.
Only bug at the moment is when the baby runs from you it actually disappears visually and once it stops running the body returns.

Last edited by Joey; 9 Dec, 2015 @ 2:58pm
< >
Showing 1-1 of 1 comments
Totoroszek  [developer] 13 Dec, 2015 @ 1:28pm 
Update is out :D

- Fixed major crash related to: "attempt to call method 'SetVegetarian' (a nil value)". Now Baby koalefants are spawning without crash

- Fixed bug that made baby koalefants invisible in random moments
< >
Showing 1-1 of 1 comments
Per page: 1530 50