Qhimm.com Forums

Final Fantasy 8 => Other Mods => Releases => Topic started by: Maki on 2019-09-30 13:38:39

Title: [FF8:R PC] I/O interceptor - load files directly from unpacked ZZZ!
Post by: Maki on 2019-09-30 13:38:39
So, the demastered edition introduced brand new archive- a ZZZ archive (which is badly designed with their ulong pointers and 32 bit reg to read it from- great job!). So I made the game code to read the unpacked files directly, so you don't need to repack the zzz archive again.

(https://i.postimg.cc/L51WVQV1/io.png)

I recorded tutorial also to cover up non-techs:

https://www.youtube.com/watch?v=KGlPIt5vvjk&feature=youtu.be

anyway, the steps are:

1. Use available zzz unpackers to dump all files from main.zzz and other.zzz to catalogue of your choice.
2. Go here: https://pastebin.com/RWA4aXYR and copy the script, you can (even must) change the folder name at line 105 [or use existing, just call your folder the same]
3. Open Cheat Engine (https://www.cheatengine.org/)
4. Attack to FFVIII.exe and auto assemble the script from pastebin
5. Voila!
Title: Re: [FF8:R PC] I/O interceptor - load files directly from unpacked ZZZ!
Post by: shikulja on 2019-09-30 15:27:47
it remains to do this in the form of a patch. using cheatengine, constantly loading the script every time you start the game, on an ongoing basis is not very convenient.
and cheatengine, no need to keep with the game
Title: Re: [FF8:R PC] I/O interceptor - load files directly from unpacked ZZZ!
Post by: qotsaninsoadkorn on 2019-09-30 18:23:09
thanks MAKI!!! always doing such useful work... loving it...
Title: Re: [FF8:R PC] I/O interceptor - load files directly from unpacked ZZZ!
Post by: Maki on 2019-10-01 17:40:57
it remains to do this in the form of a patch. using cheatengine, constantly loading the script every time you start the game, on an ongoing basis is not very convenient.
and cheatengine, no need to keep with the game

I feel you- Just finished the mod DLL that you can drop into gamedir and update if newer version comes up- it would have UV Patch + this one here included and I think many more will come up (maybe like lifting that texture resolution). I'll post it soon