之前的版本是
用文本文档开启游戏文件目录\data\scripts\playerprofile.lua文件,将以下內容:
if not table.contains(CHARACTERLIST, character) then
return true -- mod character
end
return false
更换为:
if not table.contains(CHARACTERLIST, character) then
return true -- mod character
end
return true
就可以开启全角色进行游戏 就是把末尾的false改为true
小鱼儿下载小编依照这一搜索23版的playerprofile.lua文件,发觉23版的这一段早已变为
if not table.contains(GetOfficialCharacterList(), character) then
return true -- mod character
end
return false
和之前版本比仅仅略微不同,改动也类似
if not table.contains(GetOfficialCharacterList(), character) then
return true -- mod character
end
return true
随后就可以了
上述就是小鱼儿下载小编给大家介绍的《饥荒》23版修改代码解锁全人物方法详解,掌握了关键逻辑,你就比大多数玩家走在了前面。加油,继续进阶!