Home / Gmod Addons Marketplace / Gmod Loot Spawn Point Editor 2


Media
Description ๐Ÿ‡ฌ๐Ÿ‡ง Description ๐Ÿ‡ซ๐Ÿ‡ท

Gmod Loot Spawn Point Editor 2 - Script


Demonstration Youtube video of Gmod Loot Spawn Point Editor 2

Loot Spawn Point Editor second generation is a system for generating positions that will generate the loot spawn on your server, you will be able to choose the rate of chance of appearance and also the rate of rarity if your point can generate several different items. It works not only for entities. To optimize your server an option is added so that if the players are too far away the spawn is disabled and the generated loot is removed, and it is possible to set the system that generates the loot when the player presses "Use" in the scenery such as a piece of furniture for example.


nordahl-loot-spawn-point-2-press-use original-loot-system-command loot-spawn-editor-2-admin-eyes gmod-loot-manager-insert-item gmod-loot-system-set-rarity-chance customisation-loot-editor-2 gmod-loot-system-persistance-optimisation loot-spawn-point-options loot-spawn-point-buttons

Maximum image size
Description

Description of Gmod Loot Spawn Point Editor 2

  1. ๐Ÿš€ Presentation
    1.1 An editable cycle system
    1.2 Inserting objects to the list of a loot point
    1.3 Two ways of using the loot point
    1.4 Chance rate settings for each item
    1.5 Customisation options
    1.6 Administration - Access - Management
    1.7 Admin View
    1.8 Translations
  2. โšก๏ธ Optimisation module
    2.1 Automated activation and deactivation distance
    2.2 System of suppression of the loots generated by the point at the time of its deactivation.
  3. ๐Ÿ“Œ Important points
  4. ๐Ÿ’พ Persistence system of Loot spawn point Editor 2 for Gmod
  5. โš™๏ธ List of commands
  6. โœ”๏ธ Compatibility
  7. โ“ FAQ
  8. ๐Ÿ“š Wiki & Documentation

1. ๐Ÿš€ Presentation
Loot Spawn Point Editor 2 is the first second generation script on Originahl Scripts, it allows you to dynamically edit loot points on any map, of any gamemode on Garry's Mod, with several options as useful as efficient.

1.1 An editable cycle system
The cycle system allows you to choose a time to carry out a cycle. At each cycle the spawn point will show an object from the list you have created yourself, this chance of appearance is also configurable.

1.2 Inserting objects to the list of a loot point
To add objects to the list it's very simple, just place them next to the objects then open the interface and click on "Detection", the system will automatically detect the surrounding entities, you just have to choose from the list, which makes the insertion easier and avoids syntax errors. The inserted objects will be automatically deleted. You have the possibility to write the class of the entity in the text box, then press enter to validate.

1.3 Two ways of using the loot point
To meet all requirements I have created two operating modes switchable from the interface of a loot point.
Mode 0 = The system will automatically spawn the items on its list.
Mode 1 = The system will only spawn from its list when a player presses USE when close to a loot point. An example of use the map contains cabinets that you cannot delete, by placing a loot point on the cabinet in mode 1, the player will be able to trigger the loot from the cabinet. You have understood you can turn a static and useless object into a loot point that can be triggered by pressing the USE key. You can limit a delay from the interface to avoid spam.

1.4 Chance rate settings for each item
The loot point has a luck rate system and a rarity editing system but what's the difference?
Pre-set the rate of chance that the Loot Point can make an object appear, means that if the Loot Point has a 50% chance of making an object appear, it also has a 50% chance of making nothing appear, but that's up to you.
While the rarity rate allows you to rarefy objects. For example a super lethal ammunition you put it at 1% chance of appearing against 99% for a normal ammunition. So your items that you want to make rare will remain rare.

1.5 Customisation options
Each loot point has a personalisation option, allowing you to get organised and also to create a map that can be used as a guide. You can edit the Point Name, Text Color, and change the icon.
You see the positions of the loot points only when admineyes is activated. The admineyes can be activated from the interface.

1.6 Administration - Access - Management
Everything is done from a clean and intuitive interface. To open the interface as an admin, simply press the USE key when you are nearby.
Even without an administration system you can have admins access if you add your own steamid in the configuration file.

1.7 Admin View
Named AdminEyes, allows you to see all your loot points placed on the map. The icon of the point, its name, its colour and the distance in metres are displayed.

