饥荒联机版

饥荒联机版

Global Positions
Sergeant Hwang 2021 年 10 月 13 日 上午 8:41
dedicated server help
doesn't work for dedicated server, when running the server, the mode is called the old version and cannot be accessed:steamfacepalm:
< >
正在显示第 1 - 15 条,共 15 条留言
stolve 2021 年 12 月 4 日 下午 1:47 
Also having issues with the new dedicated server setup, I get a number of errors that happen only with dedicated server
kkk 2021 年 12 月 12 日 上午 4:59 
you can go to mods dir under the dedicated server directory, find this mod and un archive the xxx.bin file.

or you can port your mod dir to this dir, ensuring the mod dir is the certain files instead of xxx.bin
Sergeant Hwang 2021 年 12 月 12 日 上午 10:40 
It's a problem that I solved a long time ago. Thank you for leaving comments.
9risu 2022 年 1 月 5 日 上午 2:32 
引用自 Endless
It's a problem that I solved a long time ago. Thank you for leaving comments.
Don't leave us hanging how did you fix it?
Spiderweak 2022 年 5 月 4 日 上午 12:50 
Normally, you're supposed to put the following config in both modoverrides.lua (in your world (Master and Caves) folder :

return {
... ,
["workshop-378160973"]={
configuration_options={
ENABLEPINGS=true,
FIREOPTIONS=2,
OVERRIDEMODE=false,
SHAREMINIMAPPROGRESS=true,
SHOWFIREICONS=true,
SHOWPLAYERICONS=true,
SHOWPLAYERSOPTIONS=2
},
enabled=true
},
...
}

And to load the mod in your overall mod config file under <install_dir>/mods/dedicated_server_mods_setup.lua :

ServerModSetup("378160973")

The general info on both these files should be summed up here : https://dontstarve.fandom.com/wiki/Guides/Don%E2%80%99t_Starve_Together_Dedicated_Servers#Mods

PS : works fine for me on an ubuntu server with this config (but not on my kube cluster, will try to relay other infos once the kube deployment works)
Rix 2022 年 6 月 12 日 下午 10:18 
does anyone still need help fixing htis?i got the solution
最后由 Rix 编辑于; 2022 年 6 月 12 日 下午 10:18
stolve 2022 年 6 月 14 日 下午 1:27 
Why don't you just post it then?
SamiNeptune 2022 年 6 月 24 日 下午 8:26 
引用自 Rix
does anyone still need help fixing htis?i got the solution
Can you show the solution please????
ballas 2022 年 6 月 25 日 下午 3:16 
引用自 Rix
does anyone still need help fixing htis?i got the solution
please
Spiderweak 2022 年 7 月 4 日 下午 3:36 
My modoverrides.lua :
return {
["workshop-375859599"]={
configuration_options={
divider=5,
random_health_value=0,
random_range=0,
send_unknwon_prefabs=false,
show_type=0,
unknwon_prefabs=1,
use_blacklist=true
},
enabled=true
},
["workshop-378160973"]={
configuration_options={
ENABLEPINGS=true,
FIREOPTIONS=2,
OVERRIDEMODE=false,
SHAREMINIMAPPROGRESS=true,
SHOWFIREICONS=true,
SHOWPLAYERICONS=true,
SHOWPLAYERSOPTIONS=2
},
enabled=true
},
["workshop-569043634"]={
configuration_options={
Health_Penalty_Generic="Unchanged",
Health_Penalty_Maximum="Unchanged",
Health_Penalty_Meat_Effigy="Unchanged",
Health_Penalty_Portal="Unchanged",
Health_Respawn_Amount="Unchanged",
KeepInventory="Unchanged",
NoPlayerSkeletons="Unchanged",
ReturnHotkey="Unchanged",
ReturnHotkey_Mode="Closest",
SpawnProtection="Unchanged",
campfire="Enabled",
coldfire="Enabled",
coldfirepit="Enabled",
firepit="Enabled",
reviver="Unchanged",
skeleton="Unchanged",
usetags="Unchanged"
},
enabled=true
},
}
Spiderweak 2022 年 7 月 4 日 下午 3:37 
My dedicated_server_mods_setup.lua:

-- Health Info https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=375859599
ServerModSetup("375859599")
-- Global Positions https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=378160973
ServerModSetup("378160973")
-- Campfire Respawn https://gtm.steamproxy.vip/sharedfiles/filedetails/?id=569043634
ServerModSetup("569043634")
最后由 Spiderweak 编辑于; 2022 年 7 月 4 日 下午 3:38
Spiderweak 2022 年 7 月 4 日 下午 3:41 
One modoverrides.lua for root and one for caves
S2S MAKİNESİ 2022 年 7 月 20 日 下午 2:28 
引用自 Rix
does anyone still need help fixing htis?i got the solution
help me plz
RequiemC1O 2023 年 5 月 2 日 下午 6:16 
引用自 Rix
does anyone still need help fixing htis?i got the solution
help me plz
Edwynn 2023 年 12 月 17 日 下午 8:39 
引用自 Rix
does anyone still need help fixing htis?i got the solution
can you help me solve the solution? ive sent you a friend request for this
最后由 Edwynn 编辑于; 2023 年 12 月 17 日 下午 8:40
< >
正在显示第 1 - 15 条,共 15 条留言
每页显示数: 1530 50