GothicKit / ZenKit

A re-implementation of file formats used by the early 2000's ZenGin
http://zk.gothickit.dev/
MIT License
44 stars 10 forks source link

[v2.0.0] Implement dump function for all data types #13

Open lmichaelis opened 1 year ago

lmichaelis commented 1 year ago

This is something which has been on my mind for a long time. phoenix should also support writing the files it parses so it can be used as a modern modding tool.

This requires merging the feature/flexible-buffers branch first and then implementing an archive_writer. After that is done, dump functions can be implemented for each file type.

Danger: especially for the VOb tree, it is critical that the correct object version numbers are saved!

The following has been done: