FrenkelS / Doom8088

Doom for 16-bit DOS computers
GNU General Public License v2.0
153 stars 5 forks source link

Reduce memory usage by shrinking size of DOOM1.WAD #4

Open FrenkelS opened 1 year ago

FrenkelS commented 1 year ago

Copy and change GbaWadUtil

kilrah commented 1 year ago

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 I've ordered chips to hopefully double that but not sure it'll work...

FrenkelS commented 1 year ago

Around 226 kB.

Check out miniwad.wad https://github.com/fragglet/miniwad https://www.doomworld.com/forum/topic/108721-miniwadwad-a-minimalist-iwad/

kilrah commented 1 year ago

Woo this might work, "just" need to wrangle my way into transferring data onto it...

FrenkelS commented 1 year ago

Note to self: See RP2040 Doom for more compression tips.

fragglet commented 1 month ago

Hi! You might also want to try Squashware Doom which I put together earlier this year:

https://github.com/fragglet/squashware

FrenkelS commented 1 month ago

yeah, I put a link to it in the Jaguar levels issue.