DayZ
46 ratings
plus200_fix_1.19
   
Award
Favorite
Favorited
Unfavorite
Type: Mod
File Size
Posted
Updated
9.163 KB
19 Nov, 2020 @ 10:15pm
20 Mar, 2022 @ 4:18am
9 Change Notes ( view )

Subscribe to download
plus200_fix_1.19

Description
compatible version 1.12-1.19
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_fix_1.10 folder into your servers directory where all your other mods are located.
Open the @plus200_fix_1.10 folder and locate the keys folder open that folder and copy the key inside of it into your servers key folder.
Add @plus200_fix_1.10 to your servers launch line :
> "DayZServer_x64.exe" -mod=@mod1;@mod3;@plus200_fix_1.10;

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 Home.json
- set the "bed" item on "item_class" attribute (Ex: Barrel_Red, Barrel_ColorBase, Pickaxe, BBP_Bed)

[SUPPORT]
Popular Discussions View All (2)
6
10 Dec, 2024 @ 12:32am
"item_class"
Fenwichs456
0
30 Nov, 2020 @ 8:47pm
init.c
Fenwichs456
70 Comments
SirFinnHuman 11 May @ 4:49am 
is this working?
Fenwichs456  [author] 21 May, 2024 @ 1:10pm 
sure my discord [Esp]🅵🅴🅽🆆🅸🅲🅷🆂456#2928
Sixx 20 May, 2024 @ 12:54pm 
having a problem with my init.c can i send mine and you tell me whats wrong. I replaced init.c but when i try to load back into server it says do character to spawn or something
HuffyMuffyGuffy 11 Apr, 2023 @ 9:46pm 
Legend, appreciated! thanks for keeping this mod up to date and functional for the community.
Fenwichs456  [author] 11 Apr, 2023 @ 11:31am 
sure
HuffyMuffyGuffy 11 Apr, 2023 @ 6:42am 
Hey mate, perms to bundle into my server core pack with links back to workshop, credits etc? . Cheers and thank you :)
Bobbles 19 Feb, 2023 @ 12:04pm 
Hey sorry just looking for some assistance getting this into 1.20, as the INIT.c is not the same now, any chance you can advise if its possible or not? thanks
Bobbles 16 Feb, 2023 @ 4:35pm 
Hi chaps - INIT.c doest have the same script since 1.20 maybe, where do you paste the script now / overwrite which parts please?
Bobbles 2 Feb, 2023 @ 12:37pm 
hi @fenwicks456 did you have any thoughts on the INIT.c working with the Spawnloadout version of the file? Did you want me to send you my INIT.c so you can see if its able to be coded in together without conflicting?
Bobbles 31 Jan, 2023 @ 3:49pm 
Well, apologies, it was a long time ago, its not actually a mod - its a config I have implemented (from instructions) https://github.com/GravityWolfNotAmused/SpawnLoadout - happy to share my INIT.c file on a DM if that helps?