我的乡村日常生活吧 关注:5,632贴子:14,721
  • 31回复贴,共1
求助

小精灵蜂箱怎么建筑啊,一碰工作台就卡死了

只看楼主收藏回复



IP属地:河南来自Android客户端1楼2024-05-27 00:24回复
    直接修改进度,跳过这一步就行。或者你可以重新下个版本试试


    IP属地:陕西来自Android客户端2楼2024-05-27 18:35
    回复
      问题描述:点击工作台后,报错:
      “TypeError: Cannot read property 'length' of null”
      这个地方是文件丢失的原因,应该是打包时,工作台的数据文件给弄掉了。
      修复方式如下(适用于 PC端 v 0.3.0):
      1、打开游戏目录 My.Countryside.v.0.3.0\www\data
      2、新建 Recipes.txt 文件
      3、复制粘贴以下内容:
      <recipe1>
      result:{type:"item", id:111, amount:1}
      <materials>
      {type:"item", id:120, amount:1}
      {type:"item", id:71, amount:30}
      {type:"item", id:72, amount:15}
      {type:"item", id:73, amount:30}
      <materials>
      category:Craft
      success:100
      successGain:0
      xp:0
      xpDeprac:0
      <recipe1>
      <recipe2>
      result:{type:"item", id:112, amount:1}
      <materials>
      {type:"item", id:121, amount:1}
      {type:"item", id:71, amount:30}
      {type:"item", id:72, amount:60}
      {type:"item", id:73, amount:60}
      <materials>
      category:Craft
      success:100
      successGain:0
      xp:0
      xpDeprac:0
      <recipe2>
      4、保存即可


      IP属地:重庆3楼2024-07-04 11:28
      收起回复
        接着3F的老哥发一条
        我原data文件夹里是没有Recipes.txt 这个文本文档的,但压缩包自带一个备用data,里面除了Recipes.txt 还有一个Recipes - Ori.txt文本文档。我不知道此两者有什么关联但以防万一还是留下文件内容吧。
        ——————————
        <recipe1>
        result:{type:"item", id:1, amount:2}
        <materials>
        {type:"item", id:5, amount:1}
        <materials>
        category:Alchemy
        success:50
        successGain:10
        xp:35
        xpDeprac:5
        <recipe1>
        <recipe2>
        result:{type:"item", id:2, amount:1}
        <materials>
        {type:"item", id:6, amount:2}
        <materials>
        category:Alchemy
        success:50
        successGain:10
        craftLevel:3
        xp:60
        xpDeprac:5
        <recipe2>
        <recipe3>
        result:{type:"item", id:3, amount:1}
        <materials>
        {type:"item", id:5, amount:2}
        {type:"item", id:7, amount:1}
        <materials>
        category:Alchemy
        success:50
        successGain:10
        craftLevel:5
        xp:100
        xpDeprac:7
        <recipe3>
        <recipe4>
        result:{type:"item", id:4, amount:1}
        <materials>
        {type:"item", id:5, amount:2}
        {type:"item", id:6, amount:1}
        {type:"item", id:7, amount:1}
        <materials>
        category:Alchemy
        success:50
        successGain:10
        craftLevel:8
        xp:150
        xpDeprac:8
        known:false
        <recipe4>
        <recipe5>
        result:{type:"weapon", id:1, amount:1}
        <materials>
        {type:"item", id:8, amount:3}
        <materials>
        category:Blacksmith
        success:80
        successGain:2
        xp:40
        xpDeprac:5
        <recipe5>
        <recipe6>
        result:{type:"weapon", id:2, amount:1}
        <materials>
        {type:"item", id:9, amount:5}
        <materials>
        category:Blacksmith
        success:75
        successGain:2
        craftLevel:3
        xp:80
        xpDeprac:6
        <recipe6>
        <recipe7>
        result:{type:"weapon", id:3, amount:1}
        <materials>
        {type:"item", id:8, amount:4}
        {type:"item", id:9, amount:6}
        <materials>
        category:Blacksmith
        success:72
        successGain:3
        craftLevel:5
        xp:120
        xpDeprac:8
        <recipe7>
        <recipe8>
        result:{type:"weapon", id:4, amount:1}
        <materials>
        {type:"item", id:10, amount:7}
        <materials>
        category:Blacksmith
        success:70
        successGain:1
        craftLevel:8
        xp:225
        xpDeprac:10
        known:false
        <recipe8>
        <recipe9>
        result:{type:"armor", id:1, amount:1}
        <materials>
        {type:"item", id:11, amount:4}
        <materials>
        category:Tailor
        success:85
        successGain:1
        xp:30
        xpDeprac:2
        <recipe9>
        <recipe10>
        result:{type:"armor", id:2, amount:1}
        <materials>
        {type:"item", id:12, amount:7}
        <materials>
        category:Tailor
        success:82
        successGain:1
        craftLevel:3
        xp:60
        xpDeprac:2
        <recipe10>
        <recipe11>
        result:{type:"armor", id:3, amount:1}
        <materials>
        {type:"item", id:13, amount:10}
        <materials>
        category:Tailor
        success:72
        successGain:3
        craftLevel:5
        xp:120
        xpDeprac:4
        <recipe11>
        <recipe12>
        result:{type:"armor", id:4, amount:1}
        <materials>
        {type:"item", id:12, amount:7}
        {type:"item", id:13, amount:12}
        <materials>
        category:Tailor
        success:70
        successGain:1
        craftLevel:8
        xp:175
        xpDeprac:6
        known:false
        <recipe12>
        ————————————
        同3F老哥,在www/data文件夹下新建一个Recipes - Ori.txt文本文档然后把上面内容复制进去。
        当然,别忘了新建Recipes.txt文本文档


        IP属地:安徽4楼2024-10-07 17:19
        收起回复
          3.0游戏有bug,换3.01就不会卡了


          IP属地:河北来自Android客户端5楼2024-10-09 15:22
          收起回复
            手机版又bug,我是直接修改进度的


            IP属地:江西来自Android客户端6楼2024-10-12 15:01
            回复
              到底怎么汉化啊


              IP属地:广东来自iPhone客户端7楼2024-10-23 21:19
              收起回复


                IP属地:福建来自Android客户端8楼2024-12-12 16:49
                收起回复