๐จ Changelog
Changelog of NPCs Spawn Point Creator
All updates to the "NPCs Spawn Point Creator" addon listed here.
๐
Version 2.1 Released 1652520517 ago
๐ Added :
Relationship editor added on Spawn System: Changes how an NPC feels towards Players on Gmod.
Since version 2.1 It is possible to configure the relationship of npcs with players. You can choose between, by default, friendly, enemy, scared and neutral.
๐
Version 2.0 Released 1634550587 ago
๐งฑ Improved :
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.
๐
Version 1.9 Released 1629877189 ago
โ๏ธ Patched :
Patched the admin Eyes automatically active
๐
Version 1.8 Released 1627736702 ago
๐งฑ Improved :
Some functions no longer need to be global. Converted to local to avoid potential conflicts and optimise the system.
๐
Version 1.7 Released 1624458266 ago
๐ Added :
Now Compatible with subclass, (Copy the Class of your Npcs since the spawnmenu)
๐งฑ Improved :
Reduced the size of clientside files : 65ko to 47ko
โ๏ธ Patched :
Fixed the problem with HL2 Npcs for example with Combines who use the same class name. For different type of Npcs. You can copy their subclass from the spawn menu by right clicking on them.
๐
Version 1.6 Released 1619640266 ago
โ๏ธ Patched :
Patched the button "Hide All Cube". Command was wrong.
๐ Added :
Added in config file a variable to show or hide cube of players with admin rank.
๐
Version 1.5 Released 1618844792 ago
๐ Added :
Add variable in the config file.
cfg.interface_setmaxhp=1000
You can change the maximum value of the interface with a simple variable in the configuration file.
Add question 18 about it, in the documentation of this scripts
๐
Version 1.4 Released 1615959221 ago
๐ Added console commands :
Command to delete all loot points on the map : nord_npcspawn_cleanup
Deactivate all loot points without deleting them : nord_npcspawn_enable_all 0 : 1 = edit mode enable, 0 = disabled
Hide all cubes : nord_npc_hide_all_cubemodel
Show all cubes : nord_npc_show_all_cubemodel
Make all Npcs Spawn Persistent : nord_npc_spawn_persistent 1 (0 to disable persistance of all Npcs Spawn Point)
Spawn one Npcs Spawn point without spawn menu (for game modes that do not have a spawnmenu) : spawn_nordahl_npcs_system
๐
Version 1.2 Released 1615915089 ago
Adapt the content to the new DRM.
๐
Version 1.1 Released 1615909867 ago
Replacement of a Global variable. Avoiding a conflict with other scripts in my collection.
๐
Version 1.0 Released 1615445974 ago
Initial version