AnotherWorld_VMTools icon indicating copy to clipboard operation
AnotherWorld_VMTools copied to clipboard

Tool to re-encode raw resource binaries back into bank files

Open felipesanches opened this issue 2 years ago • 2 comments

We need a tool to re-encode raw resource binaries back into bank files to be used with the original MSDOS engine.

This script would be called resources2banks.py and would do the exact opposite of our existing banks2resources.py script.

A good test for it would be round-tripping both scripts to ensure nothing is lost in the process. Another good test would be to extract resources, make some trivial modification, reencode it into banks and then observe the modified assets being used on the original msdos release of the VM.

felipesanches avatar Mar 25 '22 09:03 felipesanches