👤 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:85 scripts
â­ī¸ Reviews (604)★★★★★ 4.98/5
🛒 Sales:11878
🚀 Updates released:1535 updates

Users Stats
🕒 Last login:1781219198
💾 Joined:1432600035

Forums Stats
📖 Forum Posts:175
â†Šī¸ Forum Reply:81
â¤ī¸ Reactions Given:25
đŸ“ŗ Reactions Received:65

â­ī¸ 1535 Updates released

1535 updates published by Norda Scripts

Track the full development history and released improvements from Norda Scripts


Zworld Gamemode | gmod Solo and Multiplayer Framework v4.4
v4.4
Zworld Gamemode | gmod Solo and Multiplayer Framework v4.4 Update #1550 released 1780697059 ago

âœ”ī¸ Patch
Fixes the clothing system, since the latest GMod updates, it had only been working on certain Citizen models.

📜 Files that have been edited:
zworld/gamemode/shared.lua
zworld/gamemode/vtm/bt_cl.lua
zworld/gamemode/vtm/vtm_cl.lua
zworld/gamemode/cl_home.lua
zworld/gamemode/cl_inventory_system.lua
zworld/gamemode/cl_itemshold.lua
zworld/gamemode/cl_options.lua

🧱 Improved
Replacement of certain unofficial background music tracks with the official ones from Zworld.

📜 Files that have been edited:
zworld/entities/entities/fotrv/cl_init.lua

âœ”ī¸ Lua Error fix
[ERROR] bad argument #2 to 'Add' (function expected, got nil)
unknown - gamemodes/zworld/gamemode/sv_network.lua:468
NWeather | Dynamic gmod Weather and Skybox System v2.8
v2.8
NWeather | Dynamic gmod Weather and Skybox System v2.8 Update #1549 released 1780663902 ago

🚀 Added
- Added a new "Set Weather FX to 365 Days" button.
- Weather effects can now be applied to all 365 days of the year with a single click.
- Added a calendar shortcut icon for quick access.

🧱 Improved
- Faster annual weather configuration workflow.
- Reduced repetitive editing when creating year-long weather schedules.
NPCSpawn Framework: Optimized gmod NPC Spawn Editor v1.2
v1.2
NPCSpawn Framework: Optimized gmod NPC Spawn Editor v1.2 Update #1548 released 1778038124 ago

âœ”ī¸ Patch
Fixed an error that could occur after disabling the addon from the menu, rebooting the server, then re-enabling the addon without restarting again.

âœ”ī¸ Lua Error fix
[norda_npcspawn_framework] /sv_norda_npcspawn2.lua:158: attempt to index field 'npct' (a nil value)
Keys and Locks | gmod Advanced Door Management System v2.9
v2.9
Keys and Locks | gmod Advanced Door Management System v2.9 Update #1547 released 1777622498 ago

🧱 Improved
Added automatic restoration of door and lock states after map cleanup operations.
Integrated the PostCleanupMap hook to reliably detect when cleanup is complete.

âœ”ī¸ Patch
Fixed an issue where doors were restored after cleanup without their lock system logic, causing desynchronized or unsecured states.
Added deferred reinitialization to ensure lock mechanics are reapplied once cleanup has fully completed.

âœ”ī¸ Lua Error fix
[norda_lock_and_key_system] sv_norda_keys_system.lua:406: attempt to concatenate a nil value
Dynamic Map Switching | gmod World Expansion System v1.5
v1.5
Dynamic Map Switching | gmod World Expansion System v1.5 Update #1546 released 1775896762 ago

âœ”ī¸ Patch
Updated version label displayed in the interface

💡 This change prevents confusion when users expect the displayed version to match the current script version.
Keys and Locks | gmod Advanced Door Management System v2.8
v2.8
Keys and Locks | gmod Advanced Door Management System v2.8 Update #1545 released 1775891639 ago

🧱 Improved
- Changed default behavior of key storage
- Keys are now stored in the keyring SWEP by default (cfg.store_key_in_inventory=0)
- Added clarification in documentation regarding inventory compatibility

💡 Note:
Servers using an external inventory system must manually set: cfg.store_key_in_inventory=1
Nor Admin | gmod Administration Suite - Garrys mod addon v6.4
v6.4
Nor Admin | gmod Administration Suite - Garrys mod addon v6.4 Update #1544 released 1774904219 ago

âœ”ī¸ Patch
Automatically inserts the owner's id64 into the database during the add-on's initial installation. The script owner no longer needs to enter a server command to add themselves to the database.
View and Crosshair | gmod Camera and Crosshair Editor v3.0
v3.0
View and Crosshair | gmod Camera and Crosshair Editor v3.0 Update #1543 released 1772661946 ago

🚀 Add
Added the Player:SwitchView() meta-function: Allows scripts to switch the camera perspective programmatically. This API was added to facilitate integration with external systems and third-party add-ons that require control over the player's view.

Player:SwitchView() added to the global script API list: API Docs
Zworld Gamemode | gmod Solo and Multiplayer Framework v4.3
v4.3
Zworld Gamemode | gmod Solo and Multiplayer Framework v4.3 Update #1542 released 1772658457 ago

âœ”ī¸ Patch
Fixed an issue affecting bullet hit detection on NPCs and NextBots that appeared after recent Garry's Mod updates. In some cases, bullet trails could collide incorrectly with shell ejection effects, preventing entities from being detected correctly after the first shot.

You don't have to update everything. Here are the files I edited:
- shared.lua
- vtm/wps_cl.lua