-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Reduce memory usage by shrinking size of DOOM1.WAD #4
Comments
What would be the lowest storage requirement if e.g. the WAD only contaned E1M1? Just got a neat industrial device using a 386-based microcontroller that runs everything off (currently) 1M of flash EEPROM... would be fun to at least get something going :D |
Around 226 kB. Check out miniwad.wad |
Woo this might work, "just" need to wrangle my way into transferring data onto it... |
Note to self: See RP2040 Doom for more compression tips. |
Hi! You might also want to try Squashware Doom which I put together earlier this year: |
yeah, I put a link to it in the Jaguar levels issue. |
WAD lump merging, Sidedef packing, Graphic squashing and Blockmap stacking are implemented. |
Copy and change GbaWadUtil
HELP2.LMP
,STBAR.LMP
,TITLEPIC.LMP
,WIMAP0.LMP
(*palette++) >> 2
ini_system.c
The text was updated successfully, but these errors were encountered: