安装 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(越南语)
Українська(乌克兰语)
报告翻译问题










then use the spawns per cluster and time between wave spawns to create 'mini waves'
also - the command for enabling / disabling wave spawner is :
/MES.Settings.SpawnType.EnableWaveSpawner.Value
replace spawn type with : Creature
replace value with : true
lists each item, along with a command that can be used to edit these values if you can't get access to your configs.
configs are at : %appdata% SpaceEngineers/saves/ there might be another folder to go through to get to your saves. once there
once there : worldname/storage/ModularEncountersSystems
<EnableWaveSpawner>true</EnableWaveSpawner>
<UseSpecificRandomGroups>
<string>ZombieTRIGGER</string> - will spawn groups of 20-30. use Zombie DAY and Zombie NIGHT for smaller groups
</UseSpecificRandomGroups>
<MinWaveSpawnTime>1980</MinWaveSpawnTime> - min time between waves in seconds
<MaxWaveSpawnTime>3600</MaxWaveSpawnTime> - max time between waves in seconds
<TotalSpawnEventsPerCluster>6</TotalSpawnEventsPerCluster> - number of groups per wave (20-30 for the trigger group)
<TimeBetweenWaveSpawns>8</TimeBetweenWaveSpawns> - time between each group spawning during a wave
<PlayerClusterDistance>15000</PlayerClusterDistance> - all players within this distance will share waves. outside will get their own
<Subtype>Zombie_Miner</Subtype>
<Subtype>Zombie_Miner02</Subtype>
<Subtype>Zombie_Miner03</Subtype>
<Subtype>Zombie_Miner04</Subtype>
Scroll down and check <AllowedBotSubtypes>
<Subtype>Zombie_Miner</Subtype>
<Subtype>Zombie_Miner02</Subtype>
<Subtype>Zombie_Miner03</Subtype>
<Subtype>Zombie_Miner04</Subtype>
Make sure the bots are listed.