饥荒海难提灯bug一览 找回提灯bug的方法
饥荒海难中的bug有很多,各位玩家只要细心观察就能发现,下面小编就来给大家介绍一下饥荒海难找回提灯bug的方法,希望能帮助各位玩家!
方法一览:
打开bottlelantern.lua文件,找到:
local function ondropped(inst)
--turnoff(inst)--Why turn off here?
if not inst.components.fueled:IsEmpty()then
inst.components.machine:TurnOn()
else
inst.components.machine:TurnOff()
end
end
把else后面"inst.components.machine:TurnOff()"改成"inst.components.machine:TurnOn()"就OK。看第二行的注释,貌似制作团队也有人在吐槽删提灯BUG是"何必呢~何苦呢~"。
PS:含DLC2的版本,魂灯nightlight有BUG,建好的魂灯添加噩梦燃料nightmare后既不发光不显示黑焰不降心智sanity。搞得咱家MAXWELL一点优越感都没有了。