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

Support Match Day and Campus DLCs #326

Merged
merged 7 commits into from
Sep 5, 2023
Merged

Support Match Day and Campus DLCs #326

merged 7 commits into from
Sep 5, 2023

Conversation

kaenganxt
Copy link
Member

General changes:

  • Don't show DLC warning popup anymore
  • Instead, display DLC support when starting server or joining game (next to the mod support)
  • Ignore christmas DLC when joining as it only adds music
  • Sync district style (e.g. for European Suburbia Content Creator pack)
  • Make IgnoreHelper thread local (otherwise the "ignore" state could overlap between simulation and UI thread)
  • Detect sync problems by checking if the IgnoreHelper is still in ignoring mode after the simulation tick (in simulation thread) or if it is active in Unity engine's LateUpdate lifecycle method (in UI thread).
  • This should detect (and partly fix) cases where an exception occurs between start and end ignore.

Match Day DLC:

  • Fix ticket prize synchronization
  • Synchronize result of football events

Campus DLC:

  • Sync all interactions in the campus management panel (buying grant, setting academic staff, cheerleading budget, coaches count, ticket prices, varsity color and varsity identity)
  • Sync district park policies (=Campus Area policies and more)
  • Sync campus upgrades and statistics when the academic year ends

@kaenganxt kaenganxt merged commit 4b71c83 into master Sep 5, 2023
2 checks passed
@kaenganxt kaenganxt deleted the better-dlc-support branch September 5, 2023 21:44
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.

None yet

2 participants