饥荒联机版

饥荒联机版

Koalefants' Family DST
Joey 2015 年 12 月 9 日 下午 2:57
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.

最后由 Joey 编辑于; 2015 年 12 月 9 日 下午 2:58
< >
正在显示第 1 - 1 条,共 1 条留言
Totoroszek  [开发者] 2015 年 12 月 13 日 下午 1:28 
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
< >
正在显示第 1 - 1 条,共 1 条留言
每页显示数: 1530 50