《饥荒》死亡不删档方法介绍 怎样才能死亡不删档?

更新时间:2024-11-05 15:20:13浏览量:100


《饥荒》死亡不删档方法详解:

关闭游戏后,严格按照以下步骤进行:

第一步

首先打开dont_starve\data\scripts\gamelogic.lua文件点ctrl+F搜索中内容找到


SaveGameInDex:EraseCurrent(function()】

然后在前面加--改成


--SaveGameIndex:EraseCurrent(function()】

同时将隔几行出现的第一个

【end)】

前加--改成

【--end)】

保存退出

第二步

然后打开dont_starve\data\scripts\screens\deathscreen.lua文件点ctrl+F搜索中内容找到

【SaveGameIndex:DeleteSlot(
SaveGameIndex:GetCurrentSaveSlot(), function()】

然后在前面加--改成


--SaveGameIndex:DeleteSlot(
SaveGameIndex:GetCurrentSaveSlot(), function()】

同时隔几行找到第一个

注:前面加--是取消其作用,当你想还原时直接把--去掉即可,当然你如果说我想还原就直接重装游戏的话,加--的语句直接删掉也行。