You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Also, the ability to re-encode banks could be used to try corrupting resource 0x11 in the hope of figuring out what's it's purpose, as discussed at #15
felipesanches
changed the title
MSDOS resources2banks.py
Tool to re-encode raw resource binaries back into bank files
Jan 21, 2023
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 existingbanks2resources.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.
The text was updated successfully, but these errors were encountered: