Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
a question about resource hacker
#1
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!
Reply
Thanks given by:
#2
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.
[Image: signature.png]
A-Engine: A new beat em up game engine inspired by LF2. Coming soon

A-Engine Dev Blog - Update #8: Timeout

Reply
Thanks given by:
#3
I believe there is an editor called "Little Easier LF-Editor" that allows you to edit the color? Not sure.
Spoilered Spoilers (Click to View)

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.
Reply
Thanks given by: Luigi600
#4
thx a lot!
I have found how to change the color.
LF-Editor is also a useful tool!
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)