- UID
- 250
- 主题
- 14
- 经验
- 15778
- 星币
- 1414
|
目前遇到的问题如下:
成功编辑variant文件并能在游戏中读取(舰船改装界面),在data\world\faction里按照原版格式添加了default_ship_roles.json,但是市场上不会刷新我添加的舰船
不知道是我在ship_data.csv里的tag有问题还是上面的json有问题……
原版的tag只有各种bp而没有势力标签,势力标签这个我也没太搞明白,目前的设置是midline_bp
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":{
- "mymod_testship_Elite":10,
- },
- "combatSmall":{
- "mymod_testship_Elite":10,
- },
- "combatFreighterSmall":{
- "mymod_testship_Elite":10,
- },
- "civilianRandom":{
- "mymod_testship_Elite":10,
- },
- "linerSmall":{
- "mymod_testship_Elite":10,
- }
- }
复制代码
emmmm……在官方论坛上翻了翻也没找到类似的问题 |
|