Author Topic: [FF7] Quick Battle Scenes Texture Extractor (v0.2)  (Read 5698 times)

ThunderPeel2001

  • *
  • Posts: 156
    • View Profile
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 to convert all 583 files to PNG.

0.2 UPDATE: Now much faster, thanks to Lusky.
« Last Edit: 2014-07-17 17:51:19 by Covarr »

luksy

  • *
  • Posts: 375
    • View Profile
Re: [REL] Quick Battle Scenes Texture Extractor
« Reply #1 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

ThunderPeel2001

  • *
  • Posts: 156
    • View Profile
Re: [REL] Quick Battle Scenes Texture Extractor
« Reply #2 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.
« Last Edit: 2013-09-26 12:20:24 by ThunderPeel2001 »