๐Ÿ‘ค 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 10

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


Advanced Inventory | gmod Modular Inventory Framework v7.2
v7.2
Update released of Advanced Inventory | gmod Modular Inventory Framework version 7.2 1727998175 ago
๐Ÿงฑ Improved
Major aesthetic update.

๐Ÿš€ Added
Add tabs to the information menu: Status / Information / Progress
Displays Lockpicking skill progress information.
Displays information on fishing skill progress.

Add variables to the configuration file for displaying information in the inventory:

cfg.Script_LockPick = 1 -- Show Lockpick system + Skill Progress
cfg.Script_NJob = 1 -- Show NJob - Job Creator and Editor
cfg.Script_NFish = 1 -- Show NFish - Fishing game system + Skill Progress

โšก Optimization
Reduce code size.
NPC Spawn Editor | gmod NPC Placement Tool v3.3
v3.3
Update released of NPC Spawn Editor | gmod NPC Placement Tool version 3.3 1726531157 ago
โšก Optimization
Optimization of server- and client-side code size.
Optimization of server-side functions.

โœ”๏ธ Patch
Fixes a bug that altered the timer when moving away from a zone during a cycle.

๐Ÿงฑ Improved
Interface reskin
The NPC delete button also resets the timer for the point's next spawn.
NJob | gmod Job Creator and Editor Framework v1.7
v1.7
Update released of NJob | gmod Job Creator and Editor Framework version 1.7 1725831199 ago
๐Ÿš€ Add
add player:isArrested() --return false. This avoids Lua errors with certain scripts created by default for DarkRP.
Zero Gamemode | Gmod Empty Base Gamemode Framework v1.2
v1.2
Update released of Zero Gamemode | Gmod Empty Base Gamemode Framework version 1.2 1725830921 ago
๐Ÿš€ Add
Add GM.Config variable
Advanced Inventory | gmod Modular Inventory Framework v7.1
v7.1
Update released of Advanced Inventory | gmod Modular Inventory Framework version 7.1 1725488659 ago
โœ”๏ธ Patch
Fixed weapon duplication glitch.

๐Ÿš€ Add
Add API to save all inventory system (+ weapons equiped + ammos): player:NInv_Save_All()
Dynamic Map Switching | gmod World Expansion System v1.3
v1.3
Update released of Dynamic Map Switching | gmod World Expansion System version 1.3 1725399783 ago
โœ”๏ธ Patch
Patch the Lua error when entering a map switch zone when it's not finished being configured.

[norda_dynamic_map_switching] addons / norda_dynamic_map_switching / lua / autorun / nordahl_sv /sv_norda_dynamic_map_switching.lua: 206 : bad argument #1 to '__add' (Vector expected, got string)
Advanced Inventory | gmod Modular Inventory Framework v7.0
v7.0
Update released of Advanced Inventory | gmod Modular Inventory Framework version 7.0 1725396215 ago
โœ”๏ธ Patch
Fix when spamming the inventory button sometimes only the character is displayed and the information window.
NJob | gmod Job Creator and Editor Framework v1.6
v1.6
Update released of NJob | gmod Job Creator and Editor Framework version 1.6 1724198833 ago
๐Ÿงฑ Improved
Custom checks and added variables are checked before being added to the database. This ensures that if a Lua error occurs in your synthaxis, it is ignored. The menu will close and a message will tell you that you have made an error when setting up the Custom Check.
Item Shops | gmod NPC Dealer and Store System v2.7
v2.7
Update released of Item Shops | gmod NPC Dealer and Store System version 2.7 1724151767 ago
โœ”๏ธ Patch
Players can no longer switch to the admin menu even if they couldn't make any changes.
NJob | gmod Job Creator and Editor Framework v1.5
v1.5
Update released of NJob | gmod Job Creator and Editor Framework version 1.5 1724150379 ago
โŒ Removed
Suppression of the stress function in the duplication system
NJob | gmod Job Creator and Editor Framework v1.4
v1.4
Update released of NJob | gmod Job Creator and Editor Framework version 1.4 1723681975 ago
๐Ÿš€ Added
You can now duplicate a created job by right-clicking on it and clicking on Duplicate.

โšก Optimization
Reduces bandwidth usage by 2 per connection.
NPC Spawn Editor | gmod NPC Placement Tool v3.2
v3.2
Update released of NPC Spawn Editor | gmod NPC Placement Tool version 3.2 1723594582 ago
โœ”๏ธ Patch
Corrects the spawn point duplication system.
Fix timer change when playing with this command: nord_npcspawn_enable_all
Item Shops | gmod NPC Dealer and Store System v2.6
v2.6
Update released of Item Shops | gmod NPC Dealer and Store System version 2.6 1723500623 ago
๐Ÿš€ Added
Added command to eliminate duplicated merchands in the same position : norda_debug_eliminate_3947_duplicates
NJob | gmod Job Creator and Editor Framework v1.2
v1.2
Update released of NJob | gmod Job Creator and Editor Framework version 1.2 1723497867 ago
๐Ÿš€ Added
Add meta function DarkRP Alias: player:getJobTable()

Add Global:
- GetJobTable(id)
- GetJobTableByName(job_name)

๐Ÿงฑ Improved
Small adjustment to the job expiry system.
Zero Gamemode | Gmod Empty Base Gamemode Framework v1.1
v1.1
Update released of Zero Gamemode | Gmod Empty Base Gamemode Framework version 1.1 1723116676 ago
๐Ÿš€ Added
Client Performance Improvements
We have disabled several client-side hooks to improve the overall performance of Garry's Mod. Each deactivation can be commented on in the init.lua and cl_init.lua files.

