FEZModding / HAT

Simple mod loader for FEZ
MIT License
15 stars 1 forks source link

feat: include Repacker as part of HAT #7

Closed Krzyhau closed 7 months ago

Krzyhau commented 1 year ago

The idea is to allow modders to load both packed and converted content for a sake of easier modding process and efficient distribution. Here's a mini-roadmap:

Krzyhau commented 8 months ago

0099082 implements Repacker into HAT. Might need to look for side effects, but generally seems to work. PAK reading is still on TODO, but should be easy. Some better asset manager would be more than welcome, considering that right now, I'm simply converting all assets at game launch. Just you wait for all of these not-yet-existing community-made mappacks to slow the bootup of this 11 year old game to 5 minutes.

Krzyhau commented 7 months ago

Of note, the last task could probably be skipped if we require modders to pack their big mods into converted packages. Additionally, this process seems to be unrelated to the implementation of Repacker into HAT, so it really should be a separate issue.

Krzyhau commented 7 months ago

With PAK capabilities being included in a loading process, I consider Repacker fully integrated into HAT.