Skip to content

scalespeeder/dayz-UPDATED-28-days-later-player-spawns-as-patient-outside-medical-establishment-server-files

Repository files navigation

DayZ "28 Days Later" Player Spawns As A Medical Patient Outside Hospital, Clinic Or Medical Tent,  Spawn Loadout & Spawn Coordinates Files For Console and PC Instructions & Terms Of Use

Limited Testing on PC Chernarus Local Server DAYZ Version 1.23 DEC 23.

Created by @scalespeeder. Please report bugs & errors to scalespeeder@gmail.com with screenshots.

TERMS OF USE
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS
OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN
AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH
THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

Using these modded json files and instructions could break the functioning of your DAYZ server, requiring a reinstall that would wipe
all player progress.

Using these modded files neccessitates increased regular restarts to prevent server crashing.

It is suggested you thoroughly test your server after applying these files to ensure proper
functioning of your server.

I always recomend you validate your files at: https://www.xmlvalidation.com/ and https://jsonformatter.curiousconcept.com/

BI Wiki Instructions: https://community.bistudio.com/wiki/DayZ:Spawning_Gear_Configuration

Instructions:

Click the "Code" button and "Download Zip" on the Github Repository and extract the files on your local PC for access.

Stop your server.

Ensure your DayZ Server has activated the cfggameplay.json. For console users on Nitrado Servers, go to "General Settings" on your server and tick "Enable cfggameplay.json".

On PC Servers add the following line to your serverDZ.cfg:

enableCfgGameplayFile = 1;

(On some PC servers, including Nitrado, the serverDZ.cfg is "hidden", so you need to enable "expert mode" in settings,
then go to "expert settings", which is the serverDZ.cfg. Stop the server before making changes this way.)

Upload "patient.json" from the extracted files to inside the "custom" folder of the mission directory on your server.
(If you haven't got a "custom" folder, create one.)

Open the cfggameplay.json file in the correct mission file for your server and look for the "spawnGearPresetFiles" line.

----------

IF YOUR CFGGAMEPLAY.JSON DOES NOT HAVE A SPAWNGEARPRESETS FILE, COPY AND PASTE THE EXAMPLES BELOW NEAR THE TOP OF THE FILE, UNDER "disablePersonalLight": false,
AND ABOVE "StaminaData":

EG:

		"disablePersonalLight": false,
        "spawnGearPresetFiles": ["custom/patient.json"],
        "StaminaData":
		
		
---------		

This file tells your server to access your custom spawn gear file(s).

Edit it to look like this: 

	"spawnGearPresetFiles": ["custom/patient.json"],
	
	
If you already are calling custom gear spawn jsons to spawn, or wanted to have a random selection from both files, the line would look like this:

	  "spawnGearPresetFiles": ["custom/patient.json", "custom/SOMETHING_ELSE.json"],
	

Upload the cfgplayerspawnpoints.xml file to your mission folder, over the top of the exisiting one.

Save your changes & upload if you need to.

Restart your server and new player fresh spawns will have the new gear, and will spawn near a medical establishment.

Thanks, Rob.

About

XML & Json files to change the fresh spawn gear of a new player to a medical patient, and to make the spawn point near a medical establishment. For PC & Console DayZ Community Servers. Full instructions in readme.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published