Originally posted by akse
thanks man! but isnt this for the maps of bo2 only? i mean like i wanted to search for the bullet trail code and some other stuff
I put the String Dumper in the root of the Decompiled folder.
You must login or register to view this content.
I open the String Dumper and input a string that I want to search. I want to look for setClientUIVisibilityFlag.
You must login or register to view this content.
I press Enter and wait for it to finish making the dump. I then open the txt file that it made.
You must login or register to view this content.
From this dump, I can see that I can use setClientUIVisibilityFlag with:
hud_visible
g_compassShowEnemies
and many more when I look through the dump txt.
If you want to find out the arguments for a function, either look at this website although it is outdated.
You must login or register to view this content.
or make a dump of the function with the String Dumper and look for the line with default arguments like the first one in this picture
You must login or register to view this content.