-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbeach_survival_ee_scenario.lua
More file actions
29 lines (29 loc) · 1.05 KB
/
beach_survival_ee_scenario.lua
File metadata and controls
29 lines (29 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
version = 3 -- Lua Version. Dont touch this
ScenarioInfo = {
name = "Beach Survival EE",
description = "Modification of the original Desert Swarm v1c Beta. Modification made by Satan_ and further improved by EntropyWins. See README.md file for Version History",
preview = '',
map_version = 8,
AdaptiveMap = true,
type = 'skirmish',
starts = true,
size = {1024, 1024},
reclaim = {0, 0},
map = '/maps/beach_survival_ee.v0008/beach_survival_ee.scmap',
save = '/maps/beach_survival_ee.v0008/beach_survival_ee_save.lua',
script = '/maps/beach_survival_ee.v0008/beach_survival_ee_script.lua',
norushradius = 100,
Configurations = {
['standard'] = {
teams = {
{
name = 'FFA',
armies = {'ARMY_1', 'ARMY_2', 'ARMY_3', 'ARMY_4', 'ARMY_5', 'ARMY_6', 'ARMY_7', 'ARMY_8'}
},
},
customprops = {
['ExtraArmies'] = STRING( 'ARMY_SURVIVAL_ALLY ARMY_SURVIVAL_ENEMY' ),
},
},
},
}