游戏中按~键开启控制台,Ctrl+L关闭,生成代码:DebugSpawn"物品代码"你的鼠标位置会生成你要的东西,获取代码:c_give("物品代码",数量),道具会出现在你的物品栏里。按Ctrl+F快速查询。
常用代码
地图全开(复制下面两行,中间要回车):
minimap = TheSim:FindFirstEntityWithTag("minimap")
minimap.MiniMap:ShowArea(0,0,0, 10000)
全物品解锁(不消耗材料):
GetP ().components.builder:GiveAllRecipes()
精神值回复满:c_setsanity(1)
恢复血量:c_give("healingsalve",99)
获得食物:c_give("turkeydinner",99)