⭐️ 902 Updates released
All updates published by Norda - page 8
v3.0
Update released of
Gmod Escape Menu Editor version 3.0 1676032264 ago 🧱 Improved :
This update Improve and optimize the access system.
Addition in the configuration file:
----- Administration -----
cfg.OwnersSteamID64 = {["{{user_steamid64}}"]=true} --If you are the owner and you dont use Admin System put your Steam ID64 here.
cfg.Admin_GROUP_ACCESS = {["superadmin"]=true,["admin"]=true}
🚀 Optimization of file size:
You will notice that there are fewer Lua files.
✔️ Patched :
The news and banner areas you edit fro the escape menu will be the same as those displayed on the script:
Gmod Server Title Screen Build
v2.4
Update released of
Gmod Server Title Screen Build version 2.4 1676032040 ago 🚀 Optimization of file size:
Code size reduction and deletion of a Lua file.
✔️ Patched :
Patch compatibility with news written from the escape menu.
🧱 Improved :
Improvement and optimization of the administration system.
Addition in the configuration file:
----- Administration -----
cfg.OwnersSteamID64 = {["{{user_steamid64}}"]=true} --If you are the owner and you dont use Admin System put your Steam ID64 here.
cfg.Admin_GROUP_ACCESS = {["superadmin"]=true,["admin"]=true}
Enhanced functionality related to the variable cfg.banners_of_escape_menu= 1
-----Banners and News of Escape Menu-----
-- 0 = Show demo text
-- 1 = News banner edited from the escape menu
-- -1 = Disable all (New in 2.4)
cfg.banners_of_escape_menu = 0 // This is the news banner and text box of
Gmod Escape Menu Editor
v1.2
Update released of
Gmod Items Trading and Selling System version 1.2 1674488035 ago 🚀 Added :
Automated currency support displayed with my :
Gmod Money System
You don't have to do anything, the currency display in the trade menu will show the currency you have displayed on your HUD with my script.
Variable added in the config file fi you dont want use mu
Gmod Money System
You don't have to have my Gmod Money System. If you don't have it, edit the variables below manually.
cfg.money_cur = "$"
cfg.money_icon = Material("ngui/norda_huds/money.png")
Question added on this new feature in the wiki of this script. (Question 13)
v1.9
Update released of
Gmod Weapon Menu Creator version 1.9 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.
v2.6
Update released of
Gmod Money System + HUD Maker version 2.6 1673999578 ago 🚀 Added :
Chat command to drop the money : /dropmoney amount
Example to drop 5$ in the chat : /dropmoney 5
Add in the config file the possibility to define the entity class name of the money you drop:
cfg.MoneyClassDropped = "cash_5"
v2.5
Update released of
Music areas system version 2.5 1673991850 ago 🧱 Improved :
You can open the interface from the second point.
Optimization of the checking system. Reduce the CPU use of 50%.
Users in their character menu or titlescreen do not receive the music of the zone.
✔️ Patched :
Patch Lua Error : When player spawns into zone =
[nordahl_music_of_zone] addons/nordahl_music_of_zone/lua/entities/nordahl_zone_music/cl_init.lua:1677: attempt to index global 'no_winde1' (a nil value)
v2.8
Update released of
Gmod Ambiance Server Manager - Audio Management for Servers version 2.8 1673968167 ago ✔️ Patch conflict with Two music areas system V 2.5: Lua Error Patched
[nordahl_ambiance_share_manager] addons/nordahl_ambiance_share_manager/lua/autorun/nordahl_cl/nordahl_music_system_cl.lua:1337: attempt to index global 'no_winde1' (a nil value)
1. unknown - addons/nordahl_ambiance_share_manager/lua/autorun/nordahl_cl/nordahl_music_system_cl.lua:1337
🧱 Improved:
Optimisation of file size.
v2.1
Update released of
Gmod Advanced Chat Multi-channel Customizable version 2.1 1673961957 ago 🧱 Improved :
When you type roleplay or chat commands and you are in multiline mode. The chat becomes single line to avoid line breaks. Client-side solution that will not impact server-side performance. This solution avoids detecting line breaks on the server side. And it's pretty.
When you are writing a command you switch to single line mode which has the effect of allowing you to press enter to send. Visually it also indicates that your server has roleplay commands without the need to try.
Roleplay indicator when using RP command chats such as /me /do /think
v2.8
Update released of
Gmod Advanced Inventory System version 2.8 1673910085 ago 🚀 Added :
You can prevent the weapons already provided by Jobs from being de-equipped.
La variable cfg.Job_Weps_Unequipable a était ajouté dans le fichier configuration.
Add 3 variables in the modules settings (from the interface):
You want more realism objects should fall on the ground and not spawn without physics for optimization. You can choose this in the interface server settings.
You can prevent the saving of ammunition and weapons with the two variables added to the setting interface. Don't forget to reload the module from the blue button. This avoids automated checks for optimization reasons.
✔️ Patched :
Patched the error when a weapon that no longer exists in the server content. This happens when you load a game with non-existent weapons.
The Error Lua patched is:
[norda_inventory_system] addons/norda_inventory_system/lua/autorun/nordahl_sv/sv_norda_inventory_system.lua:475: attempt to call method 'SetClip2' (a nil value)
v2.0
Update released of
Gmod Advanced Chat Multi-channel Customizable version 2.0 1673876475 ago 🚀 Add :
By default the display time of new messages on the HUD was 10 seconds. I added a variable in the configuration file that allows you to set the delay yourself. It was requested. (Wiki updated about this new feature.)
Add variable Msg_HUDraw_Delay in the config file:
cfg.Msg_HUDraw_Delay=10 //10 = The users have 10 seconds toread the messages in the HUD.
🧱 Improved :
This script has roleplay commands already included. They have just been improved. A color code makes it easy to differentiate them in the chat.
Improved Gmod Roleplay control system: /me /think /do /dice /roll /rand
/rand is an alias of /roll.