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

Close the loop and update build_player_uid #24

Open
XxInvictus opened this issue Feb 11, 2024 · 0 comments
Open

Close the loop and update build_player_uid #24

XxInvictus opened this issue Feb 11, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@XxInvictus
Copy link

Checking a save after it has been updated I can see there is really only one thing left with the old character ID and that is the below which I believe just indicates who built something. It is relatively small and largely irrelevant but I feel like it is worth adding as it closes the loop and ensures there is no more reference to the previous player UID after the conversion.

properties.worldSaveData.value.CharacterSaveParameterMap.MapObjectSaveData.value.values[*].Model.value.RawData.build_player_uid

I could be wrong on the exact parents, I was doing this on a 1.3G save file so couldn't use collapsing easily :/

The value assigned to this key would just be old player UID -> new player UID

@JannikBirn JannikBirn added the enhancement New feature or request label Feb 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants