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

Change Other Clan Save Data to Use Dictionaries #2897

Open
wants to merge 4 commits into
base: development
Choose a base branch
from

Conversation

Treefire33
Copy link
Contributor

About The Pull Request

Change how Other Clan save data is saved and loaded. It is backwards compatible and will not crash or break the game or any saves.

Why This Is Good For ClanGen

Makes expanding on Other Clan related features easier.

Linked Issues

Implements: #2698

Proof of Testing

proof-of-testing_otherclan-save-dict.mp4

Changelog/Credits

Convert Other Clan save data from a series of lists to a list of dictionaries.

Treefire33 and others added 4 commits September 21, 2024 16:00
Implements enhancement from: ClanGenOfficial#2698
Works with older save files (tested).
The dictionaries always have chosen_symbol as an attribute, checking it was unnecessary.
Runs better, and does the same thing.
@scribblecrumb
Copy link
Collaborator

aaa looks great! :D Thanks for taking this on. Merging will have to wait till after next stable release, though, as we're currently in feature freeze as preparation for that. We can leave this PR open and waiting for now and I'll get it merged once we've started the next development cycle (hopefully soon!)

@scribblecrumb scribblecrumb linked an issue Oct 22, 2024 that may be closed by this pull request
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.

[CODE] Change Other Clan save data to use a Dict
2 participants