饥荒游戏吧 关注:204,233贴子:2,999,741
  • 17回复贴,共1

不知道为什么一点开mod就会这样


IP属地:广东1楼2018-08-04 00:04回复
    mod过期了还是啥


    IP属地:浙江来自Android客户端2楼2018-08-04 00:22
    回复
      我之前也是一模一样,重启就好了


      IP属地:广东来自Android客户端3楼2018-08-04 00:25
      回复
        更新游戏或者断网玩
        不知道回答多少次了,你们发帖前就不知道搜索吗


        IP属地:陕西来自Android客户端4楼2018-08-04 01:17
        收起回复
          官方打击盗版在游戏mod里加了点小东西,把游戏文件里的一个东西替换就好了


          IP属地:天津来自iPhone客户端6楼2018-08-04 21:11
          收起回复
            打开:dont_starve\data\scripts\screens\modsscreen.lua文件
            将:
            if not jsonresult or not status then return end
            替换为:
            if not jsonresult or type(jsonresult) ~= "table" or not status or jsonresult["modnames"] == nil then return end
            if next(jsonresult["modnames"]) == nil then return end
            注意要写成两行,中间空一行,用笔记本打开即可替换


            IP属地:天津7楼2018-08-05 09:52
            收起回复