What's new

Question Anyone know the correct usage of these functions?

Status
Not open for further replies.
teh1337

teh1337

Some call me the Dear Leader-most just say teh1337
Experienced Veteran Programmer Frame In Gold
Messages
1,555
Reaction score
2,224
Points
375
Sin$
0
Hey guys I have been crawling around in IDA Pro and I found a few strings that I think are functions:
Code for the hex

Writedefaults - I think it writes game default settings to an outside file (hopefully using dvars )
Code:
writedef
seg000:0003C3E0  61 75 6C 74 73 00 00 00  77 72 69 74 65 63 6F 6E  ault
Writeconfig - I think it writes game config strings ?

Commands:

exec - executes .cfg files inside the code_post_gfx_mp.ff

Example:
Code:
exec def
seg000:0003BFC0  61 75 6C 74 5F 6D 70 2E  63 66 67 0A 00 00 00 00  exec default_mp.cfg


Any ideas?
 
Status
Not open for further replies.
Top Bottom
Login
Register