LoW: Fixed the side setup config for mp.
This commit is contained in:
parent
971123ce9c
commit
812366b102
8 changed files with 49 additions and 31 deletions
|
@ -67,10 +67,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
|
|||
[side]
|
||||
side=1
|
||||
fog=no
|
||||
team_lock=yes
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
faction_from_recruit=yes
|
||||
{KALENZ}
|
||||
# wmllint: recognize Kalenz
|
||||
save_id=Kalenz
|
||||
|
@ -85,8 +81,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
|
|||
[unit]
|
||||
{LANDAR}
|
||||
# wmllint: recognize Landar
|
||||
#TODO enable the coordinates after the persistence test phase
|
||||
# x,y=16,15
|
||||
placement=leader
|
||||
[/unit]
|
||||
#endif
|
||||
|
@ -101,7 +95,6 @@ This is the story of Kalenz, and of the Elves in the days of the humans in Wesno
|
|||
{TRAIT_LOYAL}
|
||||
{TRAIT_STRONG}
|
||||
{TRAIT_INTELLIGENT}
|
||||
# {TEAM_COLOR_LOYAL}
|
||||
[/modifications]
|
||||
{IS_LOYAL}
|
||||
placement=leader
|
||||
|
|
|
@ -67,6 +67,7 @@
|
|||
#wmllint: validate-off
|
||||
[side]
|
||||
side=2
|
||||
allow_player=no
|
||||
{OLURF}
|
||||
# wmllint: recognize Olurf
|
||||
canrecruit=yes
|
||||
|
@ -162,7 +163,7 @@
|
|||
name=moveto
|
||||
first_time_only=yes
|
||||
[filter]
|
||||
side=1
|
||||
side=1,4
|
||||
{OLURFS_LAND}
|
||||
[/filter]
|
||||
|
||||
|
@ -385,6 +386,7 @@
|
|||
|
||||
### Enemy Side ###
|
||||
[side]
|
||||
allow_player=no
|
||||
#ifdef EASY
|
||||
type=Troll Hero
|
||||
#else
|
||||
|
@ -436,7 +438,6 @@
|
|||
### /Enemy Side ###
|
||||
|
||||
#ifdef MULTIPLAYER
|
||||
### Kalenz's code ###
|
||||
#wmllint: validate-off
|
||||
[side]
|
||||
side=4
|
||||
|
@ -447,9 +448,6 @@
|
|||
{GOLD 200 180 100}
|
||||
# wmllint: recognize Landar
|
||||
recruit={ELVES}
|
||||
# [unit]
|
||||
# placement=leader
|
||||
# [/unit]
|
||||
[/side]
|
||||
#wmllint: validate-on
|
||||
#endif
|
||||
|
@ -492,7 +490,7 @@
|
|||
[event]
|
||||
name=prestart
|
||||
[objectives]
|
||||
side=1
|
||||
side=0
|
||||
[objective]
|
||||
description= _ "Kalenz must reach the signpost"
|
||||
condition=win
|
||||
|
|
|
@ -65,23 +65,21 @@
|
|||
controller=human
|
||||
user_team_name= _ "Player"
|
||||
team_name=kalenz
|
||||
no_leader=yes
|
||||
recruit={ELVES}
|
||||
save_id=Kalenz
|
||||
fog=yes
|
||||
{GOLD 300 200 100}
|
||||
[unit]
|
||||
{GALTRID}
|
||||
# wmllint: recognize Galtrid
|
||||
x=23
|
||||
y=22
|
||||
[/unit]
|
||||
{GALTRID}
|
||||
# wmllint: recognize Galtrid
|
||||
x=23
|
||||
y=22
|
||||
[/side]
|
||||
{STARTING_VILLAGES_ALL 1}
|
||||
|
||||
#wml_disabled_lint: validate-off
|
||||
[side]
|
||||
side=2
|
||||
allow_player=no
|
||||
no_leader=yes
|
||||
controller=ai
|
||||
persistent=yes
|
||||
|
@ -100,6 +98,7 @@
|
|||
#### Side3 code ####
|
||||
[side]
|
||||
side=3
|
||||
allow_player=no
|
||||
{FLAG_VARIANT undead}
|
||||
no_leader=yes
|
||||
team_name=orcs
|
||||
|
@ -146,6 +145,7 @@
|
|||
#### Side4 code ####
|
||||
[side]
|
||||
side=4
|
||||
allow_player=no
|
||||
{FLAG_VARIANT undead}
|
||||
no_leader=yes
|
||||
team_name=orcs
|
||||
|
@ -178,6 +178,7 @@
|
|||
#### Side5 code ####
|
||||
[side]
|
||||
side=5
|
||||
allow_player=no
|
||||
{FLAG_VARIANT undead}
|
||||
no_leader=yes
|
||||
team_name=orcs
|
||||
|
@ -719,7 +720,7 @@
|
|||
{CLEAR_VARIABLE galdrid_gold}
|
||||
|
||||
[objectives]
|
||||
side=1
|
||||
side=0
|
||||
[objective]
|
||||
description= _ "Defeat all enemy leaders"
|
||||
condition=win
|
||||
|
|
|
@ -50,11 +50,12 @@
|
|||
#wmllint: validate-on
|
||||
|
||||
[side]
|
||||
side=2
|
||||
allow_player=no
|
||||
type=Saurian Ambusher
|
||||
{FLAG_VARIANT undead}
|
||||
id=Shurm
|
||||
name= _ "Shurm"
|
||||
side=2
|
||||
canrecruit=yes
|
||||
{GOLD 190 280 340}
|
||||
{INCOME 4 8 12}
|
||||
|
@ -74,11 +75,12 @@
|
|||
[/side]
|
||||
|
||||
[side]
|
||||
side=3
|
||||
allow_player=no
|
||||
type=Saurian Ambusher
|
||||
{FLAG_VARIANT undead}
|
||||
id=Trigr
|
||||
name= _ "Trigr"
|
||||
side=3
|
||||
canrecruit=yes
|
||||
{GOLD 190 280 350}
|
||||
{INCOME 4 8 12}
|
||||
|
|
|
@ -60,6 +60,7 @@
|
|||
|
||||
[side]
|
||||
side=2
|
||||
allow_player=no
|
||||
controller=ai
|
||||
id=Hraurg
|
||||
name= _ "Hraurg"
|
||||
|
@ -94,6 +95,7 @@
|
|||
|
||||
[side]
|
||||
side=3
|
||||
allow_player=no
|
||||
controller=ai
|
||||
type=Saurian Ambusher
|
||||
id=Spahr
|
||||
|
|
|
@ -59,6 +59,7 @@
|
|||
{OLURF}
|
||||
# wmllint: recognize Olurf
|
||||
side=2
|
||||
allow_player=no
|
||||
controller=ai
|
||||
save_id=Olurf
|
||||
persistent=yes
|
||||
|
@ -79,10 +80,11 @@
|
|||
#### /Olurf's code ####
|
||||
|
||||
[side]
|
||||
side=3
|
||||
allow_player=no
|
||||
type=Orcish Warlord
|
||||
id=Urug-Tar
|
||||
name=_ "Urug-Tar"
|
||||
side=3
|
||||
canrecruit=yes
|
||||
{GOLD 150 230 270}
|
||||
{INCOME 4 8 12}
|
||||
|
@ -109,10 +111,11 @@
|
|||
[/side]
|
||||
|
||||
[side]
|
||||
side=4
|
||||
allow_player=no
|
||||
type=Orcish Warlord
|
||||
id=Graur-Tan
|
||||
name=_ "Graur-Tan"
|
||||
side=4
|
||||
canrecruit=yes
|
||||
{GOLD 150 270 300}
|
||||
{INCOME 4 8 12}
|
||||
|
@ -137,10 +140,11 @@
|
|||
[/side]
|
||||
|
||||
[side]
|
||||
side=5
|
||||
allow_player=no
|
||||
type=Troll Warrior
|
||||
id=Traur
|
||||
name=_ "Traur"
|
||||
side=5
|
||||
canrecruit=yes
|
||||
#ifdef EASY
|
||||
recruit=Troll Whelp
|
||||
|
@ -306,6 +310,3 @@
|
|||
#else
|
||||
[/multiplayer]
|
||||
#endif
|
||||
|
||||
|
||||
|
||||
|
|
|
@ -93,6 +93,7 @@
|
|||
### Allies ####
|
||||
[side]
|
||||
side=2
|
||||
allow_player=no
|
||||
team_name=kalenz
|
||||
user_team_name= _ "Player"
|
||||
recruit={ELVES}, Elvish Captain, Elvish Hero, Elvish Sorceress, Elvish Marksman, Elvish Ranger, Elvish Druid, Elvish Lord
|
||||
|
@ -126,6 +127,7 @@
|
|||
|
||||
[side]
|
||||
side=3
|
||||
allow_player=no
|
||||
team_name=kalenz
|
||||
user_team_name= _ "Player"
|
||||
type=Elvish Marshal
|
||||
|
@ -153,6 +155,7 @@
|
|||
### ENEMIES ###
|
||||
[side]
|
||||
side=4
|
||||
allow_player=no
|
||||
team_name=orcs
|
||||
user_team_name= _ "Enemies"
|
||||
{FLAG_VARIANT undead}
|
||||
|
@ -185,6 +188,7 @@
|
|||
[/side]
|
||||
[side]
|
||||
side=5
|
||||
allow_player=no
|
||||
{FLAG_VARIANT undead}
|
||||
type=Orcish Warlord
|
||||
id=Urug-Pir
|
||||
|
@ -211,6 +215,7 @@
|
|||
[/side]
|
||||
[side]
|
||||
side=6
|
||||
allow_player=no
|
||||
team_name=orcs
|
||||
user_team_name= _ "Enemies"
|
||||
{FLAG_VARIANT undead}
|
||||
|
@ -249,6 +254,7 @@
|
|||
[/side]
|
||||
[side]
|
||||
side=7
|
||||
allow_player=no
|
||||
team_name=orcs
|
||||
user_team_name= _ "Enemies"
|
||||
{FLAG_VARIANT undead}
|
||||
|
@ -277,6 +283,7 @@
|
|||
|
||||
[side]
|
||||
side=8
|
||||
allow_player=no
|
||||
persistent=yes
|
||||
save_id=Olurf
|
||||
no_leader=yes
|
||||
|
|
|
@ -2,6 +2,10 @@
|
|||
|
||||
#define KALENZ
|
||||
id=Kalenz
|
||||
team_lock=yes
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
faction_from_recruit=yes
|
||||
name= _ "Kalenz"
|
||||
unrenamable=yes
|
||||
profile="portraits/kalenz.png"
|
||||
|
@ -20,16 +24,18 @@
|
|||
|
||||
#define LANDAR
|
||||
id=Landar
|
||||
team_lock=yes
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
faction_from_recruit=yes
|
||||
name= _ "Landar"
|
||||
unrenamable=yes
|
||||
profile="portraits/landar.png"
|
||||
type=Elvish Archer
|
||||
canrecruit=yes
|
||||
|
||||
#ifdef MULTIPLAYER
|
||||
controller=human
|
||||
#endif
|
||||
|
||||
[modifications]
|
||||
{TRAIT_DEXTROUS}
|
||||
{TRAIT_RESILIENT}
|
||||
|
@ -70,6 +76,10 @@
|
|||
#define GALTRID
|
||||
id=Galtrid
|
||||
name= _ "Galtrid"
|
||||
team_lock=yes
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
faction_from_recruit=yes
|
||||
unrenamable=yes
|
||||
profile="portraits/galtrid.png"
|
||||
type=Elvish Captain
|
||||
|
@ -84,6 +94,10 @@
|
|||
|
||||
#define EL_ISOMITHIR
|
||||
id=El_Isomithir
|
||||
team_lock=yes
|
||||
gold_lock=yes
|
||||
income_lock=yes
|
||||
faction_from_recruit=yes
|
||||
name= _ "El'Isomithir"
|
||||
team_name=player
|
||||
user_team_name= _ "Player"
|
||||
|
|
Loading…
Add table
Reference in a new issue