Skip to content

[Release] vMenu v2.2.2

Compare
Choose a tag to compare
@TomGrobbe TomGrobbe released this 11 Feb 22:53

vMenu v2.2.2

Download here

Changelog

Permission changes

  • vMenu.VehicleOptions.SpecialGod This permission is now removed, all god mode options will now fall under the 'vMenu.VehicleOptions.God' permission instead.
  • vMenu.VehicleOptions.BikeSeatbelt Allows you to enable the bike seatbelt option, preventing you from falling off bikes, ATVs, etc.
  • vMenu.VehicleOptions.Invisible Allows you to make a vehicle invisible.
  • vMenu.VehicleOptions.InfiniteFuel Allows you to enable the Infinite Fuel option in the vehicle options menu (requires FRFuel).
  • vMenu.PersonalVehicle.ExclusiveDriver Allows you to become the exclusive driver of this vehicle.
  • vMenu.PlayerAppearance.AddonPeds Allows you to spawn a addon ped from the list. (This is not required to spawn addon peds using the 'spawn by name' option.)

Convar changes

  • vmenu_disable_daily_update_checks Default: false, allows you to disable the daily update checks. Does not disable the update checks when (re)starting the server/resource.

All changes

  • Update client and server CFX API dependencies.
  • Various MAPI (MenuAPI) version updates.
  • Internal refactoring of code and moving data classes to sub-folders.
  • Completely re-write the vehicle options -> vehicle colors sub-menu (still no RGB support sadly).
  • (Dynamic) Weather changes now last only 30 seconds instead of 45, this is because the visual effect only lasts for around 15 seconds, so it was pointless to have to wait 30 seconds in order to change the weather again. Only having to wait 15 seconds as a 'cool-down' to prevent buggy changes is a lot better.
  • While the weather is changing, you will now no longer be able to select another weather type until the current transition is completed. This takes 30 seconds (at most). The weather options will be grayed out and locked while you are unable to change the weather.
  • Disable dynamic weather automatically if the weather type is changed/set to XMAS, HALLOWHEEN, or NEUTRAL. It can still be re-enabled if you switch to another weather type and then manually re-enable the dynamic weather changes.
  • Pre-fill the current license plate text in the "Enter new license plate text" input box when changing the license plate text.
  • Add vehicle invisibility option.
  • Re-code the parachute options menu.
  • Add unlimited parachutes option to the new parachutes menu.
  • Change the way 'never wanted' is managed internally.
  • Add a 'bike seatbelt' option.
  • Mark vehicles as "not wanted" and "not stolen" when spawning a new vehicle.
  • Add full customization to the auto-pilot options menu. You can now create your own custom driving style in-game.
  • Add new hot-key/instructional buttons to the vehicle options -> vehicle mod menu to allow for easy vehicle doors opening/closing while modifying your car.
  • Merged PR By PNWParksFan: Added bomb bay door support to doors menu.
  • Added extra1 and extra2 doors to the vehicle doors menu. (Not present on any stock GTA V vehicles (AFAIK), but they are available on some modded vehicles.)
  • Change the way safe-teleporting works. It's now slightly slower, but should be 99% accurate all the time.
  • Add a lot more customization options for vehicle godmode. You can now specify specific damage types to be enabled/disabled. Note some god mode options override other (god mode) options.
  • Add a 'show vehicle health' option to the vehicle options menu.
  • Added the ability to remove vehicle doors from inside the vehicle doors menu. Note that the option "delete removed doors from world" is NOT synced for other players, to all other players it will look like the doors just fall off, they won't get removed from the world.
  • Re-add interior lights toggle option to the 'vehicle lights' list item, since this doesn't crash the game anymore like it used to 9 months ago.
  • Add 'Exclusive Driver' option to the personal vehicle options menu.
  • Add daily update checks (can be disabled using convars).
  • Players with the 'vMenu.Staff' permission will now always receive a notification if vMenu is outdated. Even if the convar for update notifications is disabled. "Normal" players will not receive these notifications if the convar is disabled. If the convar is set to enabled (default) then everyone will receive a notification if vMenu is outdated.
  • Add a filter option to the banned players menu. Press the jump key (| 22 | INPUT_JUMP | SPACEBAR | X |) while the banned players menu is open to filter the list based on (part of) a username. Press the jump key again and leave the input box empty to reset the filter. Alternatively, clicking on a banned players record or backing out of the menu will also reset the filter.
  • Add 'max textures' indicator to clothing and props lists in the MP character creator menu. This makes it easier to find all texture variations for a specific clothing item or ped prop.
  • Add 'Neck Thickness' option to the face shape features menu in the MP character creator menu. This should have been added earlier, but it was never included due to a typo in a for-loop.
  • The Addons Vehicle menu now contains vehicle classes. Each addon car is sorted into it's correct vehicle class category. This should hopefully prevent 200+ vehicles in one single menu.
  • The update checker will now check if the server is a ZAP-Hosting server. If it is, then it will check the one-click installer version first before marking the vMenu version as outdated. This is done to hopefully prevent unnecessary spam in the console when the one-click installer isn't updated yet.
  • Add 'infinite fuel' option to the vehicle options menu. This requires FRFuel to be installed.
  • Added permission for the addon peds submenu.

Fixes

  • Fixed: Removed the wind speed 'bug'. This was accidentally added when I was testing wind options, shouldn't have been pushed to production. Thanks for the multiple reports about this.
  • Fixed: Reset the dynamic weather timer to the configured delay whenever the weather is manually changed.
  • Fixed: The server side weather command is now fixed.
  • Fixed: Permissions will now be checked correctly on initial join when setting the player's swim and run speed multipliers.
  • Fixed: Correctly set/update the license selected plate type inside the list option whenever switching vehicles or re-opening the vehicle options menu.
  • Fixed: Hide all vehicle options sub-menus when not in any vehicle.
  • Fixed: A couple of crashes/null object exceptions.
  • Fixed: No-clip should now work again when you're in a vehicle that's completely broken/dead.
  • Fixed: Hazard lights / indicator lights should now always turn off when you toggle them off for all vehicles. This apparently didn't work for some vehicles like taxi's, however nobody ever reported it broken... 😕
  • Fixed: Removed the 'spawned saved weapon loadout' message on first join if a weapon loadout was set to 'default' and 'equip on (re)spawn' was enabled.
  • Fixed: Fix players not receiving the 'vMenu is outdated' notification even if it was set to enabled (default) in the permissions.cfg.
  • Fixed: A typo in the banned players menu has been fixed. ('Again' instead of 'Agian').
  • Fixed: Prevent empty player names in ban records in the bans.json.
  • Fixed: Update checker is now fixed for ZAP-Hosting servers, there was a small bug preventing new servers from being registered from some ZAP-Hosting IP addresses.