替换为: FREEZING_KILL_TIME = 1200, STARVE_KILL_TIME = 1200,
即可延缓冻、饿死亡时间10倍
十.主角不怕火、无惧黑暗
用记事本打开游戏目录\data\DLC0001\scripts\prefabs\player_common.lua文件,将下列内容:
inst:AddComponent("grue")
ponents.grue:SetSounds("dontstarve/charlie/warn","dontstarve/charlie/attack")
替换为:
--inst:AddComponent("grue")
ponents.grue:SetSounds("dontstarve/charlie/warn","dontstarve/charlie/attack") ponents.health.fire_damage_scale = 0
即可让主角不怕火、无惧黑暗
十一.提高主角攻击力
用记事本打开游戏目录\data\DLC0001\scripts\tuning.lua文件,将local wilson_attack = 34替换为local wilson_attack = 500
即可将主角攻击力由34提高到500,数字可自行调整
十二.主角可渡海(没有什么可以阻挡,你对自由的向往)
用记事本打开游戏目录\data\DLC0001\scripts\components\playeractionpicker.lua文件,将共2句passable = tile ~= GROUND.IMPASSABLE均替换为passable = tile >= GROUND.IMPASSABLE
搜索“diyifanwen.net”或“第一范文网”即可找到本站免费阅读全部范文。收藏本站方便下次阅读,第一范文网,提供最新外语学习饥荒游戏修改技巧大全(19)全文阅读和word下载服务。
相关推荐: