๐ค Profile

Norda Scripts
76561198033784269๐จ Creator
๐ฌ Message
โ๏ธ You are offline, join to send a private message.





๐ Osgmod Stats
Creators Stats | |
---|---|
โ๏ธ Scripts created: | 81 scripts |
โญ๏ธ 589 Reviews: | โ โ โ โ โ |
๐ช Averages on 589 Reviews: | 4.98/5 |
๐ Sales: | 11350 |
๐ Updates released: | 1392 updates |
Users Stats | |
๐ Commented scripts: | 175 |
โ๏ธ Coffee offered: | 0 |
๐ Last login: | 1748466780 |
๐พ Joined: | 1432600035 |
Forums Stats | |
๐ Forum Posts: | 173 |
โฉ๏ธ Forum Reply: | 80 |
โค๏ธ Reactions Given: | 25 |
๐ณ Reactions Received: | 65 |
โญ๏ธ 1392 Updates released
All updates published by Norda Scripts - page 1

v1.0
Initial version

v8.0
๐งฐ Lua Error Fix
[norda_inventory_system] */sv_norda_inventory_system.lua:470: attempt to perform arithmetic on field 'inventory_off' (a nil value)
[norda_inventory_system] */sv_norda_inventory_system.lua:470: attempt to perform arithmetic on field 'inventory_off' (a nil value)

v1.6
๐ Added
๐ง New public API for custom HUDs
Several API functions have been added to enable developers to retrieve real-time weather data and integrate it into their own custom HUDs:
NWeather_GetSeason() -- Returns the season ID, its name (in English) and a Material representing the season icon.
NWeather_GetWeather() -- Returns the current weather ID, its name, and the corresponding weather icon.
NWeather_GetMoonphase() -- Returns the current moon phase ID and name.
NWeather_GetTime() -- Returns the current time in numerical form + the time formatted for display (e.g. โ08:01 AMโ).
NWeather_GetDate() -- Returns a text string with the complete date (e.g. โ27, January 2025โ).
NWeather_GetTemperature() -- Returns the current temperature in ยฐC in raw, formatted form (ex: -3, โ-3ยฐCโ).
NWeather_API (console command) -- Displays all above API returns in console for debugging or quick integration.
๐ Documentation update
A section detailing the operation of each API function has been added to the official documentation.
Lines 34 to 40 of the script wiki deal specifically with the use of these functions, the values returned and their integration into a custom HUD. You can use the API keyword to quickly display the relevant lines.
๐ง New public API for custom HUDs
Several API functions have been added to enable developers to retrieve real-time weather data and integrate it into their own custom HUDs:
NWeather_GetSeason() -- Returns the season ID, its name (in English) and a Material representing the season icon.
NWeather_GetWeather() -- Returns the current weather ID, its name, and the corresponding weather icon.
NWeather_GetMoonphase() -- Returns the current moon phase ID and name.
NWeather_GetTime() -- Returns the current time in numerical form + the time formatted for display (e.g. โ08:01 AMโ).
NWeather_GetDate() -- Returns a text string with the complete date (e.g. โ27, January 2025โ).
NWeather_GetTemperature() -- Returns the current temperature in ยฐC in raw, formatted form (ex: -3, โ-3ยฐCโ).
NWeather_API (console command) -- Displays all above API returns in console for debugging or quick integration.
๐ Documentation update
A section detailing the operation of each API function has been added to the official documentation.
Lines 34 to 40 of the script wiki deal specifically with the use of these functions, the values returned and their integration into a custom HUD. You can use the API keyword to quickly display the relevant lines.

v4.5
โ๏ธ Patch Lua Error
[nordahl_store_builder] sv_store_builder.lua:22: attempt to call method 'IsSuperAdmin' (a nil value)
[nordahl_store_builder] sv_store_builder.lua:22: attempt to call method 'IsSuperAdmin' (a nil value)

v2.3
๐งฑ Improved
Grade doubling is now possible: it is now possible to create several grades with the same name (duplicate grades). Previously, this operation was blocked to avoid conflicts.
๐ Added
Possibility of customizing a Grade's unique id from the management interface.
Grade doubling is now possible: it is now possible to create several grades with the same name (duplicate grades). Previously, this operation was blocked to avoid conflicts.
๐ Added
Possibility of customizing a Grade's unique id from the management interface.

v1.8
โก Optimization
90% performance optimization of the depth-of-field system.
๐งฑ Improved
The depth-field system detects materials with transparent parts.
90% performance optimization of the depth-of-field system.
๐งฑ Improved
The depth-field system detects materials with transparent parts.

v7.9
๐งฑ Improved
Possibility of disabling inventory access for certain jobs or ranks. (For example, if you want players to play as humans and zombies, zombies have no inventory.)
The option is applied in real time. This was not the case before.
Possibility of disabling inventory access for certain jobs or ranks. (For example, if you want players to play as humans and zombies, zombies have no inventory.)
The option is applied in real time. This was not the case before.

v1.5
๐ Added
3 new options added: The first new option allows you to disable NWeather's soundscape. Sometimes you may prefer to have your own soundscape.
โ New option: Delete native soundscape and light entities (Reset the settings to show them: Blue button top right / Reset NWeather Setting)
Added an option to automatically delete soundscape (trigger_soundscape, env_soundscape, etc.) and light (light, light_spot, light_dynamic, light_environment) entities present on maps.
๐ฏ Objective:
Optimize server performance by reducing the number of active entities and unnecessary logic.
Avoid visual and sound conflicts with the addon's custom dynamic systems (client-side soundscape and dynamic weather/light via NWeather).
Improve visual and sound consistency by removing static map effects that contradict the dynamic effects generated by the addon.
This option can be deactivated at any time according to the needs of the map or the administrators.
3 new options added: The first new option allows you to disable NWeather's soundscape. Sometimes you may prefer to have your own soundscape.
โ New option: Delete native soundscape and light entities (Reset the settings to show them: Blue button top right / Reset NWeather Setting)
Added an option to automatically delete soundscape (trigger_soundscape, env_soundscape, etc.) and light (light, light_spot, light_dynamic, light_environment) entities present on maps.
๐ฏ Objective:
Optimize server performance by reducing the number of active entities and unnecessary logic.
Avoid visual and sound conflicts with the addon's custom dynamic systems (client-side soundscape and dynamic weather/light via NWeather).
Improve visual and sound consistency by removing static map effects that contradict the dynamic effects generated by the addon.
This option can be deactivated at any time according to the needs of the map or the administrators.

v3.0
๐งฑ Improved
Replaces the variable defining the version by the use of a tag, which automatically indicates the version at download time. This avoids visual inconsistencies between the displayed version and the one actually downloaded. This is an old script (2015), the version had to be changed manually in the file. This could now be forgotten. For example, you have version 2.9 and are visually observing version 2.7.
Replaces the variable defining the version by the use of a tag, which automatically indicates the version at download time. This avoids visual inconsistencies between the displayed version and the one actually downloaded. This is an old script (2015), the version had to be changed manually in the file. This could now be forgotten. For example, you have version 2.9 and are visually observing version 2.7.

v1.4
๐งฑ Improved
Handles temperature differences when under shelter.
Handles temperature differences when under shelter.

v1.3
โ๏ธ Patch
Removed snow display inside buildings.
Fixed the glare of the sun appearing through the ground at night with Gmod default post processing.
Fixed a Lua error related to the calendar menu, which was causing problems in 64-bit versions.
Corrected a Lua error that could occur when manually adding custom textures to the client file.
โก Optimization
Improved moon rendering at night for more realistic visuals.
Optimized weather calculations to further reduce client-side CPU usage.
Optimization of visual effects (FX), notably by preventing snow from appearing in off-map areas, thus lightening the load on the GPU.
Removed snow display inside buildings.
Fixed the glare of the sun appearing through the ground at night with Gmod default post processing.
Fixed a Lua error related to the calendar menu, which was causing problems in 64-bit versions.
Corrected a Lua error that could occur when manually adding custom textures to the client file.
โก Optimization
Improved moon rendering at night for more realistic visuals.
Optimized weather calculations to further reduce client-side CPU usage.
Optimization of visual effects (FX), notably by preventing snow from appearing in off-map areas, thus lightening the load on the GPU.

v1.6

v1.2
โก Optimization
Optimization of the map's dynamic brightness system.
Optimization of the map's dynamic brightness system.

v1.4
๐ New feature
Support for automatic import from the old Job Whitelist system - DarkRP via the export_to_norda_whitelistjob2 command.
Support for automatic import from the old Job Whitelist system - DarkRP via the export_to_norda_whitelistjob2 command.

v6.0
๐ Added
Export command added: export_to_norda_whitelistjob2
This command automatically transfers all whitelist data to my new whitelist job system: WJob - Gmod Whitelisting Job System 2, if also installed.
Once the export is complete (a few seconds), a message will appear in the console indicating that the server will restart in 5 seconds.
โ Once the migration has been successfully completed, you can safely delete the old addon.
Export command added: export_to_norda_whitelistjob2
This command automatically transfers all whitelist data to my new whitelist job system: WJob - Gmod Whitelisting Job System 2, if also installed.
Once the export is complete (a few seconds), a message will appear in the console indicating that the server will restart in 5 seconds.
โ Once the migration has been successfully completed, you can safely delete the old addon.

