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

Fix Vehicle Framework issues with upgrade overlays #500

Conversation

SokyranTheDragon
Copy link
Member

When loading a game where a vehicle has an upgrade that applies an overlay to a vehicle, the overlay initialization would fail for the host causing issues and desyncs.

This should fix all of those issues by patching the method and forcing it to run inside a LongEventHandler.ExecuteWhenFinished call, delaying it until it's safe to run it.

When loading a game where a vehicle has an upgrade that applies an overlay to a vehicle, the overlay initialization would fail for the host causing issues and desyncs.

This should fix all of those issues by patching the method and forcing it to run inside a `LongEventHandler.ExecuteWhenFinished` call, delaying it until it's safe to run it.
@notfood notfood merged commit 8b291fb into rwmt:master Dec 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants