๐Ÿ‘ค Profile
avatar-76561198033784269

Norda Scripts

76561198033784269

๐ŸŽจ Creator


๐Ÿ’ฌ Message
โ›”๏ธ You are offline, join to send a private message.


Steam profile of Norda Scripts Facebook page of Norda Scripts Youtube page of Norda Scripts Twitch page of Norda Scripts Discord of Norda Scripts
๐Ÿ“ˆ Osgmod Stats
Creators Stats
โš—๏ธ Scripts created:84 scripts
โญ๏ธ Reviews (602)โ˜…โ˜…โ˜…โ˜…โ˜… 4.98/5
๐Ÿ›’ Sales:11913
๐Ÿš€ Updates released:1517 updates

Users Stats
๐Ÿ•’ Last login:1771931367
๐Ÿ’พ Joined:1432600035

Forums Stats
๐Ÿ“– Forum Posts:175
โ†ฉ๏ธ Forum Reply:80
โค๏ธ Reactions Given:25
๐Ÿ“ณ Reactions Received:65

โญ๏ธ 1517 Updates released

All updates published by Norda Scripts - page 21

Published Updates by Norda Scripts (Gmod addons) - Page 21


Keypads and Doors | gmod Door Lock and Access Manager v1.6
v1.6
Update released of Keypads and Doors | gmod Door Lock and Access Manager version 1.6 1697018323 ago
โœ”๏ธ Patch
Resolving a conflict with the keys and lock mod
Keys and Locks | gmod Advanced Door Management System v1.4
v1.4
Update released of Keys and Locks | gmod Advanced Door Management System version 1.4 1697018292 ago
โœ”๏ธ Patch
Resolving a conflict with the keypad system
Guild Chest | gmod Shared Storage and Guild System v1.2
v1.2
Update released of Guild Chest | gmod Shared Storage and Guild System version 1.2 1696580301 ago
โšก Optimization
Major reduction in the size of the script source code. (The size of the code responsible for choosing the type of object images is reduced. Unnecessary functions from the old icon generation system have been removed.)
Advanced Inventory | gmod Modular Inventory Framework v5.1
v5.1
Update released of Advanced Inventory | gmod Modular Inventory Framework version 5.1 1696580280 ago
โšก Optimization
Reduction in the size of the client-side lua file: Removal of Lua functions that are now useless.
Item Banks | gmod Personal Storage and Banking System v2.0
v2.0
Update released of Item Banks | gmod Personal Storage and Banking System version 2.0 1696580246 ago
โšก Optimization
Major reduction in the size of the script source code.
Weapon Selector | gmod Custom SWEP Menu Creator v2.4
v2.4
Update released of Weapon Selector | gmod Custom SWEP Menu Creator version 2.4 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.
Pocket System | gmod Inventory Pocket Without DarkRP v1.4
v1.4
Update released of Pocket System | gmod Inventory Pocket Without DarkRP version 1.4 1696580169 ago
โšก Optimization
Major reduction in the size of the script source code.
Item Trading | gmod Secure Trading and Selling System v1.7
v1.7
Update released of Item Trading | gmod Secure Trading and Selling System version 1.7 1696580144 ago
โšก Optimization
Major reduction in the size of the script source code.
RP Identity | gmod Name and Avatar Editor v1.5
v1.5
Update released of RP Identity | gmod Name and Avatar Editor version 1.5 1696580102 ago
โšก Optimization
Major reduction in the size of the script source code: The avatar image generation system has been simplified. Generates a *.png image of the 3D avatar. No longer uses the 3D Model directly on the HUD, which saves performance on the client side. 3D avatars on the HUD are no more optimised than a simple image, and it also allows me to remove functions that I would no longer use in the source code.
Player Position Memory | gmod Advanced Spawn Persistence v1.1
v1.1
Update released of Player Position Memory | gmod Advanced Spawn Persistence version 1.1 1696321416 ago
๐Ÿงฑ Improved
Fixed when on some DarkRPs the user was not spawned at the last position.
Health Modules | gmod Health System and HUD Editor v3.1
v3.1
Update released of Health Modules | gmod Health System and HUD Editor version 3.1 1696320273 ago
โšก Optimization
APIs use fewer processes, which means less CPU is required.

๐Ÿ“œ Configuration file
cfg.MaxHealth_define_per_lvl become cfg.MaxHealth_Mod

Add new mod: cfg.MaxHealth_Mod = 2

-1=Ignore the overide of GetMaxHealth.
0=The user has to buy or find the item that increases his max life.
1=Maximum life rises with the level of the user.
2=Maximum life is a combination of level and upgrades found or buy.

โœ”๏ธ Patch
Corrects max armour behaviour. In certain cases and depending on the method chosen. The max armour did not correspond to the maximum defined by the max armour upgrades.
Discord Logging | gmod Server Logs Integration v2.5
v2.5
Update released of Discord Logging | gmod Server Logs Integration version 2.5 1696278638 ago
โœ”๏ธ Patch
FIX Lua Error: [nordahl_discord_logs_system] bad argument #3 to 'Add' (function expected, got nil)
Zworld Gamemode | gmod Solo and Multiplayer Framework v2.9
v2.9
Update released of Zworld Gamemode | gmod Solo and Multiplayer Framework version 2.9 1696255341 ago
๐Ÿš€ Added in the config file
Allows you to set the speed at which hunger and thirst progress.

