EOSERV Forum > Programming > GFX Extractor V1
Topic is locked.
Page: << 1 >>
GFX Extractor V1
Author Message
Post #101540 GFX Extractor V1

Basically a command line version of ResHacker. I am planning on using it with my website to extract the GFX files on-the-fly, but I haven't had much time for actually doing it. So I figured I'd release it :D

Usage: GFX_TO_PHP -help (to view help)
  GFX_TO_PHP -export [gfxno] [imgno] (extract gfxno/imgno)

Setup: Place your GFX files in the folder "gfx". Output will be in the "export" folder (folders generated by application).

To use with PHP: http://www.php.net/manual/en/function.exec.php (I think that should do it).

Hope someone finds this useful! I may release the source but I'll be stingy for now because it was a pain in the ass to figure it out. You shouldn't need any external libraries or anything, I did it all with Win32 stuff. I may/may not add more commands and options depending on what I need it to do.

Download
Screenie

---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
13 years, 42 weeks ago
Post #101551 Re: GFX Extractor V1

Lol I made one ages ago and is already available to download from my files depot. I also belive that the source is there too but if not the library I made is there anyways lmao :)

---
I am an alien and not crazy!
13 years, 42 weeks ago
Post #101569 Re: GFX Extractor V1

Won't let me use it, I open it up and it closes right away.

EDIT: Desmond yours doesn't work either

---
Create your own destiny, don't let someone else do it for you.
13 years, 42 weeks ago
Post #101570 Re: GFX Extractor V1

You have to call it from the command line I guess.

13 years, 42 weeks ago
Post #101573 Re: GFX Extractor V1

Mine already includes a batch file so you should really look at it and you'll then see that its commandline and has been used no end of times lmao

---
I am an alien and not crazy!
13 years, 42 weeks ago
Post #101603 Re: GFX Extractor V1
Desmond Taylor posted: (3rd Sep 2011, 12:30 pm)

Lol I made one ages ago and is already available to download from my files depot. I also belive that the source is there too but if not the library I made is there anyways lmao :)


Haha well crap. Disregard this whole topic then, I thought I was doing something new and exciting :P
Edit: I think I like mine better for use with a PHP script though, although saving as other formats than .bmp is beyond me. Same with transparency...
---
class EOSERV {
Programmer | Oldbie
Open source EO Client: https://github.com/ethanmoffat/EndlessClient
};
13 years, 42 weeks ago
Post #101670 Re: GFX Extractor V1

I could do that but without an internet connection other than this phone I cannot upload it for you. However, I can work on it on monday just you'll be waiting a couple more weeks before I have my connection back :(

---
I am an alien and not crazy!
13 years, 42 weeks ago
Page: << 1 >>
Topic is locked.
EOSERV Forum > Programming > GFX Extractor V1