DayZ
58 ratings
Plus200_Home
   
Award
Favorite
Favorited
Unfavorite
Type: Mod, Server
Mod Type: Mechanics
File Size
Posted
Updated
9.545 KB
6 Dec, 2019 @ 2:10pm
14 Nov, 2021 @ 4:34am
5 Change Notes ( view )

Subscribe to download
Plus200_Home

Description
This allow server admin to configure an item(like a bed) to allow player to set their home / spawn point (like in Minecraft).
So when a player die, He respawn at that object location

[ SERVER INSTALLATION ]

This mod is required both client & server side.

Drag the @Plus200_Home folder into your servers directory where all your other mods are located.
Open the @Plus200_Home folder and locate the keys folder open that folder and copy the key inside of it into your servers key folder.
Add @Plus200_Home to your servers launch line :
> "DayZServer_x64.exe" -mod=F:\Steam\steamapps\common\DayZServer\!Workshop\@Plus200_Home;

Change the init.c on your server :

Replace :
// playerEnt = GetGame().CreatePlayer(identity, characterName, pos, 0, "NONE");//Creates random player

By:
Plus200PlayerHomeConfig homeconfig = new Plus200PlayerHomeConfig(identity.GetPlainId());
playerEnt = GetGame().CreatePlayer(identity, characterName, homeconfig.GetStartPosition(pos), 0, "NONE");//Creates random player

Then:
- Run the server with the mod
- Log and respawn to create directories
- got o you profile directory\Plus200\Home
- Open config.json
- set the "bed" item on "item_class" attribute (Ex: Barrel_Red, Barrel_ColorBase, Pickaxe, BBP_Bed)

[SUPPORT]

Support me : https://fr.tipeee.com/plus200
Even a small amount can encourage me to continue :) Thanks!
Popular Discussions View All (2)
2
13 Jan, 2020 @ 11:57am
Hud Problem
vigoroussoul
0
18 Apr, 2020 @ 12:20pm
Servers using this mod
Skully
134 Comments
TupperwareNInja 30 May, 2022 @ 1:47pm 
Have tested this mod since my last comment with no success. Guessing it requires an update for 1.17
TupperwareNInja 22 May, 2022 @ 12:52pm 
This still work?
Fenwichs456  [author] 23 Jan, 2022 @ 12:36am 
@HowlingWolf i can confirm, this worked in 1.15
TheShadowsOfGhosts 22 Jan, 2022 @ 9:37pm 
I have no clue of how too update it myself.. so how do i do it?
TheShadowsOfGhosts 22 Jan, 2022 @ 11:27am 
Will it be updated for 1.15 ?
KODAK 16 Jan, 2022 @ 10:55am 
When I respawned, I didn't get a file named config.json
LimpnAintEzy 14 Dec, 2021 @ 8:43pm 
Trying to add Much Stuff Pack sleeping bag and its not working. Below is my config. Any help would be greatly appreciated

{
"params": {
"item_class": "Msp_SleepingBag_Green"
}
}
Bleme  [author] 14 Nov, 2021 @ 4:37am 
I've update the mod, it should know works with 1.14. Tell me if anything is not working as expecting
Bleme  [author] 14 Nov, 2021 @ 4:36am 
@keira The spawpoint is set only by the player when dropping or plaing the item configured server side
Spectral_Force 7 Sep, 2021 @ 11:29am 
Is this compatible with 1.13?