;
; gcgamemgr script - For the demo
;
;
; file "[MapFileName]"
; image_file "[MapImageFileName]"
; type Campaign|Cinematic|Skirmish_Normal|Skirmish_Special
; max_clans_on_map
; name {
; ENG "[MapInterfaceName]"
; }
; player1 {
;
; player_type Human|AI
; clan_type [ZerobasedIndex] -1|0|1|2|3|4 (None|Stonekrusher|Hellfire|Stormbringer|Plaguespitter|NightHorde)
; clan_tech None|Low|Medium|High|Full (1|2|3|4|5 units in clanshrine)
; starting_souls [Number]
; starting_gold [Number]
; turrets_disabled
; titans_disabled
;
; }
; player2 {
;
; }
;
;
; frontend {
;
; }
;
; campaign {
; group {
; name {
; ENG "[GroupInterfaceName]"
; }
; map {
;
; }
; .
; .
; .
; }
; .
; .
; .
; }
;
; skirmish_maps {
; map {
;
; }
; .
; .
; .
; }
;
frontend {
file FrontEnd_Demo
}
campaign {
group {
name {
ENG "DEMO"
}
map {
file Hellfire3
name {
ENG "City In Ruins"
}
type Campaign
}
map {
file splash_screens
name {
ENG "Splash Screens"
}
type Cinematic
}
}
}
skirmish_maps {
map {
file 2p_demo
name {
ENG "Forest"
}
image_file "2p_hf_forest.tga"
type Skirmish_Normal
max_clans_on_map 3
player1 {
clan_type 0 0
clan_type 1 1
clan_type 2 2
}
player2 {
clan_type 0 0
clan_type 1 1
clan_type 2 2
}
}
}