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

Fixed most vehicle customization variables not being applied #1758

Merged

Conversation

madsboddum
Copy link
Member

Fixes #1289

Apparently the client completely stops applying customization variables after encountering ones that it doesn't recognize.
Simply removing the ones it doesn't know resolves the issue.

I figured out which to remove by having a look in customizatio/customization_id_manager.iff:

image

Works now:

image

It's worth noting that this has affected much more than jetpack hover height - only max speed was ever actually being applied by the client. The jetpack hover height was just very obvious.

@madsboddum madsboddum self-assigned this Jan 19, 2025
@madsboddum madsboddum added the BUGFIX Fix of a bug (Pull Request) label Jan 19, 2025
@Josh-Larson Josh-Larson merged commit a16b7e3 into ProjectSWGCore:master Jan 19, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
BUGFIX Fix of a bug (Pull Request)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Vehicle] Jetpack hovers too low
2 participants