v1.7
๐งฑ Improved
A limit indicator has been added to pages being edited, because when the limit is exceeded, the file is not saved. The counter indicates this, and the save button turns red when the maximum limit is exceeded.
A limit indicator has been added to pages being edited, because when the limit is exceeded, the file is not saved. The counter indicates this, and the save button turns red when the maximum limit is exceeded.

v7.8
โ๏ธ Patch
Patch weapon drop stored in inventory at time of death.
Patch weapon drop stored in inventory at time of death.

v2.9
โ๏ธ Patch
The Offline mode, which allows you to make the entity invisible, returns after a reboot. The entity now remains invisible if you have defined it as such.
The Offline mode, which allows you to make the entity invisible, returns after a reboot. The entity now remains invisible if you have defined it as such.

v2.3
๐ Added
Added ESP to the admin button to view the position of all collectable points. Useful for managing and viewing resource distribution in the environment, and for removing them.
Added ESP to the admin button to view the position of all collectable points. Useful for managing and viewing resource distribution in the environment, and for removing them.

v2.2
โ๏ธ Patch
Fix the moment when the collision reactivates after the collect point respawns, once its removal is triggered during collection.
Fix the moment when the collision reactivates after the collect point respawns, once its removal is triggered during collection.

v1.1
โ๏ธ Patch
[norda_nweather] ...cl_norda_nweather.lua:2079: Tried to use a NULL entity!
[norda_nweather] ...cl_norda_nweather.lua:1379: Tried to use a NULL entity!
GetBrushSurfaces - [C]:-1
[norda_nweather] ...cl_norda_nweather.lua:2079: Tried to use a NULL entity!
[norda_nweather] ...cl_norda_nweather.lua:1379: Tried to use a NULL entity!
GetBrushSurfaces - [C]:-1

v1.0
Initial version

v1.6
๐งฐ Lua Error fix
Fix Lua Error : [norda_documents_editor_system] .../cl_norda_documents_collectible.lua:259: bad argument #3 to 'SDClr' (number expected, got no value)
Fix Lua Error : [norda_documents_editor_system] .../cl_norda_documents_collectible.lua:800: bad argument #3 to 'DrawTextEntryText' (table expected, got nil)
Fix Lua Error : [norda_documents_editor_system] .../cl_norda_documents_collectible.lua:259: bad argument #3 to 'SDClr' (number expected, got no value)
Fix Lua Error : [norda_documents_editor_system] .../cl_norda_documents_collectible.lua:800: bad argument #3 to 'DrawTextEntryText' (table expected, got nil)

v2.3
โ๏ธ Patch
Correction and optimization of the lock system used to configure and activate the job category key. This system restricts access either to a job category (via the job category key), or to a specific job (via the job key).
๐งฑ Improved
Improved security for server-side checking.
Correction and optimization of the lock system used to configure and activate the job category key. This system restricts access either to a job category (via the job category key), or to a specific job (via the job key).
๐งฑ Improved
Improved security for server-side checking.

v1.3
๐ Added
Implementation of a job access expiry system. You can define the duration of access to a job via the whitelist. After this time, the reader will no longer be able to access the job.
๐งฑ Improved
Aesthetic enhancement of the UI. DarkUI will no longer be able to make things ugly.
Implementation of a job access expiry system. You can define the duration of access to a job via the whitelist. After this time, the reader will no longer be able to access the job.
๐งฑ Improved
Aesthetic enhancement of the UI. DarkUI will no longer be able to make things ugly.

v2.3
๐ Added
Defined items such as drinks, food, potions or healing items can be consumed directly from the Gmod Advanced Inventory System.
Defined items such as drinks, food, potions or healing items can be consumed directly from the Gmod Advanced Inventory System.

v7.7
๐ Added
Defined items in Gmod Items Packs such as drinks, food, potions or healing items can be consumed directly from the inventory.
๐งฑ Improved
Major aesthetic improvement
Defined items in Gmod Items Packs such as drinks, food, potions or healing items can be consumed directly from the inventory.
๐งฑ Improved
Major aesthetic improvement

v1.7
๐งฑ Improved
DarkUI Compatibility: The interface manages its style independently of Gmod's Derma. DarkUI no longer interferes negatively with UI styling.
DarkUI Compatibility: The interface manages its style independently of Gmod's Derma. DarkUI no longer interferes negatively with UI styling.

v1.2
โ๏ธ Patch
Fixed a conflict with some conditions and my Gmod addon - Character System, when you are added to a job whitelist, this was not applied in real time, no need to log out and log back in to work around the problem when this happens.
Fixed a conflict with some conditions and my Gmod addon - Character System, when you are added to a job whitelist, this was not applied in real time, no need to log out and log back in to work around the problem when this happens.

v4.2
๐งฑ Improved
In the job section, job categories can be reduced.
In the job section, job categories can be reduced.