1.8 Translations
Like most of my scripts they are already translated into : English, French, German, Greek, Italian, Japanese, Russian, Spanish.

2. โšก๏ธ Optimisation module

2.1 Automated activation and deactivation distance
You can choose at what distance in meters the system activates and deactivates, if there is no player nearby the loot point is dormant, this distance is configurable from the interface of each point.

Why this choice? The Source engine has its limits concerning the number of elements on your server, if the map is badly optimized each entity will be a weight on the network and CPU if they themselves are badly optimized and will also increase the loading time of your server, players will take longer to reach your server. This system allows you to considerably reduce the number of unused entities in empty areas, and it is even better when the maps are large. Giving your server a new health without emptying it of its contents was a challenge to meet.

2.2 System of suppression of the loots generated by the point at the time of its deactivation
Can also be activated in the optimisation section, if the loot point, is deactivated because there are no more players in its area then the point will remove the loot it has generated. Thus the maps in the eyes of the players will remain well filled without overload.

3 ๐Ÿ“Œ Important points
  • It is not necessary to know how to code, nor to know Lua to use it, reading the description here and wiki allows you to discover its full potential.
  • You don't need any knowledge to master its use.
  • It's not a DLC, it's a complete script, independent from my others.
  • The system works automatically. Once set up, you can forget about it and let it run.
  • A wiki button accessible from the interface allows you to open the Loot Spawn point Editor 2 wiki.

4. ๐Ÿ’พ Persistence system on Garry's mod
  1. My persistence system is included with the script
  2. It is not possible to accidentally delete the spawn point when its persistence is activated.
  3. You can use, without any apprehension, the cleaning button of Gmod
  4. The configurations are saved, you can reboot your server and everything will be preserved.
  5. You can toggle the persistence at the touch of a button from the panel.

5. โš™๏ธ List of commands
  1. Command to delete all loot points on the map : nord_lootspawnpoint2_cleanup
  2. Deactivate all loot points without deleting them : nord_lootspawnpoint2_enable_all 0 : 1 = edit mode enable, 0 = disabled
  3. Hide all cubes : nord2_hide_all_cubemodel
  4. Show all cubes : nord2_show_all_cubemodel
  5. Spawn one loot point (for game modes that do not have a spawnmenu) : spawn_nordahl_loot_system_2
  6. To be able to change the point when mode 1 is enabled : nord_lootspawn2_edit 1 : 1 = edit mode enable, 0 = disabled
  7. Loot spawn point detection from the chat: !loot_finder peut รชtre activรฉ ou desactivรฉ depuis le fichier configuration

6. โœ”๏ธ Compatibility
  1. Compatible with all my previous scripts
  2. Compatible with ULX grades and other administrative addons
  3. Compatible with all DarkRP, DarkRP cloned drifts, Sandbox, Base Gmod, TTT, Zmod, Zworld

7. โ“ FAQ

User1 : "Is it compatible for vehicles?"
Author : "No. An Addon dedicated to vehicle spawn management is planned."

User2 : "Is it compatible for Npcs?"
Author : "Technically no, but it can work with some npcs if the class name is enough to make it spawn with all its resources. An Addon will be dedicated to the spawn integration of Npcs, with options more adapted to Npcs and Nextbot : NPCs Spawn Point Creator"



8. ๐Ÿ“š Wiki & Documentation
The Loot Spawn Point Editor 2 script contains an official Wiki here : ๐Ÿ“š Wiki & Documentation
And a notice space left by buying members : โญ Reviews
๐Ÿ”น WIKI & F.A.Q ๐Ÿ‡ฌ๐Ÿ‡ง
Wiki ๐Ÿ‡ฌ๐Ÿ‡ง Wiki ๐Ÿ‡ซ๐Ÿ‡ท

Wiki of Gmod Loot Spawn Point Editor 2

Gmod Loot Spawn Point Editor 2


โ˜ฐ 1. Installation of Gmod Loot Spawn Point Editor 2
Installation: Download and Unzip the folder nordahl_loot_spawn_editor_2.zip Install the addon in the addons file of your Gmod server,
Path: garrysmod/addons/nordahl_loot_spawn_editor_2
โ˜ฐ 2. Where can I find resources and materials? What is the Gmod Loot Spawn Point Editor 2 Workshop id?
Vous trouverez les ressources dans le workshop de Garry's Mod sur Steam. - Gmod Workshop ID of Gmod Loot Spawn Point Editor 2: 2513522948
- The AddWorkshop function is automatically added to the script server file and can be deactivated from the configuration file. : resource.AddWorkshop( 2513522948 )
- To add gmod workshop resources to your collection : Gmod Loot Spawn Point Editor 2 [Content Only] | Gmod Workshop
โ˜ฐ 3. How Placing a Loot Spawn Point in GMod?
You can place a loot point with the command: spawn_nordahl_loot_system_2
Or from the Gmod spawn menu
Gmod spawnmenu Loot Spawn Point Editor
โ˜ฐ 4. Define loot cycle time
Define the cycle time of a loot point, allows to choose how long a loot will spawn.
Set delay of Spawn
โ˜ฐ 5. Setting the loot mode
Select the one-dot loot mode between 0 and 1 mode,
Mode 0 = The spawn system automatically spawns the items in its list.
Mode 1 = The system spawns the loots from its list only when a player presses USE when near a loot point.
Set Spawn mod button
โ˜ฐ 6. Defining the quantity of a loot in a point
Allows you to choose from 1 to 20 items per loot point.
Set quantity Item Spawn
โ˜ฐ 7. Defining loot spawn luck
Set the spawn chance rate of a loot point with a simple slider, the value is adjustable from 0% to 100%.
Set Chance Item Spawn
โ˜ฐ 8. Enable Admin View (admineyes)
The admineyes allows you to see every loot point you have placed on the map. Click on the Admineyes button of any loot point to enable and disable it. Only admins have access to it.
ESP Loot Spawn Point
โ˜ฐ 9. Hide cubes of loot dots
It is useful to see the cubes while working and setting up the points. But once finished you can hide them. From any interface click on : Hide the cubes
Hide Loot Spawn Point
โ˜ฐ 10. Duplicating the configuration of a loot point
Duplicating a loot point saves time, it also duplicates the configuration of the point you duplicated.
Duplication Loot Spawn Point
โ˜ฐ 11. The optimisation module and its configuration
Drag the slider of the optimization section to set the operating distance of a loot point.
Optimisation Loot Spawn Point

More information on the optimisation in the description.
โ˜ฐ 12. Inserting entity classes in the loot point
Spawse the entities you wish to add to the loots list of a loot point. Click on detect and select the entities you wish to insert. The image will appear in the list.
Add item in Loot Spawn
โ˜ฐ 13. Define the rate of chance between items in the loots list
Simply click on the object in the list and SET CHANCE will give you a slider and you can choose a value between 1% and 100%.
Set chance item Loot Spawn
โ˜ฐ 14. Deleting an object from the list
To remove an object from the list click on it and on the small red cross: Delete
Delete item Loot Spawn Point
โ˜ฐ 15. How do I force access to the spawn management panel if the loot mode is "1"?
When you cannot access the menu of a point because you have chosen mode 1 (looter when E is pressed) use the following command:

nord_lootspawn2_edit 1

Remember to deactivate when you are done. 0 = Deactivate (Default)
Tips

Tip to avoid the leak of Gmod Loot Spawn Point Editor 2 installed on your Garry's Mod server: How avoid the Leak of your Gmod scripts
How Install an addon on Gmod? : How install an addon on Gmod
How Publish an addon on the Gmod workshop? : Documentation how create a content pack to publish on the workshop?

Gmod Addon



๐Ÿ“ฅ Download 2.2


๐ŸŽซ Open Ticket
โ›”๏ธ Sorry, you are not connected
Script Information
Creator : Norda Scripts
Sales :75
Published :3 years
Last update :
Version :version 2.2
DRM :Yes
Categories : Gmod addons
Requierements : Garry's Mod Server
Languages : ๐Ÿ‡ฌ๐Ÿ‡ง ๐Ÿ‡ซ๐Ÿ‡ท ๐Ÿ‡ฉ๐Ÿ‡ช ๐Ÿ‡ฌ๐Ÿ‡ช ๐Ÿ‡ฎ๐Ÿ‡น ๐Ÿ‡ฏ๐Ÿ‡ต ๐Ÿ‡ฐ๐Ÿ‡ท ๐Ÿ‡ณ๐Ÿ‡ด ๐Ÿ‡ท๐Ÿ‡บ ๐Ÿ‡ช๐Ÿ‡ธ ๐Ÿ‡ธ๐Ÿ‡ช
Tags :
Admin Entities Event Gameplay Management Allgamemode