⭐️ 902 Updates released
All updates published by Norda - page 5
v2.8
Update released of
Nor Admin Mod for GMod - Administration System version 2.8 1680713423 ago Added shortcut buttons for my latest scripts. So you don't need to remember the commands.
+Shortcut for the key and door management system of the map.
+Shortcut for the npcs loot system and reward variable configuration when you kill a NPC.
+Shortcut for the Items Dealer
+Shortcut for the Items bank - Personal Store
+Shortcut for the Karma system
v2.7
Update released of
Gmod Scoreboard Editable version 2.7 1680709384 ago 🚀 Added :
+Compatibility with my new script: Gmod Karma System which allows to display the reputation of the player or the character in the scoreboard and the rank linked to the reputation. (Good > Bad)
+Possibility of Tri added according to the reputation of the player or the character.
v2.1
Update released of
Zworld - Gamemode Single, Multiplayer & Server version 2.1 1679740567 ago ✔️ Patched:
+ Imgur Deathscreen red message.
+ The shortcut stored in the inventory leads to a misunderstanding. They are removed from the sleeping bag since they should not be stored in the inventory but in the backpack.
🚀 Added :
+ Addition of variables allowing you to customize the image of your deathscreeen.
-- Zworld Death Screen Images link
cfg.deathsceen_image_link = "https://i.imgur.com/FtxTZe4.jpg"
cfg.deathsceen_image_color_alpha = 175 -- 0 = Invisible (Minimum) > 255 = More visible (Maxi)
+ You can change the link of your maps collection on the workshop. Be careful not to insert broken addons.
Variable added is: workshop_button_download_map
-- Zworld Death Screen Images link
cfg.workshop_button_download_map="https://steamcommunity.com/sharedfiles/filedetails/?id=108212613"
🧱 Improved:
+ Some translation added.
+ When the spectator mode is activated you cannot open the inventory. This avoids to make the mouse disappear. By some means the mouse disappears, the inventory button will make it appear again during the spectator mode user.
v2.1
Update released of
Gmod Weapon Menu Creator version 2.1 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.
v4.0
Update released of
Gmod Advanced Character Creator System version 4.0 1679402931 ago 🚀 Added Player API:
meta:setCJob( job ) = Apply and Save the Job of the character.
meta:setCRPname( Character_Name , save or nil ) = Apply and save the Roleplay name of the character.
meta:SetCAge( Age , save or nil ) = For example in a Hogwarts server you want to force an age in relation to a job.
meta:SetCGenre( F or M , save or nil ) = Defines gender. M or F
meta:SetCModel( model_path , save or nil ) = Defines and save the PLayermodel.
meta:SetCSkin( var , save or nil ) = Define and save the Skin
meta:SetCBodygroup( var , save or nil ) = Define and save the Bodygroup.
meta:SetCColor( var , save or nil ) = Define and save the color selection of the playermodel
✔️ Patched:
Patched <hen you change jobs and die, the player respawns with the playermodel of the database. And not the new one.
v4.1
Update released of
Gmod Advanced Inventory System version 4.1 1679402477 ago Patch a Lua error in the admin panel when trying to change the style when the inventory has never been opened.
It indicates that one of its 3 variables is nil:
-load_personnel_frame
-load_block_equipments
-load_Information
The error does not exist if you have already opened the inventory once before.
v4.0
Update released of
Gmod Advanced Inventory System version 4.0 1679348550 ago 🧱 Improved:
+ Work on Compatibility with Harry Potters Wands completed.
+ Fixed when weapons sometimes drop into the ground.
+ No physical movement when dropping which allows to have zero impact on the netgraph. It can also avoid collisions and also collision spam.
✔️ Patched:
Patched a error Lua related to: player:DropWeapon( wep )