Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion data/RTTR/campaigns/roman/MISS200.lua
Original file line number Diff line number Diff line change
Expand Up @@ -251,6 +251,7 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:red, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):Close()
rttr:GetPlayer(2):Close()
Expand All @@ -266,9 +267,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
8 changes: 6 additions & 2 deletions data/RTTR/campaigns/roman/MISS201.lua
Original file line number Diff line number Diff line change
Expand Up @@ -195,11 +195,13 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- blue
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_AFRICANS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Shaka') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(9)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)
end

Expand All @@ -209,9 +211,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS202.lua
Original file line number Diff line number Diff line change
Expand Up @@ -131,17 +131,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_AFRICANS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Mnga Tscha') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(11)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_AFRICANS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Todo') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(10)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand All @@ -151,9 +154,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS203.lua
Original file line number Diff line number Diff line change
Expand Up @@ -130,17 +130,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Erik') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(3)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Knut') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(4)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand All @@ -150,9 +153,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS204.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_JAPANESE) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Hakirawashi') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(8)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_JAPANESE) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Tsunami') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(7)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand All @@ -142,9 +145,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS205.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Erik') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(3)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Olof') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(5)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand All @@ -142,9 +145,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS206.lua
Original file line number Diff line number Diff line change
Expand Up @@ -122,17 +122,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:red, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Erik') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(3)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Olof') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(5)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand All @@ -142,9 +145,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS207.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_AFRICANS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Mnga Tscha') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(11)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_AFRICANS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Todo') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(10)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand Down Expand Up @@ -154,9 +157,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS208.lua
Original file line number Diff line number Diff line change
Expand Up @@ -106,17 +106,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_JAPANESE) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Yamauchi') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(6)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_JAPANESE) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Tsunami') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(7)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand Down Expand Up @@ -152,9 +155,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
9 changes: 7 additions & 2 deletions data/RTTR/campaigns/roman/MISS209.lua
Original file line number Diff line number Diff line change
Expand Up @@ -118,17 +118,20 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(0):SetColor(0) -- 0:blue, 1:read, 2:yellow,
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3) -- hard AI
rttr:GetPlayer(1):SetNation(NAT_ROMANS) -- nation
rttr:GetPlayer(1):SetColor(1) -- yellow
rttr:GetPlayer(1):SetName('Brutus') -- Enemy Name
rttr:GetPlayer(1):SetPortrait(2)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3) -- hard AI
rttr:GetPlayer(2):SetNation(NAT_VIKINGS) -- nation
rttr:GetPlayer(2):SetColor(2) -- red
rttr:GetPlayer(2):SetName('Olof') -- Enemy Name
rttr:GetPlayer(2):SetPortrait(5)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)
end

Expand Down Expand Up @@ -164,9 +167,11 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end

Expand Down
10 changes: 8 additions & 2 deletions data/RTTR/campaigns/world/AFRICA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,23 +35,27 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS)
rttr:GetPlayer(0):SetColor(0)
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3)
rttr:GetPlayer(1):SetNation(NAT_AFRICANS)
rttr:GetPlayer(1):SetColor(1)
rttr:GetPlayer(1):SetName('Shaka')
rttr:GetPlayer(1):SetPortrait(9)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)

rttr:GetPlayer(2):SetAI(3)
rttr:GetPlayer(2):SetNation(NAT_AFRICANS)
rttr:GetPlayer(2):SetColor(2)
rttr:GetPlayer(2):SetName('Todo')
rttr:GetPlayer(2):SetPortrait(10)
rttr:GetPlayer(2):SetTeam(TM_TEAM1)

rttr:GetPlayer(3):SetAI(3)
rttr:GetPlayer(3):SetNation(NAT_AFRICANS)
rttr:GetPlayer(3):SetColor(3)
rttr:GetPlayer(3):SetName('Mnga Tscha')
rttr:GetPlayer(3):SetPortrait(11)
rttr:GetPlayer(3):SetTeam(TM_TEAM1)
end

Expand All @@ -61,8 +65,10 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end
8 changes: 6 additions & 2 deletions data/RTTR/campaigns/world/AUSTRA.lua
Original file line number Diff line number Diff line change
Expand Up @@ -35,11 +35,13 @@ function onSettingsReady()

rttr:GetPlayer(0):SetNation(NAT_ROMANS)
rttr:GetPlayer(0):SetColor(0)
rttr:GetPlayer(0):SetPortrait(0)

rttr:GetPlayer(1):SetAI(3)
rttr:GetPlayer(1):SetNation(NAT_AFRICANS)
rttr:GetPlayer(1):SetColor(1)
rttr:GetPlayer(1):SetName('Todo')
rttr:GetPlayer(1):SetPortrait(10)
rttr:GetPlayer(1):SetTeam(TM_TEAM1)
end

Expand All @@ -49,8 +51,10 @@ function getAllowedChanges()
["ownNation"] = false,
["ownColor"] = false,
["ownTeam"] = false,
["aiNation"] = false,
["ownPortrait"] = false,
["aiNation"] = false,
["aiColor"] = false,
["aiTeam"] = false
["aiTeam"] = false,
["aiPortrait"] = false
}
end
Loading
Loading