Don't Starve Together

Don't Starve Together

GM helper
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")
Viimeisin muokkaaja on 黑色小白兔成妳的圍巾; 9.1.2017 klo 6.20