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

Perks in the character sheet are not numbered as expected #69

Closed
Sebaestschjin opened this issue Jan 27, 2021 · 0 comments
Closed

Perks in the character sheet are not numbered as expected #69

Sebaestschjin opened this issue Jan 27, 2021 · 0 comments
Labels
bug Something isn't working

Comments

@Sebaestschjin
Copy link
Owner

The perks on the character sheets are internally not always numbered counting top left to bottom right. E.g. for the brute the perk number 10 has the value internally. This means during save the wrong perk numbers are stored. This is not a problem during load, as the wrong numbers are loaded again, which will lead to the expected result. However, this still makes the save information invalid and is confusing, if one wants to check whether the save was successful.

To fix this the numbering on all character sheets have to be checked and a mapping has to be stored in Game. The mapping must be used for saving. For loading the mapping must only be used, if the save game has a version of 1.1 or higher. Otherwise, the mapping will map to the wrong perk.

@Sebaestschjin Sebaestschjin added the bug Something isn't working label Jan 27, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant