Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
LF2 quick hex reference theard
#1
Silva
Here I'll post all my hex findings in this format.


Attention: I need help converting all the stuff which still says "line" in them to the offsets to make it more accurate , please help me smilie (I'm to lazy to do it my self smilie ).

Edit: Since no one helped me I editted it my self, thanks for the support>.<.

Title(what it does):
Original(the original hex/text code, depending on what it is):
Offset (to go to the offset in Hex workshop right click anywhere, then goto>offset, a window will pop up write the offset in and make sure begging of file is checked)
Edit[what you should edit it to, usually 90 or 00(hex values)]:
*note: multiple stuff will be separated with a |


-----------------General----------------

-------------------------------------------------------------------------------------
Title: Renaming "Random"
Original text: Random
Offset: 00047045
Edit: What ever you want
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Renaming "Com"(like the computer players, their name which you see under the character
Original text: "Com"
Offset: 000469A4
Edit: What ever you want
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Changing stage.dat name and location
Original Text: data\stage.dat
Offset: 00045b41
Edit: Whatever you want
Note: Thanks to sinow
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Changing data.txt name and location
Original Text: data\data.txt
Offset: 00046271
Edit: Whatever you want
Note: Thanks to sinow
-------------------------------------------------------------------------------------

-----------------Vs mode----------------

-------------------------------------------------------------------------------------
Title: Removing the stuff that shows how many times you used a function key
Original text: Function Keys Used: F6: %d time(s) F7: %d time(s) F8: %d time(s) F9: %d time(s)
Offset: 000469d0
Edit: What ever you want
-------------------------------------------------------------------------------------

-----------------Main Menu----------------

------------------------------------------------------------------------------------
Title: Make "Please use the keyboard" show all the time(see other theard to see what it's usefull for)
Orginal:7512
Offset:0002FEFA
Edit:9090
------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Removing "Please use the keyboard" message
Original text: Please use the Keyboard!
Offset:00047350
Edit: Replace all with 00 | Edit in text mode to what ever message you want
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Disabling menu movement
Original: 8906 | 8916 | C70606000000
Offset: 0002FE06 | 0002FE23 | 0002FE0A
Edit: 9090 | 9090 | 909090909090
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Skip Menu (Goes straight to the first thing selected by default thats VS mode, trying to change it)
Original: 0F84C3000000
Offset: 0002FE2B
Edit: 909090909090
-------------------------------------------------------------------------------------

-----------------Stage mode----------------

-------------------------------------------------------------------------------------
Title: Delete numbers above the chars in stage
Original: 782020
Offset: 000469A8
Edit: 000000
Extra: Thanks to Mh-lf2
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Change reserve line thing at the top
Original text: Reserve: %3d..Man: %3d HP: %4d
Offset: 000473BE
Edit: Change to what you want
Extra: Thanks to Mh-lf2
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Change the stage line thing at the top
Original Text:STAGE %d-%d
Offset: 000473E4
Edit: Change to what ever you want
Extra: Thanks to Mh-lf2
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Add fkey functions
Original: D0
Offset: 0001FDBD
Edit: 00
Extra: Thanks to RaMMicHeL
-------------------------------------------------------------------------------------


-----------------Battle mode----------------

-------------------------------------------------------------------------------------
Title: Armour modes higher than 3.0
Original: C70485F077440064000000
Offset: 00367F7
Edit: 9090909090909090909090
-------------------------------------------------------------------------------------

-------------------------------------------------------------------------------------
Title: Unlimited Enemey's
Original: 8919
Offset: 00036A17
Edit: 9090
-------------------------------------------------------------------------------------

MH-LF2
-Delete value above char:
HexValue: 78 2020
(can be found in line 000469A0), nop it all...

-Delete reserve-line:
HexValue: 5265 7365 7276 653A 2025 3364
(can be found in line 000473B0 and following), nop it all...

And I found something new: edit the STAGE X-X in the middle of this
menu there:

-Change / Delete STAGE Line:
HexValue: 5354 4147 4520 2564 2D25 64
If you want to delete it: nop it all...
If you want to edit it: You've enough room, this code: %d-%d is for
the Stage Count function... (gonna edit it to KINGDOM STAGE now smilie)

[...]

Sinow
___________________________________________
Title: Changing stage.dat name and location
Hex: 64 61 74 61 5c 73 74 61 67 65 2e 64 61 74
Ascii: data\stage.dat
Edit: Whatever you want

Title: Changing data.txt name and location
Hex:64 61 74 61 5c 64 61 74 61 2e 74 78 74
Ascii: data\data.txt
Edit: Whatever you want
____________________________________________

This seemed kinda useful to me because I think using this would allow you to use the same
folders for multiple LF2 versions. They could have different data.txt files and stage.dat files
and be in the same folder. Would reduce the amount of space the different versions would
use on your computer and it'd be great for secret stages. No need to reinstall the version.
Could even edit the control.txt if you wanted to.

[...]

DON Giovanni
Ok...
---------------------------------
Title: Unlimited Enemies
Version: 1.9
Original: 8919
Offset: 000364C5
Edit: 9090
---------------------------------
Title: Armor modes higher than 3.0
Version: 1.9
Original: C70485D067440064000000
Offset:000362A5
Edit: 9090909090909090909090
---------------------------------

Believe it or not, I'm getting experienced in hex editing smilie

[...]

MH-LF2
I searched for a way to delete the Players name in game. I found it in the LF2 Patcher,
tryed it and failed, so I tryed a bit and came to this:

0001CFE5, 18, 00 (for LF2v1.9)
0001D4B5, 18, 00 (for LF2v1.9c)

I tryed some other mods and there were no errors, but I'm not 100% sure...
[Image: random.php?pic=random]
www.lf-empire.de
Once I had a fortune, it said: "Leave now. Life is short. Time is luck"
Don't dream your life, live your dream!
Reply
Thanks given by:




Users browsing this thread: 1 Guest(s)