-
Notifications
You must be signed in to change notification settings - Fork 6
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
Inconsistent behavior with viewmodel overrides #77
Comments
I'm having the same issue. Both of my listed addons have viewmodels with the first link working but the second one does not. https://steamcommunity.com/sharedfiles/filedetails/?id=2852693758 |
Since we can't use the lua that tells which viewmodel is for which outfit it makes a guess. I could try running the lua to safely extract the mapping in the future. This should really have been handled inside the mdl but I don't think we have any place to store such information easily. (Alternatively I could make a GUI to let you choose the viewmodel, but that gets strange for players to use.) For now I can try improving the guessing system because at least the mapping should be easy if you name things correctly: |
You could go for a greedy search to look for |
Please add this as a feature. If people can bother browsing workshop for a model, they wouldn't mind selecting the c_arms themselves. |
Could probably use the same logic for selecting playermodels. |
There are times that Outfitter can use the workshop model's viewmodel arms but it's mostly a hit or miss with the viewmodel arms overrides.
This was tested with two workshop models, both have viewmodels:
The text was updated successfully, but these errors were encountered: