高级玩家

- 贡献度
- 8
- 金元
- 5361
- 积分
- 568
- 精华
- 0
- 注册时间
- 2012-3-11
|
https://github.com/nnguyen259/KuroTools先下载1.3版本,然后单独下载文件列表里的tbl2json.py文件替换
解包tables_sc.pac,然后用上面那个转json就可以
其实不用解包那两个,简单编辑一个json文件+工具就可以合并tbl文件增加扩展槽
Creating custom tables / combining mods that require custom tables:
Unpack your table files using the above instructions. I unpacked "table_en" because I am playing in English.
Create an empty folder, and put t_costume.tbl, t_dlc.tbl, t_item.tbl, t_name.tbl and t_shop.tbl in this folder along with all of your .kurodlc.json files and kurodlc_make_tbls.exe.
NOTE: Do not simply run kurodlc_make_tbls.exe inside your table_en folder or the game will crash upon loading! The tool is meant to mod a variety of games and will attempt to rewrite tables it should not be rewriting because it cannot tell the difference between Daybreak and Sky tables. Be sure to make a dedicated folder just to run this tool!
Run kurodlc_make_tbls.exe and it will write new tables with all of your .kurodlc.json data incorporated into the tables. Copy t_costume.tbl, t_dlc.tbl, t_item.tbl and t_shop.tbl back into table_en (or whatever language folder you are using).
Load up the game and enjoy!
附件是小艾空轨SC服装的json文件,mod在n站上有。其他的类似这样改就行,需要改item_id,mdl_name,描述部分(可选),unk7(可选,列表顺序)。item_ID用4500以后的即可。
|
|