饑荒聯機版

饑荒聯機版

GM helper
黑色小白兔成妳的圍巾  [開發人員] 2017 年 1 月 8 日 下午 9:49
2 )About custom prefabs.
Version:
0.0.2

Config:
___ = 2-3)cleaning_custom_prefabs

Example 1
Delete cleaning for bunnyman and beefalo
Code for modoverride.lua:
["workshop-836567351"]={ configuration_options={ enable_cleaning=true, cleaning_custom_prefabs="bunnyman:x,beefalo:x", }, enabled=true }
Code for console:
gm_clean_custom("bunnyman:x,beefalo:x")

Example 2
Added pigman = 20 and rabbit = 20
Code for modoverride.lua:
["workshop-836567351"]={ configuration_options={ enable_cleaning=true, cleaning_custom_prefabs="pigman:20,rabbit:20", }, enabled=true }
Code for console:
gm_clean_custom("pigman:20,rabbit:20")

Example 3
Change bunnyman = 50 and bee = 20
Code for modoverride.lua:
["workshop-836567351"]={ configuration_options={ enable_cleaning=true, cleaning_custom_prefabs="bunnyman:50,bee:20", }, enabled=true }
Code for console:
gm_clean_custom("bunnyman:50,bee:20")
最後修改者:黑色小白兔成妳的圍巾; 2017 年 1 月 9 日 上午 6:20