π€ 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: | 11419 |
π Updates released: | 1408 updates |
Users Stats | |
π Last login: | 1751103890 |
πΎ 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 26
Published Updates by Norda Scripts (Gmod addons) - Page 26

v2.5
π§± Improved :
When the start with armor option is set to OFF then when the armor is created it will be set to 0
When the start with armor option is set to OFF then when the armor is created it will be set to 0

v1.5
π§± Improved :
You can choose how much XP a crafting recipe can give. Successfully crafting will give this number of xp
You can choose how much XP a crafting recipe can give. Successfully crafting will give this number of xp

v1.4
π Added :
When you click on [start crafting] and you don't have all the ingredients a summary lists what you have put and what is required, specifying the name of the class concerned.
When you click on [start crafting] and you don't have all the ingredients a summary lists what you have put and what is required, specifying the name of the class concerned.

v1.3
βοΈ Patch :
Fixes when the recipe is not displayed completely after modification
Fixes when the recipe is not displayed completely after modification

v2.4
βοΈ Patched :
Fixes when players can't do PVP damage to themselves when the suicide option is disabled.
Fixes when players can't do PVP damage to themselves when the suicide option is disabled.

v1.2
βοΈ Patched :
Fixes the Lua error when you place a weapon from the inventory in the crafting menu:
[norda_craft_workshop_creator] addons/norda_craft_workshop_creator/lua/autorun/nordahl_cl/cl_norda_craft_workbench_creator.lua:134: attempt to concatenate local 'mdl' (a nil value)
Fixes the Lua error when you place a weapon from the inventory in the crafting menu:
[norda_craft_workshop_creator] addons/norda_craft_workshop_creator/lua/autorun/nordahl_cl/cl_norda_craft_workbench_creator.lua:134: attempt to concatenate local 'mdl' (a nil value)

v3.2
βοΈ Patched :
Fixe this Lua Error : [nordahl_store_builder] addons/nordahl_store_builder/lua/autorun/nordahl_cl/cl_store_builder.lua:545: attempt to index global 'z4' (a nil value)
Fixe this Lua Error : [nordahl_store_builder] addons/nordahl_store_builder/lua/autorun/nordahl_cl/cl_store_builder.lua:545: attempt to index global 'z4' (a nil value)

v2.6
π Added :
Added the norda_inventory concommand to open the inventory from a simple command. Allowing to associate this command to a bind.
This update is not important if you already use the existing systems. It was requested by a user.
Added the norda_inventory concommand to open the inventory from a simple command. Allowing to associate this command to a bind.
This update is not important if you already use the existing systems. It was requested by a user.

v3.1
βοΈ Patched :
Removal of the button "Administrate the store" from the wallet.
Removal of the button "Administrate the store" from the wallet.

v3.2
π§± Improved:
Compatibility Improvement with : Gmod Advanced Inventory System
The character's age and gender is displayed in the character's stats window in the inventory.
Compatibility Improvement with : Gmod Advanced Inventory System
The character's age and gender is displayed in the character's stats window in the inventory.

v2.5
π§± Improved :
The darkrp job of the player is displayed in the stats window in the inventory.
The darkrp job of the player is displayed in the stats window in the inventory.

v2.3
βοΈ Patched :
Patch the Lua Error when cfg.MaxHealth_define_per_lvl or cfg.MaxArmor_define_per_lvl is set on 0
Patch the Lua Error when cfg.MaxHealth_define_per_lvl or cfg.MaxArmor_define_per_lvl is set on 0

v2.5
βοΈ Patched :
Fixes conflict with DarkRP money
Use cfg.Only_DarkRP_money = 0 to overide the darkrp money.
This concerns only those who use DarkRP.
π§± Improved :
If your wallet is limited to a defined maximum amount and you have reached the maximum. In this case, the money you are trying to collect will no longer disappear and you will be informed in the server language that your wallet is full.
π Added :
Adding translations in config file
Fixes conflict with DarkRP money
Use cfg.Only_DarkRP_money = 0 to overide the darkrp money.
This concerns only those who use DarkRP.
π§± Improved :
If your wallet is limited to a defined maximum amount and you have reached the maximum. In this case, the money you are trying to collect will no longer disappear and you will be informed in the server language that your wallet is full.
π Added :
Adding translations in config file

v1.8
π Added :
Compatibility with BSMod Punch SWEP + Kick & KillMoves
Compatibility with BSMod Punch SWEP + Kick & KillMoves

v2.4
π Added :
Compatibility with BSMod Punch SWEP + Kick & KillMoves
Compatibility with BSMod Punch SWEP + Kick & KillMoves

v1.7
π§± Improved :
Improves compatibility with scripts that do not have a predefined slot. They will have slot 1 by default
Improves compatibility with scripts that do not have a predefined slot. They will have slot 1 by default

v2.2
π Added :
Add in config file the variable hooks_defer_serverside: cfg.hooks_defer_serverside = 0
0 = OFF by default
1 = ON Enable optimisation serverside
Will allow to defer the info of the server addons which will be transmitted to the player at the connection. To smooth the amount of data sent.
Add in config file the variable hooks_defer_serverside: cfg.hooks_defer_serverside = 0
0 = OFF by default
1 = ON Enable optimisation serverside
Will allow to defer the info of the server addons which will be transmitted to the player at the connection. To smooth the amount of data sent.

