Little Fighter Empire - Forums

Full Version: a question about resource hacker
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello, i have a question about changing the main color of lf2.exe
i tried to use resource hacker, but i couldn't find how to change it.
i can change other things like the text of Little Fighter 2 by just editting the picture, but how can i change the main color( blue in the original exe)?
thx!
That's because the main color is drawn "programmatically". So you know the color gets passed as an argument somewhere. Get a screenshot of the window, and use color picker to get the hexadecimal representation of the blue color (google if you don't know). Then use the program "Ollydbg" from the mainsite on the exe, and search for all "push 0xZZZZZZZZ", where ZZZZZZZZ is the hexadecimal representation of the blue color, and change them to "push 0xYYYYYYYY", where YYYYYYYY is the representation of the color you like.
I believe there is an editor called "Little Easier LF-Editor" that allows you to edit the color? Not sure.
thx a lot!
I have found how to change the color.
LF-Editor is also a useful tool!