|
发表于 2023-1-25 03:48:59
|
显示全部楼层
版规好像也没谈到相关的内容,那应该是可以聊的吧,现在的圣殿骑士团就是一个船包,做适配还是挺简单的
如果你想自己做一个适配的话可以参考tartiflette的todolist- MINIMAL UPDATE TO-DO LIST FOR 0.95a
-
- data
- - fix game version in mod_info.json, add mods/library requirements without a version for now
- - add missing columns in systems_data.csv
- - add missing columns in weapon_data.csv
- - add missing columns in hull_data.csv
- - check all Faction files for removed officer skills
- - fix OP in variants due to many cost changes in vanilla weapons and hullmods
- code
- - fix old administrator skills (SPACE_OPERATION instead of FLEET_LOGISTICS)
- - fix all OnHitEffectPlugin() (add ApplyDamageResultAPI damageResult, to the onHit() declaration)
- - fix deprecation (notably from MagicLib's methods)
- - Remove Nexerelin Corvus mode check from onNewGame()
- - Remove library check from onApplicationLoad() (edited)
- [4:30 PM]
- that was more or less it for the gamebreaking stuff
复制代码 |
|