v3.1
βοΈ Patched :
Improves compatibility with the DeathScreen and TitleScreen
Patch this Lua Error when you try to respawn from the DeathScreen:
[norda_character_creator_system] lua/includes/extensions/client/panel.lua:580: Tried to use a NULL Panel!
1. GetChildren - [C]:-1
2. Clear - lua/includes/extensions/client/panel.lua:580
3. character_menu3_reload - addons/norda_character_creator_system/lua/autorun/nordahl_cl/cl_character_creator.lua:957
4. func - addons/norda_inventory_system/lua/autorun/nordahl_cl/cl_norda_inventory_system.lua:2634
5. unknown - lua/includes/extensions/net.lua:33
Improves compatibility with the DeathScreen and TitleScreen
Patch this Lua Error when you try to respawn from the DeathScreen:
[norda_character_creator_system] lua/includes/extensions/client/panel.lua:580: Tried to use a NULL Panel!
1. GetChildren - [C]:-1
2. Clear - lua/includes/extensions/client/panel.lua:580
3. character_menu3_reload - addons/norda_character_creator_system/lua/autorun/nordahl_cl/cl_character_creator.lua:957
4. func - addons/norda_inventory_system/lua/autorun/nordahl_cl/cl_norda_inventory_system.lua:2634
5. unknown - lua/includes/extensions/net.lua:33

v2.1
βοΈ Patched :
Patch the conflict with the DeathScreen.
Patch the conflict with the DeathScreen.

v2.4
π§± Optimization :
RΓ©duction du nombre de calculs des processus de contrΓ΄le
βοΈ Patched :
When players kill the NPC, and leave the optimization range, then the timer which should be 10 minutes for example does not work. Players can trigger the appearance of an NPC by simply leaving the optimization area and returning inside.
RΓ©duction du nombre de calculs des processus de contrΓ΄le
βοΈ Patched :
When players kill the NPC, and leave the optimization range, then the timer which should be 10 minutes for example does not work. Players can trigger the appearance of an NPC by simply leaving the optimization area and returning inside.

v1.1
π§± Improved :
The access restriction system has been improved. You can choose if the user remains informed about the reason of his restriction (lvl, rank, job, job category)
π Added :
Add variable in config fil about activation of the restriction message: by default is activated (1)
cfg.Restriction_msg = 1 // 0 = No message printed when restricted, 1 = The player will know about the reason of his restriction.
The access restriction system has been improved. You can choose if the user remains informed about the reason of his restriction (lvl, rank, job, job category)
π Added :
Add variable in config fil about activation of the restriction message: by default is activated (1)
cfg.Restriction_msg = 1 // 0 = No message printed when restricted, 1 = The player will know about the reason of his restriction.

v2.3
βοΈ Patched :
The entity deletion problem related to persistence is solved
The entity deletion problem related to persistence is solved

v1.5
βοΈ Patched :
Corrects a conflict by replacing a global function with a local one. With Collecting Resources system.
Corrects a conflict by replacing a global function with a local one. With Collecting Resources system.

v1.4
βοΈ Patched :
Corrects a conflict by replacing a global function with a local one. With destructible loot system.
Corrects a conflict by replacing a global function with a local one. With destructible loot system.

v2.6
π Added :
Add Shortcut of the new script: Gmod Items Packs + Spawnmenu included
Addo Shortcut of the new script: Gmod CRAFT Workshop Creator
βοΈ Patched:
Patch shortcut button for Gmod Character Creator System
Workshop Materials updated.
Add Shortcut of the new script: Gmod Items Packs + Spawnmenu included
Addo Shortcut of the new script: Gmod CRAFT Workshop Creator
βοΈ Patched:
Patch shortcut button for Gmod Character Creator System
Workshop Materials updated.

v2.0
π Optimization:
Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. The asynchronization of the hooks on the client side is taken into account.
π Added:
Add in config file the variable cfg.hooks_defer_clientside:
0 = OFF = Risk of Lua errors with GMod Scripts that initialize clients without waiting for the client to be initialized on the server side)
1 = ON = Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. Also corrects Lua errors in scripts that initialize the client side before the server side. The server side optimization module could extrapolate this problem before this update.
Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. The asynchronization of the hooks on the client side is taken into account.
π Added:
Add in config file the variable cfg.hooks_defer_clientside:
0 = OFF = Risk of Lua errors with GMod Scripts that initialize clients without waiting for the client to be initialized on the server side)
1 = ON = Defer initialization on the client side to optimize the arrival of the user. Without all hooks being launched at the same time. Also corrects Lua errors in scripts that initialize the client side before the server side. The server side optimization module could extrapolate this problem before this update.

v1.0
Initial version

v2.3
π§± Improved :
If there are entities in your inventory that no longer exist on the server following the uninstallation of an addon. You will be able to remove it from your inventory.
βοΈ Patched :
Fixes the Lua error when an addon is deleted and its no longer existing entity is dropped from the inventory.
If there are entities in your inventory that no longer exist on the server following the uninstallation of an addon. You will be able to remove it from your inventory.
βοΈ Patched :
Fixes the Lua error when an addon is deleted and its no longer existing entity is dropped from the inventory.

v1.1
βοΈ Patched :
Correction concerning the compatibility with my inventory system and my pocket system.
Correction concerning the compatibility with my inventory system and my pocket system.