Jump to content

Frost

Member
  • Posts

    3
  • Joined

  • Last visited

Reputation

10 Good

About Frost

  • Birthday 05/19/1990
  1. I know that, codemonkey.. actually to be honest, I learn more from source codes than tutorials. If i don't understand something, I follow tutorials then. btw yes, it's BinaryReader, and no, I haven't read that because I had to go. I replied as fast as I could.. also, now Im just checking this thread, so i might work on this tomorrow or later at night. evandixon: I thought about, for now, R/S/E sav editor since im playing it on my iPhone.In the future, if i get how to do this, I might update my program for the last Pokemon games.
  2. Because learning a new language takes time, and I don't really have that. School, friends, family, etc... I still don't get, once opened the sav file, how to read stuff from it. I've never used this kind of files in programming. Never ever used decryption, encryption... Well, actually i did once to edit Terraria sav files but it was done by copying a source code to see it in action, and I still don't get something: this.CharName = reader.ReadString(); This line of code should read from a sav file, the char's name. WHat i can't understand is: why reader.ReadString() ? I mean... no arguments for the reader to understand what it's supposed to read? I can't explain it, but that method seems very generic for me
  3. Hello everyone, im new here. Great site, i have to admit it. I've seen many sav editors, and as always, I need to create my own. I've been searching for 129012901221 hours (aprox.) on how to decrypt sav files. I've been lookin onto many source codes but i still don't get how im supposed to do it. Also every Lib i found was coded in C++, but i only use C#.. So what im asking is.. can one of you, creator of a sav editor, help me on my project? I'm banging my head against a wall right now, im only making interfaces... P.S: I know that to read sav files you need to read them as bytes and stuff, but i just dont know how to do that. also, i just restarted programming... took a 1 year long break from coding..
×
×
  • Create New...