MCBTay / XLGearModifier

A mod to add custom meshes into the gear menu of SkaterXL, allowing the ability to custom texture these meshes through the Gear folder.
8 stars 6 forks source link

Add Folders/Tabs for Extra Male, Female, and Custom Skaters #110

Open MCBTay opened 2 years ago

redgouf commented 2 years ago

We will use this functionality to have "outfits" saved for the user.

Questions:

  1. Do we need to hardcode define a finite list?
  2. If we don't, how do we allow for more outfits?
  3. If we have multiple, are we scroll this list view on the menu?
MCBTay commented 2 years ago

After doing some digging, I think trying to do folders may be the better direction to go than tabs here. This could change once I dive into implemenation, but for now I'm thinking:

As far as the list... Not sure about this still. I think for starters just adding 4-5 "extra" slots per male and female would be a great starting point. We could always hardcode that and see what kind of feedback we get. Either up the number in the future or spend time later to figure out how to give the user more control over it.