๐ค Profile

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





๐ Osgmod Stats
Creators Stats | |
---|---|
โ๏ธ Scripts created: | 85 scripts |
โญ๏ธ 591 Reviews: | โ โ โ โ โ 4.98/5 |
๐ Sales: | 11420 |
๐ Updates released: | 1408 updates |
Users Stats | |
๐ Last login: | 1751138079 |
๐พ Joined: | 1432600035 |
Forums Stats | |
๐ Forum Posts: | 175 |
โฉ๏ธ Forum Reply: | 80 |
โค๏ธ Reactions Given: | 25 |
๐ณ Reactions Received: | 65 |
โญ๏ธ 1408 Updates released
All updates published by Norda Scripts - page 37
Published Updates by Norda Scripts (Gmod addons) - Page 37

v2.0
๐งฑ Improved :
Add variable in configuration file :
Optimisation of file size on the client side.
Add variable in configuration file :
cfg.COLLISION_GROUP = COLLISION_GROUP_DEBRIS -- Collision between NPCs is disabled at spawn time to avoid collisions. At spawn time the npcs will spawn with this default collision. Before reverting to their original collision type after 3 seconds (See variable below to change this delay, Set on 3 by default).
cfg.DELAY_APPLY_COLLISION = 3 -- (By default 3 seconds) If you have a custom collision type for your specific NPCS. Then it will find its collision group after 3 seconds. If you have a system that applies a special collision to your NPCS then it will have to be assigned after its 3 seconds.
Optimisation of file size on the client side.

v1.4
๐ Added :
Replaces missing textures when entity creators have not given an image to their creation in the GMod workshop.
โ๏ธ Patched :
Fixe conflict with DEATH LOOT MANAGER
Replaces missing textures when entity creators have not given an image to their creation in the GMod workshop.
โ๏ธ Patched :
Fixe conflict with DEATH LOOT MANAGER

v1.3
๐งฑ Improved :
Modification of file names
Modification of file names

v1.2
๐ Added :
Add the workshopid for the ressources - Servers Content only
Add the workshopid for the ressources - Servers Content only

v1.1
๐งฑ Improved :
Optimisation of the icons size
Optimisation of the icons size

v2.9
๐งฑ Improved :
Improved the job selection menu, added a scroll for long job descriptions.
Small optimisation.
Improved the job selection menu, added a scroll for long job descriptions.
Small optimisation.

v2.3
โ๏ธ Patched :
Patch the Lua Error on the news Panel.
Patch the Lua Error on the news Panel.

v1.3
๐งฑ Improved :
Other addons that create ranks are also recognized
Other addons that create ranks are also recognized

v1.2
โ๏ธ Patched :
Patch the error clientside when you delete a access.
Patch the error clientside when you delete a access.

v1.2
๐ Added :
Added variable in the config file to reduce the minimum size of the Gmod Chat:
cfg.chat_minimal_wide=850
cfg.chat_minimal_tall=400
*Question 10 added in the wiki about it
Added variable in the config file to reduce the minimum size of the Gmod Chat:
cfg.chat_minimal_wide=850
cfg.chat_minimal_tall=400
*Question 10 added in the wiki about it

v1.1
โ๏ธ Patched :
Fixed small translation error.
Fixed small translation error.

v1.0
Initial version

v2.8
โ๏ธ Patched :
Patch the error of the last update
Patch the error of the last update

v2.7
๐ Added :
Add variable to show all folders.
cfg.music_match=0 --Show only audio folders containing the word music in its name. 0 = Show all sound folder
Reskin
๐งฑ Improved :
Reduce the size file
Add variable to show all folders.
cfg.music_match=0 --Show only audio folders containing the word music in its name. 0 = Show all sound folder
Reskin
๐งฑ Improved :
Reduce the size file

v2.7
๐ Added :
Add variable to customise the fonts : cfg.custom_fonts = "Trebuchet24"
๐งฑ Improved :
Slight reduction in file size on the client side
๐ Added in the wiki of F4 Menu :
Add Question / Answer about : How to customize fonts?
Add variable to customise the fonts : cfg.custom_fonts = "Trebuchet24"
๐งฑ Improved :
Slight reduction in file size on the client side
๐ Added in the wiki of F4 Menu :
Add Question / Answer about : How to customize fonts?

v3.0
๐งฑ Improved :
For thoose who feel the minimum time (20 minutes) is too much.
I add 5 minutes clean cooldown.
For thoose who feel the minimum time (20 minutes) is too much.
I add 5 minutes clean cooldown.

v2.2
โ๏ธ Patched :
Remove the text "Label" in middle of the screen when a link is open.
Remove the text "Label" in middle of the screen when a link is open.

v2.1
๐งฑ Improved :
Replacing Global functions that can be overridden by other scripts that use the same names, with Local functions. Reducing the risk of conflict. Local functions is more optimized.
Replacing Global functions that can be overridden by other scripts that use the same names, with Local functions. Reducing the risk of conflict. Local functions is more optimized.

v3.6
๐งฑ Improved :
Optimisations of the code
โ๏ธ Patched :
After cleanup the cubic safezone is disabled (when persistence is enabled)
After a cleanup the previous variables are not kept when the spherical safezone respawns. (when persistence is enabled)
Optimisations of the code
โ๏ธ Patched :
After cleanup the cubic safezone is disabled (when persistence is enabled)
After a cleanup the previous variables are not kept when the spherical safezone respawns. (when persistence is enabled)

v1.9
โ๏ธ Patched :
Patched the admin Eyes automatically active
Patched the admin Eyes automatically active

v1.9
โ๏ธ Patched :
Patched the admin Eyes automatically active
Patched the admin Eyes automatically active

v1.0
๐ Added :
Add button : Respawn Everyone. In the global commands menu.
Add button : Respawn Everyone. In the global commands menu.

v2.6
๐ Added :
Add border inside the F4 Menu :
cfg.border_left = 0
cfg.border_right = 0
cfg.border_bottom = 0
๐งฑ Improved :
Reduction of file size.
Add border inside the F4 Menu :
cfg.border_left = 0
cfg.border_right = 0
cfg.border_bottom = 0
๐งฑ Improved :
Reduction of file size.

v1.8
๐งฑ Improved :
Some functions no longer need to be global. Converted to local to avoid potential conflicts and optimise the system.
โ๏ธ Patched :
Fixed when duplicating a spawn does not work
Some functions no longer need to be global. Converted to local to avoid potential conflicts and optimise the system.
โ๏ธ Patched :
Fixed when duplicating a spawn does not work

v1.8
๐งฑ Improved :
Some functions no longer need to be global. Converted to local to avoid potential conflicts and optimise the system.
Some functions no longer need to be global. Converted to local to avoid potential conflicts and optimise the system.

v1.0
Initial version

v2.1
๐งฑ Improved :
Add category, only Vip display only VIP members
Tab Visibility is now compatible with my future administration system
๐ Added :
If my administration system is installed you can click on the players' names to apply administration actions on them.
Add category, only Vip display only VIP members
Tab Visibility is now compatible with my future administration system
๐ Added :
If my administration system is installed you can click on the players' names to apply administration actions on them.

v2.0
๐งฑ Improved :
Panel is now responsive. If the panel is larger than the resolution, the size is automatically recalculated so that the scoreboard takes the size of the resolution.
Panel is now responsive. If the panel is larger than the resolution, the size is automatically recalculated so that the scoreboard takes the size of the resolution.

v5.5
๐งฑ Improved :
Update of command : Massremovewhitelist
Massremovewhitelist "SteamID64" To remove a user from all whitelists.
Massremovewhitelist "SteamID64" "JobName" To remove a user from a specific whitelist.
You can find this information in the Question 23 in the script wiki.
Update of command : Massremovewhitelist
Massremovewhitelist "SteamID64" To remove a user from all whitelists.
Massremovewhitelist "SteamID64" "JobName" To remove a user from a specific whitelist.
You can find this information in the Question 23 in the script wiki.