๐ค Profile
Norda Scripts
76561198033784269๐จ Creator
๐ฌ Message
โ๏ธ You are offline, join to send a private message.
๐ Osgmod Stats
Creators Stats | |
---|---|
โ๏ธ Scripts created: | 79 scripts |
โญ๏ธ 568 Reviews: | โ โ โ โ โ |
๐ช Averages on 568 Reviews: | 4.98/5 |
๐ Sales: | 10946 |
๐ Updates released: | 1305 updates |
Users Stats | |
๐ Commented scripts: | 168 |
โ๏ธ Coffee offered: | 0 |
๐ Last login: | 1734779860 |
๐พ Joined: | 1432600035 |
Forums Stats | |
๐ Forum Posts: | 169 |
โฉ๏ธ Forum Reply: | 76 |
โค๏ธ Reactions Given: | 25 |
๐ณ Reactions Received: | 63 |
โญ๏ธ 1305 Updates released
All updates published by Norda Scripts - page 3
v1.4
๐ 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.
You can now duplicate a created job by right-clicking on it and clicking on Duplicate.
โก Optimization
Reduces bandwidth usage by 2 per connection.
v3.2
โ๏ธ Patch
Corrects the spawn point duplication system.
Fix timer change when playing with this command: nord_npcspawn_enable_all
Corrects the spawn point duplication system.
Fix timer change when playing with this command: nord_npcspawn_enable_all
v2.6
๐ Added
Added command to eliminate duplicated merchands in the same position : norda_debug_eliminate_3947_duplicates
Added command to eliminate duplicated merchands in the same position : norda_debug_eliminate_3947_duplicates
v1.2
๐ Added
Add meta function DarkRP Alias: player:getJobTable()
Add Global:
- GetJobTable(id)
- GetJobTableByName(job_name)
๐งฑ Improved
Small adjustment to the job expiry system.
Add meta function DarkRP Alias: player:getJobTable()
Add Global:
- GetJobTable(id)
- GetJobTableByName(job_name)
๐งฑ Improved
Small adjustment to the job expiry system.
v1.1
๐ 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:
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.
v1.8
๐ Added
Added command to eliminate duplicate entries: norda_debug_eliminate_duplicates
Added command to eliminate duplicate entries: norda_debug_eliminate_duplicates
v2.5
๐ Added
This update makes it possible to choose whether an NPC can only buy or only resell (or both).
This update makes it possible to choose whether an NPC can only buy or only resell (or both).
v1.4
โก 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.
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.
v1.8
๐ Added
If you need to run the command from your website
Add the rcon command:
If you need to run the command from your website
Add the rcon command:
add_premium_credits "steamid64_buyer" amount
v1.1
๐ 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.
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.
v3.9
๐ Added
Compatibility with NJob - Gmod Job Creator and Editor - Addon | The best alternative Jobs System to DarkRP
๐งฑ Improved
Aesthetic enhancement
Compatibility with NJob - Gmod Job Creator and Editor - Addon | The best alternative Jobs System to DarkRP
๐งฑ Improved
Aesthetic enhancement
v1.0
Initial version
v1.9
โก 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.
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.
v3.1
๐ 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.
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.
v5.1
๐ Added
PvP Server mode added: The option is activated from the modules panel: Killing any other player gives XP.
PvP Server mode added: The option is activated from the modules panel: Killing any other player gives XP.
v5.0
๐ Added
Compatibility with the TTT2 group system.
Added the mod_xpkill_team module and modified the mod_xpkill_faction module.
mod_xpkill_faction = Killing a player from another faction (DarkRP job group or NJOB) gives XP.
mod_xpkill_team = Killing a player from another team earns XP.
Don't forget to reset the modules (the blue button at top right to see the new option appear).
Compatibility with the TTT2 group system.
Added the mod_xpkill_team module and modified the mod_xpkill_faction module.
mod_xpkill_faction = Killing a player from another faction (DarkRP job group or NJOB) gives XP.
mod_xpkill_team = Killing a player from another team earns XP.
Don't forget to reset the modules (the blue button at top right to see the new option appear).
v2.1
๐งฑ Improved
Changes to a character's fatigue stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Sleep system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's fatigue stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Sleep system items are now spawnable again from the Gmod spawnmenu.
v1.9
๐งฑ Improved
Ammo items are now spawnable again from the Gmod spawnmenu.
Ammo items are now spawnable again from the Gmod spawnmenu.
v3.3
๐งฑ Improved
Changes to a character's hunger stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Food system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's hunger stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Food system items are now spawnable again from the Gmod spawnmenu.
v2.7
๐งฑ Improved
Changes to a character's mana stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Mana system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's mana stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Mana system items are now spawnable again from the Gmod spawnmenu.
v3.5
๐งฑ Improved
Changes to a character's wallet stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Money system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's wallet stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Money system items are now spawnable again from the Gmod spawnmenu.
v3.1
๐งฑ Improved
Changes to a character's stamina stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Stamina system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's stamina stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Stamina system items are now spawnable again from the Gmod spawnmenu.
v2.9
๐งฑ Improved
Changes to a character's Thirst stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Thirst system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's Thirst stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Thirst system items are now spawnable again from the Gmod spawnmenu.
v6.9
๐งฑ Improved
Changes to a character's Inventory stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Backpacks items are now spawnable again from the Gmod spawnmenu.
Changes to a character's Inventory stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Backpacks items are now spawnable again from the Gmod spawnmenu.
v1.8
๐งฑ Improved
Changes to a character's Karma stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Karma system items are now spawnable again from the Gmod spawnmenu.
Changes to a character's Karma stats no longer affect the player when using another character. Updates are now applied only to the character currently in play. With Gmod Addon Advanced Character Creator System
Karma system items are now spawnable again from the Gmod spawnmenu.
v2
๐งฑ Improved
Keypads items are now spawnable again from the Gmod spawnmenu.
Keypads items are now spawnable again from the Gmod spawnmenu.