WINSTONI 发表于 3 天前

自制舰船在在生涯里不会自行生成

本帖最后由 wwws 于 2024-11-20 21:35 编辑

如题,按照B站手电筒大佬的方法自制了一个打捞平台,进游戏能用控制台添加进舰队,也能装配,但是使用findship指令查找全图数量时显示没有此船
以下是我的default_ship_roles.json的代码

{
      # should be a copy of "combatSmall", minus variants that are annoying to fight in low numbers
      # for example, no Hyperions or fast beam-based kiting loadouts, or ships with damper field
      "combatSmallForSmallFleet":{
               
               
                # a bit annoying to fight with a really small or weak fleet - not as much so as a centurion, but close enough
                #"vanguard_Attack":5,
                #"vanguard_Strike":5,
                #"vanguard_pirates_Attack":5,
                #"vanguard_pirates_Strike":5,
               
      },
      "combatSmall":{
               
      },
      "combatMedium":{
               
      },
      "combatLarge":{
               
      },
      "combatCapital":{
               
      },
      
      
      # hybrid ships with good combat and cargo capacity
      "combatFreighterSmall":{
               
      },
      "combatFreighterMedium":{
               
      },
      "combatFreighterLarge":{
               
      },
      
      "civilianRandom":{
                "ws_jingwei_variant": 10,
      },


      # carriers
      "carrierSmall":{
               
      },
      "carrierMedium":{
               
      },
      "carrierLarge":{
               
      },


      # phase ships
      "phaseSmall":{
               
      },
      "phaseMedium":{
               
      },
      "phaseLarge":{
               
      },
      "phaseCapital":{
      },


      # freighters and such
      "freighterSmall":{
               
      },
      "freighterMedium":{
               
      },
      "freighterLarge":{
               
      },
      
      "tankerSmall":{
               
      },
      "tankerMedium":{
               
      },
      "tankerLarge":{
               
      },
      
      "personnelSmall":{
               
      },
      "personnelMedium":{
               
      },
      "personnelLarge":{
      
      },
      
      "linerSmall":{
               
      },
      "linerMedium":{
               
      },
      "linerLarge":{
               
      },
      
      # utility ships
      "tug":{
               
      },
      "crig":{
                "ws_jingwei_variant": 10,
      },
      "utility":{
               
      },
      
      "orbitalStationLowTech":{
      
      },
      
      "battlestationLowTech":{
      
      },
      
      




      # Old/unused below this line
      "fastAttack":{
               
      },


      "escortSmall":{
               
      },
      "escortMedium":{
               
      },
      
}

其中标红的就是我的舰船
希望能有老大帮我看看,感激不尽{:tieba_01:}





WINSTONI 发表于 3 天前

本帖最后由 wwws 于 2024-11-20 21:35 编辑

byd原来是忘加逗号了{:tieba_40:}

wwws 发表于 3 天前

WINSTONI 发表于 2024-11-20 21:29
byd原来是忘加逗号了

然而加了逗号还是没生成()

墨语流年恰似水 发表于 前天 00:33

装配id前面的#删掉哥

wwws 发表于 前天 12:01

墨语流年恰似水 发表于 2024-11-21 00:33
装配id前面的#删掉哥

删掉#后也没用()

wwws 发表于 前天 12:16

wwws 发表于 2024-11-21 12:01
删掉#后也没用()

我试了下在小型战斗舰队combatsmallforsmallfleet和combatsmall添加id后游戏里可以生成了,但是俺寻思这是民用打捞舰为什么只有放在战斗舰队才会出现在游戏里{:5_121:}
页: [1]
查看完整版本: 自制舰船在在生涯里不会自行生成