TalonBraveInfo / OpenHoW

Open-source reimplementation of Gremlin's Hogs of War (PC/PSX).
http://talonbrave.info
GNU General Public License v3.0
166 stars 12 forks source link

[Mod Support] Add support for loading data from zipped packages #100

Closed hogsy closed 4 years ago

hogsy commented 5 years ago

Further extension for modification support etc. drop-in packages which include new models, sounds and other content could be done this way and easily removed if the user chooses not to have them anymore.

Typically would expect the implementation to load from the given mod directory (e.g. 'how') and then any packages there will have been indexed prior.

How will priority work though?

Can use miniz for zip implementation.

hogsy commented 4 years ago

Marked as in-progress because this can be automatically supported when virtual filesystem is utilised.

hogsy commented 4 years ago

Closing, will automatically be supported going forward