-- Zworld Alteration of states
cfg.hunger_thirst_cycle=2 -- Cycle in seconds. 2 seconds by defaults.
Skin Dealer | gmod Player Skin Management System v2.6
v2.6
Update released of Skin Dealer | gmod Player Skin Management System version 2.6 1696254253 ago
โœ”๏ธ Patched:
+ Corrects the Lua error when you force DarkRP currency with cfg.Money_System=1 when you are not in DarkRP.
[norda_skins_dealer] */norda_skins_dealer_config.lua:87: attempt to call method 'getDarkRPVar' (a nil value)

+ Replaces a global with a local that can be replaced by another external addon to avoid a Lua error.
Health Modules | gmod Health System and HUD Editor v3.0
v3.0
Update released of Health Modules | gmod Health System and HUD Editor version 3.0 1694467631 ago
โœ”๏ธ Patched:
Patch when cfg.MaxArmor_define_per_lvl is set to 0. It indicated max life. Not max armor.
Patch when cfg.MaxArmor_define_per_lvl is set to -1. (Ignore the overide of GetMaxArmor)

๐Ÿงฑ Improved :
Optimsiation of the option 2 about cfg.MaxArmor_define_per_lvl (Max armor is equal Max Health) The function has fewer steps.
Radioactivity | gmod Radiation Zones and Effects System v1.4
v1.4
Update released of Radioactivity | gmod Radiation Zones and Effects System version 1.4 1694035144 ago
๐Ÿš€ Added:
Added the ability to move the Geiger counter on the HUD from the customization menu.
Reducing networked query size.
Radioactivity | gmod Radiation Zones and Effects System v1.3
v1.3
Update released of Radioactivity | gmod Radiation Zones and Effects System version 1.3 1693997634 ago
๐Ÿš€ Added:
Animation of the Geiger counter on the HUD when left- or right-clicked. User names are displayed discreetly. This allows you to differentiate between scanning yourself and other users.
Radioactivity | gmod Radiation Zones and Effects System v1.2
v1.2
Update released of Radioactivity | gmod Radiation Zones and Effects System version 1.2 1693927386 ago
๐Ÿงฑ Improved:
Source code optimization.
Code size reduction.
Teleportation Portals | gmod Fast Travel System v1.4
v1.4
Update released of Teleportation Portals | gmod Fast Travel System version 1.4 1693174114 ago
๐Ÿš€ Added:
Disables collisions between players who teleport temporarily to avoid blockages.
Advanced Chat | gmod Multi Channel Chat System v2.3
v2.3
Update released of Advanced Chat | gmod Multi Channel Chat System version 2.3 1693145433 ago
๐Ÿš€ Added:
You can now position your server's chat on the interface. Wherever you want.
You can round off the corners from the interface.

๐Ÿงฑ Improved:
The Chat is Now responsive: Size and position customization is no longer in pixels, but as a percentage of resolution.
The security system has been optimized.
Text no longer leaves the frame. Text is expanded to several lines when too long.

๐Ÿšฎ Removed:
Configuration variable deleted in configuration file: cfg.chat_minimal_wide and cfg.chat_minimal_tall
Job NPC System | gmod Customizable Job NPC Manager v1.1
v1.1
Update released of Job NPC System | gmod Customizable Job NPC Manager version 1.1 1692663012 ago
๐Ÿš€ Added
Added link with the workshop pack.
Loot Furniture | gmod Interactive Lootable Props System v3.2
v3.2
Update released of Loot Furniture | gmod Interactive Lootable Props System version 3.2 1692617617 ago
โœ”๏ธ Patch
Corrects the Lua error when you set a lock and you don't have a keys and locks script or a lockpick script.
Server Whitelist | gmod Access Control System v3.2
v3.2
Update released of Server Whitelist | gmod Access Control System version 3.2 1692616511 ago
๐Ÿงฑ Optimisation:
Reduced code size.
Removal of certain globals by becoming Local, which increases performance and reduces the risk of conflicts.
Character Creator | gmod Advanced Character Creation System v4.6
v4.6
Update released of Character Creator | gmod Advanced Character Creation System version 4.6 1692395613 ago
โœ”๏ธ Patched:
Problem of character deletion after death resolved. Since the addition of this new option. This could happen when you allow users to delete their own characters. If you have not activated this option, you are not concerned.
Youtube Manager | gmod Media and Video Integration v3.2
v3.2
Update released of Youtube Manager | gmod Media and Video Integration version 3.2 1691954776 ago
๐Ÿš€ Added:
Reduced file size.
Modification of rights system and optimization of right system.
Improved aesthetics.
Youtube Manager | gmod Media and Video Integration v3.1
v3.1
Update released of Youtube Manager | gmod Media and Video Integration version 3.1 1691944474 ago
๐Ÿงฑ Improved:
Reduced code size.
Reduced number of Lua files.
Reduced number of backup files.

โœ”๏ธ Patched:
The playlist is automatically selected on number 1. This avoids the Lua error when you try to insert music to a playlist when you haven't selected one.
Patch: [nordahl_youtube_music_system_manager] .../nordahl_youtube_cl.lua:212: bad argument #1 to 'pairs' (table expected, got no value)

โš ๏ธ You'll have to redo your playlist. On the new healthy basis.
Nor Admin | gmod Administration Suite - Garrys mod addon v3.4
v3.4
Update released of Nor Admin | gmod Administration Suite - Garrys mod addon version 3.4 1691893677 ago
๐Ÿš€ Added:
Added the shortcut button for Gmod Job NPC System Customizable
Skin Dealer | gmod Player Skin Management System v2.5
v2.5
Update released of Skin Dealer | gmod Player Skin Management System version 2.5 1691744501 ago
โœ”๏ธ Patch Lua Error:
[norda_skins_dealer] lua/includes/extensions/table.lua:162: bad argument #1 to 'pairs' (table expected, got nil) (cl_skins_dealer.lua:1334)