Git Product home page Git Product logo

Comments (16)

Cracko298 avatar Cracko298 commented on June 14, 2024 2

Yes, that is correct.
So I found out each Character Save is an offset of "0x4C8" away from each other.

The math I did was pretty simple. Taking the offset, you said it was at "0xD3C" and subtracting "0x4C8", which gives; World 2, Character 2.

So... "0xD3C - 0x990" which gives me the original; World 1 Character 1 "3AC".

We can use this to find the other World Character Level, XP, etc.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024 1

Sorry about the late reply.
Seems I have forgotten to add other world Save-Slots along with the guide. *Whoops.
So yes, you can edit your level another way *by modifying your amount of XP instead of the level.

I'm looking into it right now, as I type this message. Should be a few minutes.

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024 1

I was around 52, thats perfectly fine :)

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024 1

None caused! 👌

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024 1

Resolved! Thanks. I followed your instructions with a slight difference. I had to null out the Int32 and UInt32 as well, by writing 0 and then inserting 2118875 into those fields as well. Otherwise my player would revert back to lvl 10 000 as Int32 never changed from -2147483608 and Uint32 also never changed from 2147483608 by just modifying UInt24.

Thanks for this :)

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024

I found that offset D3C is player level for slot 3. I modified it to 39 and it appears to work while in the menu.

Off topic: As soon I jump into a game and kill something, my level reverts to lvl 10 000. I'm therefore thinking its an issue with experience points. Which says (negative) -2147483608 in the game, inside the Team tab

This is what my level looks like at offset D3C afterwards

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

Which world are you on and which character as well?
I might be able to calculate the difference in offsets, might be able to find similarities between each character and world.

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024

I'm on World 3 and Character 3 :)

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024

Wouldn't it actually be necessary to edit both XP and level, in order for the level to stick correctly? Say you're lvl 1 with 10 XP, and you edit it to be level 50 with 10 XP, and then you kill something, gaining 1 XP, wouldn't you level down in that case?

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

Yeah, seems like I really hadn't thought that through.
I was using some older documentation of how the Player stats had worked.
Seems like it doesn't or does but barely. I'll need to update the guide and correct this, as well as include the Offsets between Character files.

Thanks for pointing this out.

from generation-zero-save-documentation.

mthreer avatar mthreer commented on June 14, 2024

That would be awesome! I honestly have no idea how my character all of a sudden became 10 000 so I've been wanting to change that back to something more reasonable.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

You got it, and what level where you, and what level do you want.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

Ight, I'll start attempting to get level 53's EXP decimal/hex and get back to you within a hour or two.

Sorry for any inconvenience this will cause you.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

Sorry about the longer wait, I had something quite important happen that I couldn't have missed.

I found the Value for level 53. (UInt24) which is: "2118875". Set that as your EXP, in your case it starts at offset: "0xD38".
Make sure to set your Player level at offset "0xD3C" to something lower than 53 (UInt8), such as level 24 or something like that.

After applying this fix, kill an enemy or two then Exit and Save. your Save-Data should be fixed after reopening your Generation Zero Save.

image
image

Sorry again for the unannounced absence of me, and again I apologize for any inconvenience this may have caused you.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

If you don't have any more questions, and if this fixes your problem. please close the issue apon reading this message and applying the fix.
If this doesn't fix your problem, we'll keep this Issue request open.

Thanks for the issue request, I'll be sure to add the fixes suggested in this issue.

from generation-zero-save-documentation.

Cracko298 avatar Cracko298 commented on June 14, 2024

If you don't have any more questions, and if this fixes your problem. please close the issue apon reading this message and applying the fix. If this doesn't fix your problem, we'll keep this Issue request open.

Thanks for the issue request, I'll be sure to add the fixes suggested in this issue.

Normally HxD does it automatically, glad to see it resolved in your Favor.

from generation-zero-save-documentation.

Related Issues (1)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.