Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade serial version if item can't be serialized using stored one #36

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

apple1417
Copy link

@apple1417 apple1417 commented Jul 18, 2022

If you have an item which has a low stored serial database version, and you edit it to use a newer part, which needs more bits than the stored serial version allows, the item gets serialized incorrectly and deleted. Check for this, and upgrade if needed.

Example replication steps:

  • Import the code BL3(AwAAAAB8zICZyMsgAo7jAYk0GZPSKXTprJyAEAAAAAAAAAAA) twice. This is an EM-P5, at version 25.
  • Edit one, add the GPart_Beast_RakkCharge anoint. This requires at least version 40.
  • Save the file.
  • Go in game. You will have the unanointed version, but not the anointed one.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant