Answered Sooo... C# WAW

Christien

Insane-Known Member
Messages
113
Reaction score
70
Points
378
So, I am wondering how do people figure out what functions work with this game? I mean, I am pretty sure no one just coded a mod menu with no knowledge and boom it worked, but idk.
 

zommer0532

Veteran
Messages
171
Reaction score
66
Points
813
thats because we know whats needed to draw text and shaders. and we use something called IDA and see what functions exist and the parameters the function takes
 

Harry

Certified Sick ℂunt
Premium Member
Messages
1,263
Reaction score
969
Points
973
Use IDA/Pre Released functions and create an RTM tool for WAW :grinning: That's what I am currently doing, and shall be releasing in the near future :tonguewink:
 

Lucifer

Veteran
Messages
771
Reaction score
502
Points
878
So, I am wondering how do people figure out what functions work with this game? I mean, I am pretty sure no one just coded a mod menu with no knowledge and boom it worked, but idk.
For mod men's on waw most menus are patch_mp mod menus coded in cfg and c++ for rtm tools not many function public released that I know of
 

IM x MoDzz

Veteran
Messages
36
Reaction score
45
Points
578
IDA is easy to use if you know what you are doing. Once you have found the function you want the amount of arguments needed are there for you in most cases, See the image below for a quick brake down (This can be gone in to in much more depth, but I though I would show it the quickest and easiest way).

be18eca1a43dcb5054544b9ba47df12b.png

Ignore the spelling I did this really quick and I didn't check back over it before saving it, But you get the idea xD
 

Christien

Insane-Known Member
Messages
113
Reaction score
70
Points
378
I get the idea! o; That looks very complicated, i'll hold off for now! xP
 
Top