ko
ko copied to clipboard
Write cli exporter and importers of game tbls to json format
Description
Write a cli tool that converts game tbls to json files and back.
This is so that when we editing content in the game Data folder, we saw what was changes and also so that we don't need to use a tbl editor.
This tool will take the list of json files and produce tbls in the same encoding format the client lodas.
Tasks
- [ ] Write cli tool that can export and import game tbls to json format
- [ ] Produce json files from game tbls and put it under version control in ko-assets
I'll try to find some time this weekend to post the code I wrote for this. It's not complete however and nothing too fancy, but as far as I remember I was able to export and import TBLs to JSON files. Nice work on this project. Happy to see someone initiating something for a change.