โญ๏ธ 1292 Updates released
All updates published by Norda Scripts - page 24
v2.9
Update released of
Gmod Escape Menu Editor version 2.9 1666952836 ago ๐ Added :
Added Gmod Settings button in the Escape Menu. (Which you can delete in the configuration file).
Add command nord_call_console to call console. This allows to force the display to change the Gmod settings.
v3.1
Update released of
Gmod Leveling System version 3.1 1666797495 ago Very important to
reset the modules to avoid error.
With the new buttons to do this.
๐งฑ Improved :
Big optimization. Optimization by reducing the number of interactions between variables by deleting and merging the variables that could. For example, to deactivate the AFK mode, it will be enough to set the time to 0. Instead of using a boolean variable to activate and deactivate it. It will be enough to enter a number which will be the time in minutes to activate it. This makes it even easier to configure because you will have less to do from the configuration file. Because many of the variables that had to be changed manually end up in the interface.
๐ฎ Removed :
Deleting variables in the configuration file:
cfg.delay_to_become_afk
cfg.delay_playtime_to_earn_xp
cfg.XP_amount_earn_with_playtime
cfg.XP_loose_when_die
cfg.XP_earn_when_kill
cfg.XP_earn_when_faction
๐ฎ Removed :
Deleting buttons ON / OFF from the interface:
xp_doubled
xp_tripled
xp_quadrupled
mod_doubled=XP multiplied by 2 for everyone
mod_tripled=XP multiplied by 3 for everyone
mod_quadrupled=XP multiplied 4 for everyone
๐ Added :
Added new variable inmodules panel : all buttons of multiplier of XP is replaced by one called xp_multiplier. xp_multiplier : Added a numeric variable instead that just allows you to write your experience mltiplier yourself. It's more flexible. You can then put for example x1.2 to increase the exp gain by +20%. Your players will be warned in the chat about this advantage. You can always configure it if it concerns the whole server or only some jobs or ranks (VIP, etc.).
Added a button to reset old settings, new modifications may create Lua errors on old saves. Reset buttons can bring new missing variables.
And will also allow you to easily reset your settings whenever you feel like it.
Screen 1
Screen 2
Screen 3
v1.5
Update released of
Gmod Advanced Inventory System version 1.5 1666398410 ago ๐ Added :
+ Added coordinates indicating the X Y Z position of the player. Can be disabled.
+ Added variable: cfg.Items_Use_Functions which allows to add uses to objects from the inventory. For example: Eat, Drink, Heal, Fill the empty water bottle when you are ready to use it...
v1.9
Update released of
Gmod Loot Furniture Designer version 1.9 1665759733 ago ๐ Added :
We can directly store items from the furniture inventory in the player's inventory from the interface without spawn anything in game (Optimization +++ Because interacting with objects that don't physically exist allows the engine not to manage them).
โ๏ธ Patched :
Patched when the counters of the stacked objects were not working.
v1.4
Update released of
Gmod Advanced Inventory System version 1.4 1665747328 ago ๐ Added :
Added a new item drop system that allows you to choose the quantity. Drop a lot of items at once in one entity that won't burden your server.
Screenshot of the Gmod intuitive drop system
Added an item description system that allows you to give a story to an item, to share useful information about its use in your project. For example what craft it could be used for.
Screenshot of the Gmod description system
Added two new gameplay options:
Allow deletion of equipped weapons upon death of the user with a simple ON | OFF switch
Enable ammo deletion on user death with a simple switch ON | OFF the player will respawn with his weapons but without his ammo.
v3.0
Update released of
Loot Spawn Point Editor version 3.0 1665610678 ago โ๏ธ Patched Lua Error :
[nordahl_loot_ent_spawn_editor] addons/nordahl_loot_ent_spawn_editor/lua/entities/ent_spawn_point/cl_init.lua:781: attempt to index global 'cfg' (a nil value)
1. unknown - addons/nordahl_loot_ent_spawn_editor/lua/entities/ent_spawn_point/cl_init.lua:781
v2.7
Update released of
Gmod Advanced Character Creator System version 2.7 1665489909 ago ๐งฑ Improved :
When deleting the character, the character stats generated by the independent scripts will be deleted too, this concerns my systems of : Life, Armor, Hunger, Thirst, Stamina, Mana, Level, Exp, Money, Inventory.
โ๏ธ Patched :
Fixed Lua error when creating the character linked to the inventory.
v2.9
Update released of
Gmod Leveling System version 2.9 1665399858 ago ๐งฑ Improved :
If you gain more xp needed for the level up then the excess xp is redistributed for the next level.
Example before : You have 50 xp points and you need to reach 100 to level up to level 2. If you pick up 1000 experience points then you go up to level 2 and you start over at 0% to be able to reach level 3.
Now: You have 50 points of xp and you need to reach 100 to get to level 2. If you collect 1000 experience points then you go directly to level 8 and the remaining exp points are redistributed to the next level.