polymod icon indicating copy to clipboard operation
polymod copied to clipboard

Implement a PAKFileSystem to load archived mods

Open EliteMasterEric opened this issue 4 years ago • 0 comments
trafficstars

Let people install mods as a large compressed binary file which is decompressed at runtime.

One major downside to this method is that contents must be held in memory at all times

An implementation of PAK archives: https://gist.github.com/larsiusprime/5fd2c7ebbb787c3890b0

Also see about embedding the header into the PAK file.

EliteMasterEric avatar Nov 18 '21 10:11 EliteMasterEric