๐ค Profile
Norda Scripts
76561198033784269๐จ Creator
๐ฌ Message
โ๏ธ You are offline, join to send a private message.
๐ Osgmod Stats
Creators Stats | |
---|---|
โ๏ธ Scripts created: | 78 scripts |
โญ๏ธ 569 Reviews: | โ โ โ โ โ |
๐ช Averages on 569 Reviews: | 4.98/5 |
๐ Sales: | 11001 |
๐ Updates released: | 1317 updates |
Users Stats | |
๐ Commented scripts: | 168 |
โ๏ธ Coffee offered: | 0 |
๐ Last login: | 1737510187 |
๐พ Joined: | 1432600035 |
Forums Stats | |
๐ Forum Posts: | 171 |
โฉ๏ธ Forum Reply: | 76 |
โค๏ธ Reactions Given: | 25 |
๐ณ Reactions Received: | 64 |
โญ๏ธ 1317 Updates released
All updates published by Norda Scripts - page 14
v1.5
โ๏ธ Patch
Patch when keys cannot be removed from the user's keys inventory.
Patch when keys cannot be removed from the user's keys inventory.
v3.5
๐ Added
Next script shortcut button added (Gmod Dynamic Map Switching - World Expansion). This avoids the need to use commands to open the menu.
๐งฑ Improved
Aesthetic enhancement.
Source code optimization. Size reduction.
Next script shortcut button added (Gmod Dynamic Map Switching - World Expansion). This avoids the need to use commands to open the menu.
๐งฑ Improved
Aesthetic enhancement.
Source code optimization. Size reduction.
v1.1
โ๏ธ Patch
Resolving a conflict with the keypad and Keys+Lock system
Resolving a conflict with the keypad and Keys+Lock system
v1.6
โ๏ธ Patch
Resolving a conflict with the keys and lock mod
Resolving a conflict with the keys and lock mod
v1.4
โ๏ธ Patch
Resolving a conflict with the keypad system
Resolving a conflict with the keypad system
v1.2
โก 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.)
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.)
v5.1
โก Optimization
Reduction in the size of the client-side lua file: Removal of Lua functions that are now useless.
Reduction in the size of the client-side lua file: Removal of Lua functions that are now useless.
v2.0
โก Optimization
Major reduction in the size of the script source code.
Major reduction in the size of the script source code.
v2.4
โก 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.
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.
v1.4
โก Optimization
Major reduction in the size of the script source code.
Major reduction in the size of the script source code.
v1.7
โก Optimization
Major reduction in the size of the script source code.
Major reduction in the size of the script source code.
v1.5
โก 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.
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.
v1.1
๐งฑ Improved
Fixed when on some DarkRPs the user was not spawned at the last position.
Fixed when on some DarkRPs the user was not spawned at the last position.
v3.1
โก 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.
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.
v2.5
โ๏ธ Patch
FIX Lua Error: [nordahl_discord_logs_system] bad argument #3 to 'Add' (function expected, got nil)
FIX Lua Error: [nordahl_discord_logs_system] bad argument #3 to 'Add' (function expected, got nil)
v2.9
๐ 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.
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.
v2.6
โ๏ธ 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.
+ 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.
v3.0
โ๏ธ 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.
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.
v1.4
๐ Added:
Added the ability to move the Geiger counter on the HUD from the customization menu.
Reducing networked query size.
Added the ability to move the Geiger counter on the HUD from the customization menu.
Reducing networked query size.
v1.3
๐ 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.
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.
v1.0
Initial version
v1.2
๐งฑ Improved:
Source code optimization.
Code size reduction.
Source code optimization.
Code size reduction.
v1.4
๐ Added:
Disables collisions between players who teleport temporarily to avoid blockages.
Disables collisions between players who teleport temporarily to avoid blockages.
v2.3
๐ 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
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
v1.1
๐ Added
Added link with the workshop pack.
Added link with the workshop pack.
v3.2
โ๏ธ Patch
Corrects the Lua error when you set a lock and you don't have a keys and locks script or a lockpick script.
Corrects the Lua error when you set a lock and you don't have a keys and locks script or a lockpick script.
v3.2
๐งฑ Optimisation:
Reduced code size.
Removal of certain globals by becoming Local, which increases performance and reduces the risk of conflicts.
Reduced code size.
Removal of certain globals by becoming Local, which increases performance and reduces the risk of conflicts.
v4.6
โ๏ธ 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.
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.
v3.2
๐ Added:
Reduced file size.
Modification of rights system and optimization of right system.
Improved aesthetics.
Reduced file size.
Modification of rights system and optimization of right system.
Improved aesthetics.