Qhimm.com Forums

Final Fantasy 7 => FF7 Tools => Topic started by: ThunderPeel2001 on 2013-09-25 13:46:54

Title: [FF7] Quick Battle Scenes Texture Extractor (v0.2)
Post by: ThunderPeel2001 on 2013-09-25 13:46:54
This is a simple tool (actually just a glorified batch file linked with Luksy's ulgp.exe) that allows you to quickly extract all 583 textures from battle.lgp. It saves a lot of time for anyone who wants to start re-texturing the battle scenes.

https://docs.google.com/file/d/0BzZG8hMrQocwSGNWYzQwSkU0Z0E/edit?usp=sharing

Instructions
1. Extract the three files into a folder.
2. Place battle.lgp in the folder.
3. Double click "RunMe.bat"

That's it!

Then just use IROS TEXTOOL (https://mega.co.nz/#!IRIRjJaL!SueuJCQNn6n-X-GZ2ucq8R-NWzo67wJC2s4sG-qX0IA) to convert all 583 files to PNG.

0.2 UPDATE: Now much faster, thanks to Lusky.
Title: Re: [REL] Quick Battle Scenes Texture Extractor
Post by: luksy on 2013-09-26 00:43:31
Just fyi you can specify the files to extract directly on the commandline without copying to a temp dir

md textures
ulgp.exe d battle.lgp textures [files...]

There's also a newer version of ulgp (command line only), doesn't really change too much though, just easier to use once you get the hang of it.

http://forums.qhimm.com/index.php?topic=12831.msg196790#msg196790
Title: Re: [REL] Quick Battle Scenes Texture Extractor
Post by: ThunderPeel2001 on 2013-09-26 10:04:35
Just fyi you can specify the files to extract directly on the commandline without copying to a temp dir

md textures
ulgp.exe d battle.lgp textures [files...]

There's also a newer version of ulgp (command line only), doesn't really change too much though, just easier to use once you get the hang of it.

http://forums.qhimm.com/index.php?topic=12831.msg196790#msg196790

So there's a switch that just extracts the textures? I wasn't aware of that. Thanks!

Kind of makes the whole "tool" pointless now :-/ Lol!

Edit: Oh wait, do you mean that you can place the texture file name instead of extracting the whole lot? Yes, that would be better.

Edit edit: Not complete sure what you meant, but I've changed it and now it's uber fast! Thanks.