Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
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!"
}
],