Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

Name functions with BMS IDA

Newbie Spellweaver
Joined
Mar 28, 2017
Messages
49
Reaction score
1
Good morning people

I'm using the BMS files on the way, but when I open a certain function, and give F5 I can see the code decompiled.

Lace up and that's fine. The bms files already come with the named functions, but the variables are not named, always appearing v1, v2 a1, a2 ... Do I need to name the variables even using the leaked BMS files?
 
Newbie Spellweaver
Joined
Mar 28, 2017
Messages
49
Reaction score
1
Would anyone know if I have to rename the variables too?
 
Upvote 0
Newbie Spellweaver
Joined
May 21, 2007
Messages
31
Reaction score
24
Yeah you have to rename the variables. They're usually used in other functions though, so you can look at the parameter names for those functions and name the variables accordingly.
 
Upvote 0
Back
Top