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

Adds loadout slots / presets (on a per-character basis) #377

Merged
merged 7 commits into from
Nov 20, 2023

Conversation

MrMelbert
Copy link
Owner

@MrMelbert MrMelbert commented Nov 14, 2023

Players can now have up to 5 loadout presets saved per character.

image

Other changes:

  • Optimized height filter in preference menu, making it a lot less laggy for the server
  • Other filters now show in the prefs menu, because I re-added keep together to the dummies.
  • Cherry-picks appearances being visible in VV (for debugging)

@MrMelbert MrMelbert added Feature Its a bug Non-Module Code Touches main files. I'd make an action for this but I'm lazy. labels Nov 14, 2023
Comment on lines 378 to +379
// Without this, it doesn't show up in the menu
body.appearance_flags &= ~KEEP_TOGETHER
// body.appearance_flags &= ~KEEP_TOGETHER // NON-MODULE CHANGE
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I removed this code to get filters to show up

On one hand: The dummies show up in the menu, meaning the comment may be outdated
But on the other hand: There is an issue where only the loadout dummy disappears when the player joins the game, so ???

@MrMelbert MrMelbert merged commit 18c4e41 into master Nov 20, 2023
21 checks passed
@MrMelbert MrMelbert deleted the loadout_meme branch November 20, 2023 00:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Feature Its a bug Non-Module Code Touches main files. I'd make an action for this but I'm lazy.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant