Posts: 4
Threads: 2
Joined: Jul 2012
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!
Thanks given by:
Posts: 1,556
Threads: 77
Joined: May 2011
07-21-2017, 03:13 AM
(This post was last modified: 07-21-2017, 03:13 AM by A-Man.)
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.
Thanks given by:
Posts: 496
Threads: 21
Joined: Apr 2013
I believe there is an editor called "Little Easier LF-Editor" that allows you to edit the color? Not sure.
Credits to PF for my Current Avatar, and Possibly my Rep Char F
Interested in Gaming?
Check out my channel, its going to be updated soon.
You're just dying if you're living and thinking about a betrayal, revive yourself.
Think about that one person that has trusted you forever, not the thousand people that have betrayed you.
Posts: 4
Threads: 2
Joined: Jul 2012
thx a lot!
I have found how to change the color.
LF-Editor is also a useful tool!
Thanks given by: