DayZ
67 ratings
BasicSpawnSelect
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
4.081 MB
Oct 30, 2023 @ 6:23am
Oct 30, 2023 @ 6:31am
2 Change Notes ( view )

Subscribe to download
BasicSpawnSelect

Description
Basic Spawn Select

With this mod you can easily choose your spawn points with 2 different ways



This Mod needs the CF to work properly.


For server owners


Make sure to have a look at the latest Update Notes when you already installed a previous Version!
________________________________________________________
Install Guide:
1. Subscribe the Mod.
2. Copy the @BasicSpawnSelect folder from your PC into the root folder on your DayZ server.
3. Open your local copy of the @BasicSpawnSelect folder and then open the Keys folder.
4. Copy the Krypton91.bikey key file into the Keys folder on your DayZ server.
5. Open your server startup command files, or the server control web interface, locate the MOD settings and ensure @BasicSpawnSelect.
6. Edit your Server Config (tutorial below)
7. Start your server.


Server Config
{ "SpawnSystemMode": 1, //Spawnmode 1 = SpawnMenu gets opend automatic. Spawnmode 2 = Use Spawntickets. "SpawnLocations": [ { "m_locationname": "Kamenka", //Location name from spawn. "m_spawnlocation": [ //SpawnLocation Vector 1892.1099853515626, //X 6.1711249351501469, //Y 2244.1298828125//Z ], "m_randomradius": 500.0 //Radius }, { "m_locationname": "West Balota", "m_spawnlocation": [ 4025.159912109375, 6.494447231292725, 2620.4599609375 ], "m_randomradius": 1000.0 }, { "m_locationname": "Chernogorsk", "m_spawnlocation": [ 6387.43017578125, 9.290138244628907, 2699.47998046875 ], "m_randomradius": 1000.0 }, { "m_locationname": "Elektrozavodsk", "m_spawnlocation": [ 10322.400390625, 5.811277866363525, 2171.159912109375 ], "m_randomradius": 1000.0 } ], "SpawnTickets": [ { "m_classname": "BasicSpawnSelect_SpawnTicket", //Classname of an item for the ticket. "m_ID": "Bandit", //ID (not used but fine for other modders! "m_UsePosition": [ //the position where the ticket can be used. 4111.2998046875, //X 0.0,//Y 8912.7900390625//Z ], "m_UseRadius": 50.0, "m_PossibleSpawn": [ { "m_locationname": "Kamenka", "m_spawnlocation": [ 1892.1099853515626, 6.1711249351501469, 2244.1298828125 ], "m_randomradius": 500.0 }, { "m_locationname": "West Balota", "m_spawnlocation": [ 4025.159912109375, 6.494447231292725, 2620.4599609375 ], "m_randomradius": 1000.0 }, { "m_locationname": "Chernogorsk", "m_spawnlocation": [ 6387.43017578125, 9.290138244628907, 2699.47998046875 ], "m_randomradius": 1000.0 }, { "m_locationname": "Elektrozavodsk", "m_spawnlocation": [ 10322.400390625, 5.811277866363525, 2171.159912109375 ], "m_randomradius": 1000.0 } ] }, { "m_classname": "BasicSpawnSelect_SpawnTicket", "m_ID": "Admin", "m_UsePosition": [ 4111.2998046875, 0.0, 8912.7900390625 ], "m_UseRadius": 50.0, "m_PossibleSpawn": [ { "m_locationname": "Kamenka", "m_spawnlocation": [ 1892.1099853515626, 6.1711249351501469, 2244.1298828125 ], "m_randomradius": 500.0 }, { "m_locationname": "West Balota", "m_spawnlocation": [ 4025.159912109375, 6.494447231292725, 2620.4599609375 ], "m_randomradius": 1000.0 }, { "m_locationname": "Chernogorsk", "m_spawnlocation": [ 6387.43017578125, 9.290138244628907, 2699.47998046875 ], "m_randomradius": 1000.0 }, { "m_locationname": "Elektrozavodsk", "m_spawnlocation": [ 10322.400390625, 5.811277866363525, 2171.159912109375 ], "m_randomradius": 1000.0 } ] } ] }


Admin Config
{ "m_AdminSteamIDs": [ "ExampleSteamID", //Steamid of an Admin. "AnotherExampleSteamID" ] }

The admin can call up the spawn menu with j (key can be set in the settings.) And he can add / remove ingame spawns and reload the config.

________________________________________________________

Problems
If you have Problems with the mod feel free to join our Discord [discord.gg]
If you have an issue feel free to report it direct on Github [github.com]

License
You are not allowed to Repack or Reupload this Mod without permission.
You can use this mod on your monetized server.
Popular Discussions View All (1)
0
Jul 23, 2024 @ 4:54am
Time
Loukroz
38 Comments
NoMad Jul 2 @ 4:22pm 
may i get permission to repack the mod? will give all credits to you in my server
Waltons Gaming Apr 20 @ 4:50pm 
Can i repack mod. Will give you all the credit.
Zoot Mar 16 @ 8:38am 
hi, Is it possible to stop players from abusing the same spawn location? some sort of cool down system where the player can't spawn 2 times in the same place in 20 or 30 minutes. Can i configure something like this with BasicSpawnSelect mod? tks
Horro Feb 22 @ 2:40am 
Question. I have eg 5 spawn points. All can be manually selected. However I do not want one of these points to be available for random selection. In other words, if a player selects random spawn he will spawn at one of 4 of the locations; the 5th location is only used if he selects it manually
BITS Jan 12 @ 6:50am 
can i repack into my server pack?
sad Oct 5, 2024 @ 8:03pm 
@Itspete-Here u ever figure this out
Loukroz Jul 23, 2024 @ 11:05am 
SUIIIIIII, How can I make sure that after appearing at a point there is a rebirth time?
Itspete-Here Mar 24, 2024 @ 5:29pm 
Okay so i have a custom set-up for spawn clothing by json on my server, when using this mod it overrides it and gives the player default spawn clothing, is there a way to fix this at all?
Ki Shuya Mar 24, 2024 @ 7:30am 
Hey I have a question, Say I wanted to have a list of Spawn Locations, but then I wanted a Single Spawn Location called "Wilderness" that had Multiple Spawn Points attached to it, would that be possible? and if so how is it done?
AHAPXNCT Mar 3, 2024 @ 10:09am 
ПриветHello! Allow me to add a mod pack to yours.