游戏中有很多的功能指令,但是这些功能指令需要从控制台中输入,那么控制台怎么使用呢?接下来小编就给大家带来这篇"zhuzhengsheng2"的饥荒联机版控制台操作教程,不要错过哦。
控制台操作教程
英文解释
prefab物品名。
number数字。
amount数量。
percent小数。
degrees摄氏度。
true是(开启、应用)。
false否(关闭、取消)。
数值类
设置血量,值为0.10,0.20,等等等。
c_sethealth(percent)
设置理智值,值为0.10,0.20,等等等。
c_setsanity(percent)
设置饥饿值,值为0.10,0.20,等等等。
c_sethunger(percent)
设置潮湿值,值为0.10,0.20,等等等。
c_setmoisture(percent)
设置温度,值为0.10,0.20,等等等。
c_settemperature(degrees)
挂机类
进入/退出上帝模式,玩家死后令其自动复活并退出上帝模式。
c_godmode()
超级上帝模式,死亡效果同上帝模式。
c_supergodmode()
时间类
跳过一天。
TheWorld:PushEvent("ms_nextcycle")
跳时间,x=1时跳一天,跳太多会造成电脑卡死,取决于你的CPU。
TheWorld.net.components.clock:OnUpdate(16*30*x)
跳阶段(早晨、黄昏、夜晚)。
TheWorld:PushEvent("ms_nextphase")
设置一天的时间段,x+y+z<=16,对下一天有效。
TheWorld:PushEvent("ms_setclocksegs", {day=x,dusk=y,night=z})
设置一年的时间段,x+y+z<=16,永久有效。
TheWorld:PushEvent("ms_setseasonclocksegs", {summer={day=sx,dusk=sy,night=sz}, winter={day=wx,dusk=wy,night=wz}})
设置季节(summer)天数。
TheWorld:PushEvent("ms_setseasonlength", {season="summer", length=15})
更多相关资讯请关注:饥荒:联机版专题