Installer Steam
log på
|
sprog
简体中文 (forenklet kinesisk)
繁體中文 (traditionelt kinesisk)
日本語 (japansk)
한국어 (koreansk)
ไทย (thai)
Български (bulgarsk)
Čeština (tjekkisk)
Deutsch (tysk)
English (engelsk)
Español – España (spansk – Spanien)
Español – Latinoamérica (spansk – Latinamerika)
Ελληνικά (græsk)
Français (fransk)
Italiano (italiensk)
Bahasa indonesia (indonesisk)
Magyar (ungarsk)
Nederlands (hollandsk)
Norsk
Polski (polsk)
Português (portugisisk – Portugal)
Português – Brasil (portugisisk – Brasilien)
Română (rumænsk)
Русский (russisk)
Suomi (finsk)
Svenska (svensk)
Türkçe (tyrkisk)
Tiếng Việt (Vietnamesisk)
Українська (ukrainsk)
Rapporter et oversættelsesproblem
https://gtm.steamproxy.vip/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.