安装 Steam
登录
|
语言
繁體中文(繁体中文)
日本語(日语)
한국어(韩语)
ไทย(泰语)
български(保加利亚语)
Čeština(捷克语)
Dansk(丹麦语)
Deutsch(德语)
English(英语)
Español-España(西班牙语 - 西班牙)
Español - Latinoamérica(西班牙语 - 拉丁美洲)
Ελληνικά(希腊语)
Français(法语)
Italiano(意大利语)
Bahasa Indonesia(印度尼西亚语)
Magyar(匈牙利语)
Nederlands(荷兰语)
Norsk(挪威语)
Polski(波兰语)
Português(葡萄牙语 - 葡萄牙)
Português-Brasil(葡萄牙语 - 巴西)
Română(罗马尼亚语)
Русский(俄语)
Suomi(芬兰语)
Svenska(瑞典语)
Türkçe(土耳其语)
Tiếng Việt(越南语)
Українська(乌克兰语)
报告翻译问题






https://psteamcommunity.yuanyoumao.com/sharedfiles/filedetails/?id=3562694622
configuration_options={
kick_without={ },
no_kick=true,
no_regenerate=true,
no_rollback=true,
reflect_kick=true,
show_starter=true
},
enabled=true
}
}
and kick work...
["workshop-709986084"]={
configuration_options={
kick_without={ },
no_kick=false,
no_regenerate=true,
no_rollback=true,
reflect_kick=true,
show_starter=true
},
enabled=true
}
but, everyone can vote...
No, I did not add ban feature, only call 'TheNet:Kick()'.
Maybe DST add some delay for re-join to the player whose was kicked.
set "show_starter" to false, and should be clear.
welll, I think you mis-understand the config.
"no regenerate = false" means: player can vote and regenerate!!
I had long time did not play DST.
As I know,
`vote_enabled` options in server configuration file can disable ALL vote.
Correct me if i'm wrong.
It can disable all, but can't split out.
So here is the mod.
Klei has change the startup sequence :(
It should be fix now.
And thanks for your report :)
I think your config file is correct.
But I couldn't figure out what's going wrong.
Is server couldn't startup and quit it self?
Or just mod not enable?
You can check the "server_log.txt",
there should a line "[NoVote]init..." if the mod is enable.
Or check if there are some error message.
return {
["workshop-360823660"]={ -- Simple protection
enabled=true,
configuration_options=
{
backpack_protection=false,
bushes_dig_protection=false,
bushes_protection=true,
container_protection=true,
fire_spread_protection=true,
ghost_protection=true,
min_days=3,
starting_day=10,
stewer_protection=true,
}
},
["worshop-709986084"]={ -- Not vote
enabled=true,
configuration_options={
no_rollback=true,
no_regenerate=true,
no_kick=false,
kick_without={},
}
}
}
Well, you have wrong config.
Take a look about this:
"Enable and configure mods for dedicated server on XXX Server - Part 2"
at here
[00:00:01]: Download server mod 360823660
[00:00:02]: Download server mod 709986084 <---- Your mod.
[00:00:02]: modoverrides.lua enabling workshop-360823660 <----- Not your mod.
It is my mistake? Can you check modoverrides, if your have a time?
return {
["workshop-360823660"]={
configuration_options={
<CUT>
},
enabled=true
},
["worshop-709986084"]={
configuration_options = {
{
name = "no_rollback",
label = "no rollback",
options =
{
<CUT>
hover = "kick without KU_xxxxyyyy",
},
},
enabled=true
}
}
Thanks for fast answer.
I have tested on my dedicated server without any error.