DayZ
58 个评价
Plus200_Home
   
奖励
收藏
已收藏
取消收藏
Type: Mod, Server
Mod Type: Mechanics
文件大小
发表于
更新日期
9.545 KB
2019 年 12 月 6 日 下午 2:10
2021 年 11 月 14 日 上午 4:34
5 项改动说明 ( 查看 )

订阅以下载
Plus200_Home

描述
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!
热门讨论 查看全部(2)
2
2020 年 1 月 13 日 上午 11:57
Hud Problem
vigoroussoul
0
2020 年 4 月 18 日 下午 12:20
Servers using this mod
Skully
134 条留言
TupperwareNInja 2022 年 5 月 30 日 下午 1:47 
Have tested this mod since my last comment with no success. Guessing it requires an update for 1.17
TupperwareNInja 2022 年 5 月 22 日 下午 12:52 
This still work?
Fenwichs456  [作者] 2022 年 1 月 23 日 上午 12:36 
@HowlingWolf i can confirm, this worked in 1.15
TheShadowsOfGhosts 2022 年 1 月 22 日 下午 9:37 
I have no clue of how too update it myself.. so how do i do it?
TheShadowsOfGhosts 2022 年 1 月 22 日 上午 11:27 
Will it be updated for 1.15 ?
KODAK 2022 年 1 月 16 日 上午 10:55 
When I respawned, I didn't get a file named config.json
LimpnAintEzy 2021 年 12 月 14 日 下午 8:43 
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"
}
}
Plus200  [作者] 2021 年 11 月 14 日 上午 4:37 
I've update the mod, it should know works with 1.14. Tell me if anything is not working as expecting
Plus200  [作者] 2021 年 11 月 14 日 上午 4:36 
@keira The spawpoint is set only by the player when dropping or plaing the item configured server side
Spectral_Force 2021 年 9 月 7 日 上午 11:29 
Is this compatible with 1.13?