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

Only "6" items shown in list #124

Closed redgouf closed 2 years ago

redgouf commented 2 years ago

When testing, I noticed that the menu is ONLY ever capped at having 6 items showing. That means 6 "meshes" showing for each category, and 6 "textures" showing for each mesh when selected. if there is less than 6 meshes in a list, the remaining slots get a "NOT FOUND" label if there is less than 6 textures in a list, the remaining slots get a "NOT FOUND" label

redgouf commented 2 years ago

https://user-images.githubusercontent.com/13354972/168397642-5013aeb0-e227-4193-8e46-4802a4bc8d68.mp4

MCBTay commented 2 years ago

It's actually 7, this turned out to be exactly what I thought it was. Essentially I had forgotten to consider the "folder" you had selected. So the menu was constantly thinking you were looking at the top level of the list, which has 7 categories currently.

redgouf commented 2 years ago

This is now fixed