可以不用mod教你进文件夹改
全人物解锁
用记事本打开游戏目录\data\scripts\playerprofile.lua文件,将下列内容:
ifnottable.contains(characterlist,character)then
returntrue--modcharacter
end
returnfalse
替换为:
ifnottable.contains(characterlist,character)then
returntrue--modcharacter
end
returntrue
即可解锁全人物进行游戏就是把最后的false改成true