Braden Farmer
Braden Farmer
Awesome! I should note that the source code for the XOR program is included in the zip, so you can also compile and run it on Linux. There's no hard...
This is awesome, thanks for sharing! And pretty cool to see the RED-Project shoutout from Wulff Den and NerdNest 🙂https://www.youtube.com/watch?feature=shared&t=535&v=IQNXmOidh1g
This is amazing work, @charlieglide. Thank you so much. Just picked up the Toaplan ultimate collection from the Steam summer sale, looking forward to trying these scripts out (and stuckinstyx's...
@DrAzathoth I ran into the same issue, I was able to fix it by modifying lines 110 and 111 in the `Truxtonextract.py` script to: ``` create_dummy_file("b65_12.7c") create_dummy_file("b65_13.6d") ``` [Truxtonextract-fixed.zip](https://github.com/user-attachments/files/20960841/Truxtonextract-fixed.zip)
Some notes on Hellfire: I was not able to get `hellfire1a.zip` to load as-is using MAME (0.277). After renaming the file `b90_03.11e` to `b90_03x.11e`, the game loads, but there is...
Also, for Tiger Heli, neither `tigerhb1` nor `tigerhb2` are working for me, as the sound ROM `a47_03.12d` isn't present in the extracted output.
Thanks @charlieglide! Everything is working perfectly now with those fixed scripts 👍
For the update that was just released yesterday, here are the new offsets that the ROMs are located at: * Offset `BDC7D6` -> hex length `180000` * Offset `D5C80A` ->...
Interesting that the Summer / Fall / Winter 2024 demos also got updated. Only a single byte in the exception vector table changed for each of these roms, at `0x70`...
I'm able to decompress the ROMs on Linux just fine by running `python earthion_unpack_v4.0.0.py` with `game.bin` in the same directory. Not sure if I have any required dependencies already installed...