0 of 0

File information

Last updated

Original upload

Created by

Nova77

Uploaded by

Nova77x

Virus scan

Safe to use

Tags for this mod

3 comments

  1. hhesky
    hhesky
    • member
    • 0 kudos
    Hi, thanks for good mod.
    Can I make a request?
    I want an editor to change the class and level stats of the characters.
    Please make it if you want.
    1. Nova77x
      Nova77x
      • member
      • 8 kudos
      Hmm, maybe. For the moment, to do it manually open the save file in a hex editor, and search for "EPlayerClassID::CLASS_TYPE_01A". That'll get you 6 results, one for each party member (in order: Duran, Angela, Kevin, Charlotte, Hawkeye, Riesz). There's a list of four classes, your first class, which is always "EPlayerClassID::CLASS_TYPE_01A", and "EPlayerClassID::CLASS_TYPE_02A" or "EPlayerClassID::CLASS_TYPE_02B" would be your second class, "EPlayerClassID::CLASS_TYPE_03A" - "EPlayerClassID::CLASS_TYPE_03D" (LL, LD, DL, DD), and your fourth class ""EPlayerClassID::CLASS_TYPE_04A" - "EPlayerClassID::CLASS_TYPE_04D" (LD, LD, DL, DD). If it's "EPlayerClassID::CLASS_TYPE_NUM" it means you haven't reached that class level yet. Just replace the NUM with the class prefixes list above. Once you've replaced it with your chosen classes, look just after that for "ClassLevel" and "IntProperty" and 10 bytes later is the value for what your class level is (01-04). For your level, look up just above your class list and you'll see "TotalExp" and "IntProperty" and 10 bytes later is the value for your total experience. If you place the cursor right there, and you look at the data inspector look at the int32 value and change it. As for what amount of experience equals what level, https://pastebin.com/bUXV0Uy8.
    2. hhesky
      hhesky
      • member
      • 0 kudos
      i think you said save file editing. i say class base stats data and level up stats data. it cannot?