Author | Message | ||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
EOGFX [Release]
| http://ssh.st0rage.org/~plasmastar/downloads/eogfx.exe Requirements: EOGFX Archive (Link above) and CodeBlocks This package includes a program written in Rapid-Q Basic with DLL written in C++ so I could bypass some limitations, that will extract the files in the "gfx" folder residing in the same directory as the program. Using CodeBlocks, you will need to right click eogfx.workspace and choose "Compile" (or whatever it's named, haven't touched it in a while.) This project will remove ALL "security"/compression from the gfx files, and even make the files a bit smaller (enough to consider recompiling your files). In addition, extracting them may give you an easy/quick view of all your files and a way to keep a bit organized if you're pixelist. Thanks to: P.S. Still sorry about (proper) docs. --- Wish upon a star!
|
Re: EOGFX [Release]
| Wow, I must say. Nice job! Now I can explore/edit my GFX files without Resource Hacker. But simply open BMP files to view. I love it <3! Great job. EDIT: Time to steal client art :D
|
Re: EOGFX [Release]
| Nice job plas :D --- Love you too.
|
Re: EOGFX [Release]
| Oddly, It gave me a different file o.o it gave me your proxy. xD Maybe my pc? I'm not sure I'm on your downloads index now but I see nothing =(
|
Re: EOGFX [Release]
| Yea, same happened to me, you just need to copy the text and paste it in your address bar.
|
Re: EOGFX [Release]
| Thanks man I didn't know why it done that. xD
|
Re: EOGFX [Release]
| Thanks guys, hope you enjoy it and put it to use. Also, fixed the link, was kind of a rush release. --- Wish upon a star!
|
Re: EOGFX [Release]
| Wait i dont get it what is it meant to do? compiling it doesnt work.... --- "With your feet steady and firm on the ground soar high and ignore limitations" -Bladex EOSERV Class : Pixel Artist, Grammar Nazi, Server Owner, Mapping Artist, Server Coder, Test Player, The Game Maker
|
Re: EOGFX [Release]
| Bladex posted: (16th Apr 2012, 02:25 pm) Bladex, I used ResHacker to obtain the resource script files, but that could be some work too. The program does all of it automatically, plus has the added benefit of defeating any "security"/compression somebody used on their gfx files, which usually only just lags the client anyways. If you have CodeBlocks, you can compile the bmp files into NEW gfx files, ones that aren't terribly hacked and slashed by ResHacker, and ones that are slightly small enough to consider recompiling your files with it. --- Wish upon a star!
|
Re: EOGFX [Release]
|
but how???? i compiled and i get errors --- "With your feet steady and firm on the ground soar high and ignore limitations" -Bladex EOSERV Class : Pixel Artist, Grammar Nazi, Server Owner, Mapping Artist, Server Coder, Test Player, The Game Maker
|
Re: EOGFX [Release]
| Bladex posted: (16th Apr 2012, 02:38 pm) With CodeBlocks. Right click and "Build All" eogfx.workspace or something. I don't have CodeBlocks with me, so you'll have to look. And maybe post the error? Might help a little. Edit: Whoops, did you remember to put your "gfx" folder along with the files so EOGFXUnpacker can unpack them? --- Wish upon a star!
|
Re: EOGFX [Release]
|
Well missing directory errors i think i need to change my codeblocks settings??? i really dont wanna do that...are you sure were meant to compile these?
--- "With your feet steady and firm on the ground soar high and ignore limitations" -Bladex EOSERV Class : Pixel Artist, Grammar Nazi, Server Owner, Mapping Artist, Server Coder, Test Player, The Game Maker
|
Re: EOGFX [Release]
| Bladex posted: (16th Apr 2012, 02:49 pm) When you build the project, the new files should go into the same "gfx" folder. A.K.A. It'll overwrite the old ones if you leave them there. :) --- Wish upon a star!
|
Re: EOGFX [Release]
|
Edit: nope not working lemme jus get an overview this is whats suppose to happen you put all gfx files in gfx folder after that you click on Unpacker ->it unpacks all files to bmp in thier corresponding folders in the folder gfx_unpacked --->what i did after was copy all the folders gfx001-gfx0025 and paste it in to the main folder of eogfx which will then -> ask me to merge the folders to gether with the ones in the main folder so i say yes now we have all the .rc files in those folders and we can finally viewtheresources in code blocks codeblocks basically reads these files that basically corresponds to resource names and which bmp number is it -> what it basically shows in res hacker now im lost after that... so is it from there were meant to be able to compile it back into a gfx file with any changes we want??
also what is the folder LoadBitamp and obj for? --- "With your feet steady and firm on the ground soar high and ignore limitations" -Bladex EOSERV Class : Pixel Artist, Grammar Nazi, Server Owner, Mapping Artist, Server Coder, Test Player, The Game Maker
|
Re: EOGFX [Release]
| Bladex posted: (16th Apr 2012, 03:13 pm) Don't move the folders gfx001-025 or their contents or they won't compile. D: LoadEOBitmap is the source/binary I used to rid myself of a limitation with the language I usually use to make programs. --- Wish upon a star! |