Loading and Menus:

OnGamemodeLoaded: Disabled to reduce initial loading time.
CreateMenuBar: Disabled to reduce memory usage related to unused user interfaces.
Spawn Icons and Tools:

SpawniconGenerated: Disabled to reduce the time and resources needed to generate spawn icons.
AddToolMenuCategories: Disabled to minimize memory used by unnecessary tool menu categories.
PostReloadToolsMenu: Disabled to reduce resources used for reloading tool menus.
Graphical Rendering:

RenderScene: Disabled to improve overall graphical performance.
RenderSuperDoF: Disabled to reduce GPU load related to Depth of Field.
RenderStereoscopy: Disabled to improve performance on setups not requiring stereoscopic rendering.
RenderScreenspaceEffects: Disabled various screen space effects (RenderToyTown, RenderBokeh, RenderBloom, RenderTexturize, RenderColorModify, RenderMaterialOverlay, RenderMotionBlur, RenderSharpen, RenderSobel) for a significant FPS increase.
Updates and Commands:

Tick: Disabled to reduce CPU load from frequent updates.
Think: Various hooks (NotificationThink, DOFThink, DragNDropThink) disabled to optimize performance.
User Input:

GUIMouseReleased: Disabled to reduce input processing time.
GUIMousePressed: Disabled to optimize performance related to user interactions.
VGUIMousePressed: Disabled to minimize processing of unused GUI inputs.
HUD and Interface:

HUDPaint: Disabled to improve UI rendering performance.
PopulateMenuBar: Disabled to reduce CPU load when populating menus.
PopulateToolMenu: Disabled to optimize performance by reducing unnecessary operations on tool menus.
Additional Visual Effects:

RenderScreenspaceEffects (RenderToyTown, RenderBokeh, RenderBloom, RenderTexturize, RenderColorModify, RenderMaterialOverlay, RenderMotionBlur, RenderSharpen, RenderSobel): All disabled to reduce GPU load and improve FPS.
Network Variables and Other Features:

EntityNetworkedVarChanged: Disabled to improve network performance.
PreDrawHalos: Disabled to optimize halo rendering around entities.
To comment to disable the modification, add the appropriate comments (--) in the init.lua and cl_init.lua files.

Example:
-- hook.Remove("OnGamemodeLoaded", "YourHookFunctionName")
-- hook.Remove("CreateMenuBar", "YourHookFunctionName")
-- hook.Remove("RenderScene", "YourHookFunctionName")
-- etc.
Guild Chest | gmod Shared Storage and Guild System v1.8
v1.8
Update released of Guild Chest | gmod Shared Storage and Guild System version 1.8 1723067329 ago
๐Ÿš€ Added
Added command to eliminate duplicate entries: norda_debug_eliminate_duplicates
Money System | gmod Currency and HUD Builder v3.6
v3.6
Update released of Money System | gmod Currency and HUD Builder version 3.6 1723042823 ago
โœ”๏ธ Compatibility
Compatibility update with new script NJob - Gmod Job Creator and Editor
Documents Editor | gmod In Game Documents System v1.4
v1.4
Update released of Documents Editor | gmod In Game Documents System version 1.4 1723039740 ago
โšก Optimization
Huge and important optimisation.

โœ”๏ธ Patch
The clean up button in sandbox mode deletes documents, but they reappear smoothly
Once again, you can spawn documents from the Gmod spawnmenu.
NCredit | gmod Premium Currency and Economy System v1.8
v1.8
Update released of NCredit | gmod Premium Currency and Economy System version 1.8 1723034772 ago
๐Ÿš€ Added
If you need to run the command from your website
Add the rcon command:
add_premium_credits "steamid64_buyer" amount
NJob | gmod Job Creator and Editor Framework v1.1
v1.1
Update released of NJob | gmod Job Creator and Editor Framework version 1.1 1722995197 ago
๐Ÿš€ Added
Added system for manually adding weapons to a job by their class name.
Added the possibility of adding playermodels by inserting their path directly.
Added a button to clear the entire NJob database.

๐Ÿงฑ Improved
Improved DarkRP job extraction system.
Nor Admin | gmod Administration Suite - Garrys mod addon v4.9
v4.9
Update released of Nor Admin | gmod Administration Suite - Garrys mod addon version 4.9 1722857733 ago
๐Ÿš€ Added
You can manage the NJob features administration tool from the Admin menu.
Added shortcut to open NJob menu
RP Identity | gmod Name and Avatar Editor v1.9
v1.9
Update released of RP Identity | gmod Name and Avatar Editor version 1.9 1722734174 ago
โšก Optimization
Workshop resource size optimisation: Before 8.362 MB, After 1.3 MB

๐Ÿš€ Added
Addition of a new avatar mode displayable on HUD: Circular Mode 2. More optimized way than mode 1. Mode 1 is retained for preferences.
NPC Spawn Editor | gmod NPC Placement Tool v3.1
v3.1
Update released of NPC Spawn Editor | gmod NPC Placement Tool version 3.1 1721773441 ago
๐Ÿš€ Added
Add in the config file: npcDisappearCheckCycle

cfg.npcDisappearCheckCycle=1 -- Defines the check cycle in seconds if the NPC disappears after the player has moved away. 0 = the time defined by the spawn cycle. Greater than 0 defines the time in seconds of the check cycle.
Leveling System | gmod XP, Levels and Progression v5.1
v5.1
Update released of Leveling System | gmod XP, Levels and Progression version 5.1 1721651728 ago
๐Ÿš€ Added
PvP Server mode added: The option is activated from the modules panel: Killing any other player gives XP.