MAFINS / MenyooSP

[or Menyoo PC] - Trainer/mod menu for Grand Theft Auto V (single-player).
https://www.gta5-mods.com/scripts/menyoo-pc-sp
GNU General Public License v3.0
783 stars 493 forks source link

Even though they're written under Supers in VehicleList, the Progen PR4 and Ocelot R88 (Open Wheel class) show up under "Others" in the spawn menu #67

Open metoxys opened 4 years ago

metoxys commented 4 years ago

mamadrol007 commented 4 years ago

if I trie to drive them they glitchout and despawn same with all the other cassino (heist and original) dlc

metoxys commented 4 years ago

they work perfectly fine on my end using the latest version of scripthookv and the most recent menyoo

MAFINS commented 4 years ago

@mamadrol007 Try this one: https://ci.appveyor.com/api/buildjobs/0v1snn4dck6nor7a/artifacts/MenyooSP.zip

Also, I tried looking for the code for the categories and I can't find it using github so somebody else has gotta check it out.

mamadrol007 commented 4 years ago

I also use the latest version they don't work do il trie to re install it in a bit.

Op di 17 dec. 2019 13:41 schreef metoxys notifications@github.com:

they work perfectly fine on my end using the latest version of scripthookv and the most recent menyoo

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/MAFINS/MenyooSP/issues/67?email_source=notifications&email_token=AOB7PU7GGMXM7Z7CXZVWSULQZDCHTA5CNFSM4J3NQMKKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEHCH3IQ#issuecomment-566525346, or unsubscribe https://github.com/notifications/unsubscribe-auth/AOB7PUYGP7QNUAEZZCDAQXDQZDCHTANCNFSM4J3NQMKA .

metoxys commented 4 years ago

@MAFINS https://github.com/MAFINS/MenyooSP/blob/ccecad0f7f7eff7ab1618e609cd772055911e19a/Solution/source/Scripting/ModelNames.cpp#L268 https://github.com/MAFINS/MenyooSP/blob/28a4c5bee8aa2c6ac99e526c3a126e66eba02894/Solution/source/Submenus/WeaponOptions.cpp#L752 https://github.com/MAFINS/MenyooSP/blob/7091744a4812c379b2421214df9a4bf881c8095b/Solution/source/Submenus/VehicleSpawner.cpp#L889 https://github.com/MAFINS/MenyooSP/blob/fc579431705ba327c1735f98b5fac2ab712d8af1/Solution/source/Scripting/enums.h#L4576 https://github.com/MAFINS/MenyooSP/blob/ccecad0f7f7eff7ab1618e609cd772055911e19a/Solution/source/Submenus/Spooner/Submenus.cpp#L3112 ?

mamadrol007 commented 4 years ago

@MAFINS yes I think it works thank you for creating this amazing mod !

MAFINS commented 4 years ago

@metoxys I'm looking at it and it only puts something in other when it isn't found elsewhere. idk. Maybe double check the issue and see if "formula", etc. is the right name and all?

And also, if the problem persists, try pressing the "Reload model list files" option in Spooner Settings and let me know if that fixes it.

metoxys commented 4 years ago

@MAFINS Of course formula and formula2 are the correct names, using "Input model" spawns them just fine (and they also spawn perfectly fine from the Other category) Speaking of the categories, I'm not a big fan of how multiple technically separate categories are grouped together, I think it's a good opportunity to fix that (separate issue maybe? can give more details later, gotta run now)

MAFINS commented 4 years ago

@metoxys Well somebody would have to remove the hardcoded submenus (and whatever banners and other stuff is associated with them since it isn't implemented too well) and make new ones with new categories (or read categories off the xml)...