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
spawn {
#Define the spawn position
# x y z
gps = 2000 2000 2000
#Define ships that will spawn
#Accepts the custom-ship format too. e.g. 2:1 3:1 4:2
ships = s 2
#How often should the ships spawn?
#In this case ships will spawn every 180 (3 minutes) to 240 (4 minutes) seconds. (the range is there to make it more random)
interval = 300-360
#Spawn if the previous wave is still alive?
overflow = false
#How long should a wave ramin in_game before being removed?
#This is useful in case an AI ship goes adrift (but is still alive)
#This only works when 'overflow = false'
overflow_timeout = 900 #delete ships after 900 seconds
#WARNING: There is no safety check; i.e. If you set interval to 0-0 and oveflow to true, ships will start spawning VERY FAST. Expect a very big crash
}
#another spawn location
spawn {
gps = -2000 -2000 -2000
ships = s 3
interval = 600-660 #every 10 to 11 minutes
overflow = true
}