Home / Gmod Scripts / Gmod Weapon Menu Creator (Customizable Weapon Selector Mod) / Changelog


🔨 Changelog

Changelog of Gmod Weapon Menu Creator (Customizable Weapon Selector Mod)

All updates to the "Gmod Weapon Menu Creator (Customizable Weapon Selector Mod)" addon listed here.

📅 Version 2.8 Released 1712008790 ago

⚡ Significant optimization
FPS gain.
Removal of a greedy hook.

🚀 Added
cfg.Bind_Shortcut=1 --1 = ON, 0 = OFF
📅 Version 2.7 Released 1711026480 ago

⚡ Client-side Optimization
I've implemented a brand new translation system aimed at enhancing performance and reducing overall size. Now, initialization occurs only once, regardless of the number of installed scripts. Previously, each of my scripts would initialize individually on the client-side, which, with a total of 51 scripts, could lead to slowdowns. With this update, a single initialization will handle all 51 scripts and future ones, optimizing both the client and the overall experience.

Reduction in client-side code size.

❌ Removed
Removed certain icons such as flags, reducing the size of the workshop ressources download.
📅 Version 2.6 Released 1710158028 ago

🧱 Improved
The Arc mod of the selection menu remains fixed, even if the selection part remains in the same position.
📅 Version 2.5 Released 1709678868 ago

🚀 Added
Added 24 new designs.

⚡ Optimization
Texture resolution increased. (Less blurred display)
Optimization of source code size.
Resource pack size reduced by 30% (Workshop before: 321 KB, after: 217 KB)
📅 Version 2.4 Released 1696580196 ago

⚡ Optimization
Major reduction in the size of the script source code: The system for checking and generating 3D images of weapons has been replaced. This eliminates the previous code-intensive system and the now useless functions.
📅 Version 2.3 Released 1682324024 ago

✔️ Patched:
For some resolved the Circular HUD was not always centered. This update fixes that.
📅 Version 2.2 Released 1681217001 ago

🚀 Added :
Added new icons, and new shortcuts commands.
📅 Version 2.1 Released 1679525266 ago

Major update
🚀 Added:
Before version 2.1, the addon defined a specific weapon selection menu for the whole server.
Since version 2.1, you can enable another save mode that allows players with a certain rank to customize their own weapon selection menu just for them.

The variable cfg.Clientside_Build has been added to the configuration file for this purpose.

cfg.Clientside_Build = 0 --(the addon sets a server-wide weapon selection menu as the original and default)
cfg.Clientside_Build =1 --(This allows for example your VIPs to build their own weapon menu. Others who are no longer VIPs will default to the server menu).

+Add in the wiki the line of information number 22. Who explain about: cfg.Clientside_Build

🧱 Optimisation:
Reduction of the file size.
📅 Version 2.0 Released 1677251676 ago

🧱 Improved :
The system now takes into account the IconOverride variable of sweps without 3D Model. This solves the problem of displaying the inventory icons and the pocket.
📅 Version 1.9 Released 1674379667 ago

🚀 Added :
Added system to automatically close the weapon selection menu when the selection is not made.

Add in the config file the variable: cfg.Automatic_closing

cfg.Automatic_closing = 2 -- Automatic closing time of the weapon menu in second (here is 2 seconds by default)

🧱 Improved :
Optimization of the file size. The file is slightly smaller than before the update.
📅 Version 1.8 Released 1671026583 ago

🚀 Added :
Compatibility with BSMod Punch SWEP + Kick & KillMoves
📅 Version 1.7 Released 1671025361 ago

🧱 Improved :
Improves compatibility with scripts that do not have a predefined slot. They will have slot 1 by default
📅 Version 1.6 Released 1670188536 ago

✔️ Patched :
Patch the Lua error when you have no equipment.
📅 Version 1.5 Released 1665390612 ago

🚀 Added :
Added variable to customize the icons of your weapons in the selection menu.
----- Weapons Custom Image -----
cfg.Swep_Custom_IMG={
weapon_crowbar =Material("ngui/norda_huds/mod_wepmenu2.png","smooth"),
}

🧱 Improved :
Added in the wiki the question to help set this up. (Wiki line 21)
📅 Version 1.4 Released 1663838822 ago

✔️ Patched :
+Patch a conflict with : RP Name and Avatar Editable frame

Improvement of DColorMixer of Garry's Mod. Which allows you to copy and paste the complete RGBA code and insert it in other DColorMixer to better respect the graphic charter of your game on your server. And also to work faster.

⚠️ Don't forget to click on the new blue Reset Setting button that appears at the top right of the administration panel. To delete the old style save to load the new updated variables. 🔃
📅 Version 1.3 Released 1658783897 ago

🧱 Improved :
When you carry an item with the physgun you can now use the wheel without displaying the weapon selection menu.
📅 Version 1.2 Released 1658226800 ago

🚀 Added :
Added a cfg.HUDPAINT variable to work around a problem caused by the Cuffs addon. Which overrides HUDPaintBackground preventing the menu from displaying correctly when one player takes the cuffs off another.

The addition of cfg.HUDPAINT allows to switch between HUDPaintBackground and HUDPaint when a script overrides one of its functions. In addition to working around the problem it adds the functionality to choose whether the weapon selection menu is displayed in the background with HUDPaintBackground. And forward HUD with HUDPaint.

Fix your problems at the source anyway. That's the best way.

In the config file:
cfg.HUDPAINT="HUDPaint" // HUDPaint - HUDPaintBackground
📅 Version 1.1 Released 1657057659 ago

✔️ Patched :
Fixes Lua error when user dies with weapon selection menu open.
Fixes Lua error when user has a weapon deleted while the weapon selection menu is open.
Fixes the error when a dead user tries to open the weapon selection menu.
Patch the pink and black material is displayed when icons is absent.
📅 Version 1.0 Released 1656412290 ago

Initial Version
Gmod Addon



📥 Download 2.8


🎫 Open Ticket
⛔️ Sorry, you are not connected
Script Information
Creator : Norda Scripts
Sales :80
Published :1 year
Last update :
Version :version 2.8
DRM :Yes
Categories : Gmod addons
Requierements : Garry's Mod Server
Languages : 🇬🇧 🇫🇷 🇩🇪 🇪🇸 🇷🇺
Tags :
Admin DarkRP VGUI HUD Optimisation Gameplay Allgamemode