ID:136843
May 1 2002, 10:16 am
|
|
im wondering about player save files. how are they created? what are they in? Hexadecimal? what should i be looking for if i want to change a singe var in a save file? how do i decode it?
|
jobe wrote:
im wondering about player save files. how are they created? what are they in? Hexadecimal? what should i be looking for if i want to change a singe var in a save file? how do i decode it? From the FAQ: http://www.deadron.com/byond/ByondBwicki.dmb?SaveFiles |
In response to Deadron
|
|
yeah yeah.. i know how to save.. but how do i MANUALLY change a save file? how do i open the file with my hex editer and change a single var? what am i looking for in the save file..
|
In response to jobe
|
|
yeah yeah.. i know how to save.. but how do i MANUALLY change a save file? how do i open the file with my hex editer and change a single var? what am i looking for in the save file.. Then read what Sariat said. Don't mess with hexadecimal crap. =P |
Look up ExportText proc (savefile)