โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 18
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, Gmod 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 (Customizable Weapon Selector Mod) 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 )
v3.9
Update released of
Gmod Advanced Character Creator System version 3.9 1679330724 ago ๐งฑ Improved:
From the configuration file you need to find the variable: cfg.Save_Job_PModel and set it to 0.
cfg.Save_Job_PModel = 0 -- If you change jobs, your character model does not move. Save_Job_PModel Prevents DarkRP from replacing the character model and saving when you change jobs. In short, you will change jobs without losing the current model. 1 = Change the playermodel and save it when the job is changed.
v2.0
Update released of
Zworld Gamemode, Single Multiplayer & Server, Gmod version 2.0 1679318913 ago ๐ Added:
Added a variable to disable the option: Your news in the home screen and context menu
cfg.enable_ingame_news=1 --1=ON | 0=OFF
Add preset System for the maps.
Add in the wiki about how work the preset system: Line 101
โก Optimization:
Optimisation that Multiply by 5 the ability to place ghost entities on the map. You can go from 1000 ghost entities, to 5000 ghost entities now.
v2.0
Update released of
Gmod Skins Dealer Manager version 2.0 1679183682 ago ๐งฑ Improved:
Major change for more optimization and less requests for the same operation.
The tab is no longer updated on the server side when a skin, bodygroup or colour is selected. The preview is only done on the client side. The command is only sent once when a skin is changed.
โ๏ธ Patched:
Fixes a conflict where only admins were allowed to do certain actions in the public side shop.
v1.4
Update released of
Gmod Bodygroup Wardrobes Manager version 1.4 1679182488 ago ๐งฑ Improved:
Optimisation of source code size. Lighter file size and 4 less Lua files. So please remove the old addon when installing.
โ๏ธ Patched:
Fixed a major conflict that could cause skins, colours and bodygroups to be impossible to change.
Correction of some translations