Instalar Steam
iniciar sesión
|
idioma
简体中文 (chino simplificado)
繁體中文 (chino tradicional)
日本語 (japonés)
한국어 (coreano)
ไทย (tailandés)
Български (búlgaro)
Čeština (checo)
Dansk (danés)
Deutsch (alemán)
English (inglés)
Español de Hispanoamérica
Ελληνικά (griego)
Français (francés)
Italiano
Bahasa Indonesia (indonesio)
Magyar (húngaro)
Nederlands (holandés)
Norsk (noruego)
Polski (polaco)
Português (Portugués de Portugal)
Português-Brasil (portugués de Brasil)
Română (rumano)
Русский (ruso)
Suomi (finés)
Svenska (sueco)
Türkçe (turco)
Tiếng Việt (vietnamita)
Українська (ucraniano)
Comunicar un error de traducción
which automatically registrates how many people are on the server and create automatically those messages once you join or every 5-10minutes.
Once the server reaches a certain amount of players, it could pop up the message:
"Seeding-Phase over, server is LIVE!"
You can setup an advert cycle with your seeding rules/messages with a "MaxPlayers" value set to what you consider a seeding round to have. Then have another advert cycle with "MinPlayers" that's one more and with "Loop" set to false, which displays your message about the seeding phase being over.
This would result in periodic messages while there's a low player count, which automatically stop once the player count is high enough.
"TriggeredAdverts": {
"IntervalInSeconds": 300
"Loop": false,
"MinPlayers": 3 [
{
"Message": "SEEDING-PHASE"
}
{
"Message": "Please don't try to end the match early!"
}
{
"Message": "Server is seeded with 14+ Players"
}
"TriggeredAdverts": {
"MaxPlayers": 14 [
{
"Message": "Seeding is over, Server is LIVE!"
}
{
"Message": "Thanks for seeding! GL & HF!"
}
],