Merge pull request #13095 from jrb0001/licenseheaders-lua
add GPLv3+ header to all lua scripts
This commit is contained in:
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
environment = {}
|
environment = {}
|
||||||
|
|
||||||
-- Reset package path
|
-- Reset package path
|
||||||
|
|||||||
@@ -1,3 +1,28 @@
|
|||||||
|
--[[
|
||||||
|
The MIT License
|
||||||
|
|
||||||
|
Copyright (c) 2010 Ignacio Burgue<75>o
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
|
||||||
|
Source: https://github.com/ignacio/StackTracePlus
|
||||||
|
]]
|
||||||
-- tables
|
-- tables
|
||||||
local _G = _G
|
local _G = _G
|
||||||
local string, io, debug, coroutine = string, io, debug, coroutine
|
local string, io, debug, coroutine = string, io, debug, coroutine
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
CommandoReinforcements = { "rmbo" }
|
CommandoReinforcements = { "rmbo" }
|
||||||
MCVReinforcements = { "mcv" }
|
MCVReinforcements = { "mcv" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
RifleReinforcments = { "e1", "e1", "e1", "bike" }
|
RifleReinforcments = { "e1", "e1", "e1", "bike" }
|
||||||
BazookaReinforcments = { "e3", "e3", "e3", "bike" }
|
BazookaReinforcments = { "e3", "e3", "e3", "bike" }
|
||||||
BikeReinforcments = { "bike" }
|
BikeReinforcments = { "bike" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
MCVReinforcements = { "mcv" }
|
MCVReinforcements = { "mcv" }
|
||||||
InfantryReinforcements = { "e1", "e1", "e1" }
|
InfantryReinforcements = { "e1", "e1", "e1" }
|
||||||
VehicleReinforcements = { "jeep" }
|
VehicleReinforcements = { "jeep" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
nodInBaseTeam = { RushBuggy, RushRifle1, RushRifle2, RushRifle3 }
|
nodInBaseTeam = { RushBuggy, RushRifle1, RushRifle2, RushRifle3 }
|
||||||
MobileConstructionVehicle = { "mcv" }
|
MobileConstructionVehicle = { "mcv" }
|
||||||
EngineerReinforcements = { "e6", "e6", "e6" }
|
EngineerReinforcements = { "e6", "e6", "e6" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
SamSites = { Sam1, Sam2, Sam3, Sam4 }
|
SamSites = { Sam1, Sam2, Sam3, Sam4 }
|
||||||
Sam4Guards = { Sam4Guard0, Sam4Guard1, Sam4Guard2, Sam4Guard3, Sam4Guard4, HiddenBuggy }
|
Sam4Guards = { Sam4Guard0, Sam4Guard1, Sam4Guard2, Sam4Guard3, Sam4Guard4, HiddenBuggy }
|
||||||
NodInfantrySquad = { "e1", "e1", "e1", "e1", "e1" }
|
NodInfantrySquad = { "e1", "e1", "e1", "e1", "e1" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AutoTrigger = { CPos.New(51, 47), CPos.New(52, 47), CPos.New(53, 47), CPos.New(54, 47) }
|
AutoTrigger = { CPos.New(51, 47), CPos.New(52, 47), CPos.New(53, 47), CPos.New(54, 47) }
|
||||||
GDIHeliTrigger = { CPos.New(27, 55), CPos.New(27, 56), CPos.New(28, 56), CPos.New(28, 57), CPos.New(28, 58), CPos.New(28, 59)}
|
GDIHeliTrigger = { CPos.New(27, 55), CPos.New(27, 56), CPos.New(28, 56), CPos.New(28, 57), CPos.New(28, 58), CPos.New(28, 59)}
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
BhndTrigger = { CPos.New(39, 21), CPos.New(40, 21), CPos.New(41, 21) }
|
BhndTrigger = { CPos.New(39, 21), CPos.New(40, 21), CPos.New(41, 21) }
|
||||||
Atk1Trigger = { CPos.New(35, 37) }
|
Atk1Trigger = { CPos.New(35, 37) }
|
||||||
Atk2Trigger = { CPos.New(9, 44), CPos.New(10, 44), CPos.New(11, 44), CPos.New(12, 44), CPos.New(13, 44) }
|
Atk2Trigger = { CPos.New(9, 44), CPos.New(10, 44), CPos.New(11, 44), CPos.New(12, 44), CPos.New(13, 44) }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
LoseTriggerHouses = { TrigLos2Farm1, TrigLos2Farm2, TrigLos2Farm3, TrigLos2Farm4 }
|
LoseTriggerHouses = { TrigLos2Farm1, TrigLos2Farm2, TrigLos2Farm3, TrigLos2Farm4 }
|
||||||
TownAttackTrigger = { CPos.New(54, 38), CPos.New(55, 38), CPos.New(56, 38), CPos.New(57, 38) }
|
TownAttackTrigger = { CPos.New(54, 38), CPos.New(55, 38), CPos.New(56, 38), CPos.New(57, 38) }
|
||||||
GDIReinforcementsTrigger = { CPos.New(32, 51), CPos.New(32, 52), CPos.New(33, 52) }
|
GDIReinforcementsTrigger = { CPos.New(32, 51), CPos.New(32, 52), CPos.New(33, 52) }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
RepairThreshold = { easy = 0.3, normal = 0.6, hard = 0.9 }
|
RepairThreshold = { easy = 0.3, normal = 0.6, hard = 0.9 }
|
||||||
|
|
||||||
ActorRemovals =
|
ActorRemovals =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AllToHuntTrigger =
|
AllToHuntTrigger =
|
||||||
{
|
{
|
||||||
Silo1, Proc1, Silo2, Silo3, Silo4, Afld1, Hand1, Nuke1, Nuke2, Nuke3, Fact1
|
Silo1, Proc1, Silo2, Silo3, Silo4, Afld1, Hand1, Nuke1, Nuke2, Nuke3, Fact1
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IslandSamSites = { SAM01, SAM02 }
|
IslandSamSites = { SAM01, SAM02 }
|
||||||
NodBase = { PowerPlant1, PowerPlant2, PowerPlant3, PowerPlant4, PowerPlant5, Refinery, HandOfNod, Silo1, Silo2, Silo3, Silo4, ConYard, CommCenter }
|
NodBase = { PowerPlant1, PowerPlant2, PowerPlant3, PowerPlant4, PowerPlant5, Refinery, HandOfNod, Silo1, Silo2, Silo3, Silo4, ConYard, CommCenter }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
InfantryReinforcements = { "e1", "e1", "e2" }
|
InfantryReinforcements = { "e1", "e1", "e2" }
|
||||||
JeepReinforcements = { "jeep" }
|
JeepReinforcements = { "jeep" }
|
||||||
TankReinforcements = { "mtnk" }
|
TankReinforcements = { "mtnk" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
InitialForcesA = { "bggy", "e1", "e1", "e1", "e1" }
|
InitialForcesA = { "bggy", "e1", "e1", "e1", "e1" }
|
||||||
InitialForcesB = { "e1", "e1", "bggy", "e1", "e1" }
|
InitialForcesB = { "e1", "e1", "bggy", "e1", "e1" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnits = { "bggy", "e1", "e1", "e1", "e1", "e1", "bggy", "e1", "e1", "e1", "bggy" }
|
NodUnits = { "bggy", "e1", "e1", "e1", "e1", "e1", "bggy", "e1", "e1", "e1", "bggy" }
|
||||||
NodBaseBuildings = { "hand", "fact", "nuke" }
|
NodBaseBuildings = { "hand", "fact", "nuke" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnits = { "bggy", "e1", "e1", "e1", "e1", "e1", "bggy", "e1", "e1", "e1", "bggy" }
|
NodUnits = { "bggy", "e1", "e1", "e1", "e1", "e1", "bggy", "e1", "e1", "e1", "bggy" }
|
||||||
NodBaseBuildings = { "hand", "fact", "nuke" }
|
NodBaseBuildings = { "hand", "fact", "nuke" }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnits = { "bike", "e3", "e1", "bggy", "e1", "e3", "bike", "bggy" }
|
NodUnits = { "bike", "e3", "e1", "bggy", "e1", "e3", "bike", "bggy" }
|
||||||
FirstAttackWave = { "e1", "e1", "e1", "e2", }
|
FirstAttackWave = { "e1", "e1", "e1", "e2", }
|
||||||
SecondThirdAttackWave = { "e1", "e1", "e2", }
|
SecondThirdAttackWave = { "e1", "e1", "e2", }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnits = { "e1", "e1", "bggy", "bike", "e1", "e1", "bike", "bggy", "e1", "e1" }
|
NodUnits = { "e1", "e1", "bggy", "bike", "e1", "e1", "bike", "bggy", "e1", "e1" }
|
||||||
Engineers = { "e6", "e6", "e6" }
|
Engineers = { "e6", "e6", "e6" }
|
||||||
FirstAttackWaveUnits = { "e1", "e1", "e2" }
|
FirstAttackWaveUnits = { "e1", "e1", "e2" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnitsBuggy = { 'bggy', 'bggy', 'bggy', 'bggy', 'bggy' }
|
NodUnitsBuggy = { 'bggy', 'bggy', 'bggy', 'bggy', 'bggy' }
|
||||||
NodUnitsBikes = { 'bike', 'bike', 'bike' }
|
NodUnitsBikes = { 'bike', 'bike', 'bike' }
|
||||||
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnitsBuggy = { 'bggy', 'bggy', 'bike', 'bike' }
|
NodUnitsBuggy = { 'bggy', 'bggy', 'bike', 'bike' }
|
||||||
NodUnitsRocket = { 'e3', 'e3', 'e3', 'e3', 'e3', 'e3' }
|
NodUnitsRocket = { 'e3', 'e3', 'e3', 'e3', 'e3', 'e3' }
|
||||||
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnitsVehicle = { 'bike', 'bike', 'bggy', 'ltnk', 'bike', 'bike' }
|
NodUnitsVehicle = { 'bike', 'bike', 'bggy', 'ltnk', 'bike', 'bike' }
|
||||||
NodUnitsRocket = { 'e1', 'e1', 'e1', 'e1' }
|
NodUnitsRocket = { 'e1', 'e1', 'e1', 'e1' }
|
||||||
NodUnitsGunner = { 'e3', 'e3', 'e3', 'e3' }
|
NodUnitsGunner = { 'e3', 'e3', 'e3', 'e3' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodStartUnitsRight = { 'ltnk', 'bike', 'e1', 'e1', 'e3', 'e3' }
|
NodStartUnitsRight = { 'ltnk', 'bike', 'e1', 'e1', 'e3', 'e3' }
|
||||||
NodStartUnitsLeft = { 'ltnk', 'ltnk', 'bggy', 'e1', 'e1', 'e1', 'e1', 'e3', 'e3', 'e3', 'e3' }
|
NodStartUnitsLeft = { 'ltnk', 'ltnk', 'bggy', 'e1', 'e1', 'e1', 'e1', 'e3', 'e3', 'e3', 'e3' }
|
||||||
Chn1Units = { 'e1', 'e1', 'e1', 'e1', 'e1' }
|
Chn1Units = { 'e1', 'e1', 'e1', 'e1', 'e1' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnitsVehicle1 = { 'bggy', 'bggy', 'bike', 'bike', 'bike' }
|
NodUnitsVehicle1 = { 'bggy', 'bggy', 'bike', 'bike', 'bike' }
|
||||||
NodUnitsVehicle2 = { 'ltnk', 'ltnk', 'ltnk' }
|
NodUnitsVehicle2 = { 'ltnk', 'ltnk', 'ltnk' }
|
||||||
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
NodUnitsGunner = { 'e1', 'e1', 'e1', 'e1', 'e1', 'e1' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodStartUnitsVehicle = { 'bggy', 'bggy', 'ltnk', 'ltnk', 'ltnk', 'bike', 'bike'}
|
NodStartUnitsVehicle = { 'bggy', 'bggy', 'ltnk', 'ltnk', 'ltnk', 'bike', 'bike'}
|
||||||
NodStartUnitsRight = { 'e1', 'e1', 'e1', 'e1' }
|
NodStartUnitsRight = { 'e1', 'e1', 'e1', 'e1' }
|
||||||
NodStartUnitsMiddle = { 'e6', 'e6', 'e6', 'e6', 'e3', 'e3' }
|
NodStartUnitsMiddle = { 'e6', 'e6', 'e6', 'e6', 'e3', 'e3' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
||||||
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8 }
|
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8 }
|
||||||
InfantryAttackGroup = { }
|
InfantryAttackGroup = { }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
GDI1 = { teamType = "atk", units = { ['e2'] = 3 }, waypoints = { waypoint0, waypoint1, waypoint2, waypoint14 }, delay = 40 }
|
GDI1 = { teamType = "atk", units = { ['e2'] = 3 }, waypoints = { waypoint0, waypoint1, waypoint2, waypoint14 }, delay = 40 }
|
||||||
GDI2 = { teamType = "atk", units = { ['mtnk'] = 2 }, waypoints = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint9 }, delay = 30 }
|
GDI2 = { teamType = "atk", units = { ['mtnk'] = 2 }, waypoints = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint9 }, delay = 30 }
|
||||||
GDI3 = { teamType = "atk", units = { ['e2'] = 4 }, waypoints = { waypoint0, waypoint4, waypoint5, waypoint6, waypoint7, waypoint8 }, delay = 40 }
|
GDI3 = { teamType = "atk", units = { ['e2'] = 4 }, waypoints = { waypoint0, waypoint4, waypoint5, waypoint6, waypoint7, waypoint8 }, delay = 40 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
||||||
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9 }
|
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9 }
|
||||||
InfantryAttackGroup = { }
|
InfantryAttackGroup = { }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
WaypointGroup1 = { waypoint0, waypoint15 }
|
WaypointGroup1 = { waypoint0, waypoint15 }
|
||||||
WaypointGroup2 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint5, waypoint8 }
|
WaypointGroup2 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint5, waypoint8 }
|
||||||
WaypointGroup3 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint9, waypoint10, waypoint11, waypoint6, waypoint7 }
|
WaypointGroup3 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint9, waypoint10, waypoint11, waypoint6, waypoint7 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
NodUnitsVehicles1 = { 'bggy', 'bggy', 'bike', 'bike' }
|
NodUnitsVehicles1 = { 'bggy', 'bggy', 'bike', 'bike' }
|
||||||
NodUnitsVehicles2 = { 'ltnk', 'ltnk' }
|
NodUnitsVehicles2 = { 'ltnk', 'ltnk' }
|
||||||
NodUnitsEngineers = { 'e6', 'e6', 'e6', 'e6' }
|
NodUnitsEngineers = { 'e6', 'e6', 'e6', 'e6' }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackPaths = { { AttackPath1 }, { AttackPath2 }, { AttackPath3 } }
|
AttackPaths = { { AttackPath1 }, { AttackPath2 }, { AttackPath3 } }
|
||||||
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9 }
|
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9 }
|
||||||
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
WaypointGroup1 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint6, waypoint10 }
|
WaypointGroup1 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint6, waypoint10 }
|
||||||
WaypointGroup2 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint6, waypoint7, waypoint8, waypoint9, waypoint10 }
|
WaypointGroup2 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint6, waypoint7, waypoint8, waypoint9, waypoint10 }
|
||||||
WaypointGroup3 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint5 }
|
WaypointGroup3 = { waypoint0, waypoint1, waypoint2, waypoint3, waypoint4, waypoint5 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackPaths = { { AttackPath1 }, { AttackPath2 }, { AttackPath3 } }
|
AttackPaths = { { AttackPath1 }, { AttackPath2 }, { AttackPath3 } }
|
||||||
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDINuke1, GDINuke2, GDINuke3, GDINuke4, GDIProc, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9, GDIBuilding10, GDIBuilding11, GDIBuilding12, GDIBuilding13 }
|
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDINuke1, GDINuke2, GDINuke3, GDINuke4, GDIProc, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9, GDIBuilding10, GDIBuilding11, GDIBuilding12, GDIBuilding13 }
|
||||||
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
WaypointGroup1 = { waypoint1, waypoint2, waypoint3, waypoint9, waypoint10 }
|
WaypointGroup1 = { waypoint1, waypoint2, waypoint3, waypoint9, waypoint10 }
|
||||||
WaypointGroup2 = { waypoint5, waypoint6, waypoint7, waypoint8 }
|
WaypointGroup2 = { waypoint5, waypoint6, waypoint7, waypoint8 }
|
||||||
WaypointGroup3 = { waypoint1, waypoint2, waypoint4, waypoint11 }
|
WaypointGroup3 = { waypoint1, waypoint2, waypoint4, waypoint11 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
AttackPaths = { { AttackPath1 }, { AttackPath2 } }
|
||||||
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9, GDIBuilding10, GDIBuilding11 }
|
GDIBase = { GDICYard, GDIPyle, GDIWeap, GDIHQ, GDIProc, GDINuke1, GDINuke2, GDINuke3, GDIBuilding1, GDIBuilding2, GDIBuilding3, GDIBuilding4, GDIBuilding5, GDIBuilding6, GDIBuilding7, GDIBuilding8, GDIBuilding9, GDIBuilding10, GDIBuilding11 }
|
||||||
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
GDIOrcas = { GDIOrca1, GDIOrca2 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
if Map.LobbyOption("difficulty") == "easy" then
|
if Map.LobbyOption("difficulty") == "easy" then
|
||||||
Rambo = "rmbo.easy"
|
Rambo = "rmbo.easy"
|
||||||
elseif Map.LobbyOption("difficulty") == "hard" then
|
elseif Map.LobbyOption("difficulty") == "hard" then
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenReinforcements = { }
|
HarkonnenReinforcements = { }
|
||||||
HarkonnenReinforcements["easy"] =
|
HarkonnenReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenReinforcements = { }
|
HarkonnenReinforcements = { }
|
||||||
HarkonnenReinforcements["easy"] =
|
HarkonnenReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks }
|
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenBase = { HConyard, HOutpost, HBarracks }
|
HarkonnenBase = { HConyard, HOutpost, HBarracks }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
OrdosBase = { OBarracks, OWindTrap1, OWindTrap2, OWindTrap3, OWindTrap4, OLightFactory, OOutpost, OConyard, ORefinery, OSilo1, OSilo2, OSilo3, OSilo4 }
|
OrdosBase = { OBarracks, OWindTrap1, OWindTrap2, OWindTrap3, OWindTrap4, OLightFactory, OOutpost, OConyard, ORefinery, OSilo1, OSilo2, OSilo3, OSilo4 }
|
||||||
|
|
||||||
OrdosReinforcements =
|
OrdosReinforcements =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
OrdosBase = { OBarracks, OWindTrap1, OWindTrap2, OOutpost, OConyard, ORefinery, OSilo }
|
OrdosBase = { OBarracks, OWindTrap1, OWindTrap2, OOutpost, OConyard, ORefinery, OSilo }
|
||||||
|
|
||||||
OrdosReinforcements =
|
OrdosReinforcements =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
HarkonnenBase = { HarkonnenOutpost, HarkonnenRefinery, HarkonnenHeavyFact, HarkonnenTurret1, HarkonnenTurret2, HarkonnenBarracks, HarkonnenSilo1, HarkonnenSilo2, HarkonnenWindTrap1, HarkonnenWindTrap2, HarkonnenWindTrap3, HarkonnenWindTrap4, HarkonnenWindTrap5 }
|
HarkonnenBase = { HarkonnenOutpost, HarkonnenRefinery, HarkonnenHeavyFact, HarkonnenTurret1, HarkonnenTurret2, HarkonnenBarracks, HarkonnenSilo1, HarkonnenSilo2, HarkonnenWindTrap1, HarkonnenWindTrap2, HarkonnenWindTrap3, HarkonnenWindTrap4, HarkonnenWindTrap5 }
|
||||||
|
|
||||||
HarkonnenReinforcements =
|
HarkonnenReinforcements =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
AtreidesReinforcements = { }
|
AtreidesReinforcements = { }
|
||||||
AtreidesReinforcements["easy"] =
|
AtreidesReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
AtreidesReinforcements = { }
|
AtreidesReinforcements = { }
|
||||||
AtreidesReinforcements["easy"] =
|
AtreidesReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
AtreidesBase = { AConyard, APower1, APower2, ABarracks, AOutpost }
|
AtreidesBase = { AConyard, APower1, APower2, ABarracks, AOutpost }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
AtreidesBase = { AConyard, APower1, APower2, ABarracks, ALightFactory }
|
AtreidesBase = { AConyard, APower1, APower2, ABarracks, ALightFactory }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenReinforcements = { }
|
HarkonnenReinforcements = { }
|
||||||
HarkonnenReinforcements["easy"] =
|
HarkonnenReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenReinforcements = { }
|
HarkonnenReinforcements = { }
|
||||||
HarkonnenReinforcements["easy"] =
|
HarkonnenReinforcements["easy"] =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks, HOutpost }
|
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks, HOutpost }
|
||||||
HarkonnenBaseAreaTrigger = { CPos.New(31, 37), CPos.New(32, 37), CPos.New(33, 37), CPos.New(34, 37), CPos.New(35, 37), CPos.New(36, 37), CPos.New(37, 37), CPos.New(38, 37), CPos.New(39, 37), CPos.New(40, 37), CPos.New(41, 37), CPos.New(42, 37), CPos.New(42, 38), CPos.New(42, 39), CPos.New(42, 40), CPos.New(42, 41), CPos.New(42, 42), CPos.New(42, 43), CPos.New(42, 44), CPos.New(42, 45), CPos.New(42, 46), CPos.New(42, 47), CPos.New(42, 48), CPos.New(42, 49) }
|
HarkonnenBaseAreaTrigger = { CPos.New(31, 37), CPos.New(32, 37), CPos.New(33, 37), CPos.New(34, 37), CPos.New(35, 37), CPos.New(36, 37), CPos.New(37, 37), CPos.New(38, 37), CPos.New(39, 37), CPos.New(40, 37), CPos.New(41, 37), CPos.New(42, 37), CPos.New(42, 38), CPos.New(42, 39), CPos.New(42, 40), CPos.New(42, 41), CPos.New(42, 42), CPos.New(42, 43), CPos.New(42, 44), CPos.New(42, 45), CPos.New(42, 46), CPos.New(42, 47), CPos.New(42, 48), CPos.New(42, 49) }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
|
|
||||||
AttackGroupSize =
|
AttackGroupSize =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks, HOutpost }
|
HarkonnenBase = { HConyard, HPower1, HPower2, HBarracks, HOutpost }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AttackGroupSize = {8}
|
AttackGroupSize = {8}
|
||||||
AttackDelay = { DateTime.Seconds(2), DateTime.Seconds(4) }
|
AttackDelay = { DateTime.Seconds(2), DateTime.Seconds(4) }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
InsertionHelicopterType = "tran.insertion"
|
InsertionHelicopterType = "tran.insertion"
|
||||||
InsertionPath = { InsertionEntry.Location, InsertionLZ.Location }
|
InsertionPath = { InsertionEntry.Location, InsertionLZ.Location }
|
||||||
ExtractionHelicopterType = "tran.extraction"
|
ExtractionHelicopterType = "tran.extraction"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
ConstructionVehicleReinforcements = { "mcv" }
|
ConstructionVehicleReinforcements = { "mcv" }
|
||||||
ConstructionVehiclePath = { ReinforcementsEntryPoint.Location, DeployPoint.Location }
|
ConstructionVehiclePath = { ReinforcementsEntryPoint.Location, DeployPoint.Location }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
ProductionUnits = { "e1", "e1", "e2" }
|
ProductionUnits = { "e1", "e1", "e2" }
|
||||||
ProductionBuildings = { USSRBarracks1, USSRBarracks2 }
|
ProductionBuildings = { USSRBarracks1, USSRBarracks2 }
|
||||||
TransportReinforcements = { "e1", "e1", "e1", "e2", "e2" }
|
TransportReinforcements = { "e1", "e1", "e1", "e2", "e2" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
ProductionUnits = { "e1", "e1", "e2" }
|
ProductionUnits = { "e1", "e1", "e2" }
|
||||||
ProductionBuildings = { USSRBarracks1, USSRBarracks2, USSRBarracks3 }
|
ProductionBuildings = { USSRBarracks1, USSRBarracks2, USSRBarracks3 }
|
||||||
FirstUSSRBase = { USSRFlameTower1, USSRFlameTower2, USSRFlameTower3, USSRBarracks1, PGuard1, PGuard2, PGuard3, PGuard4, PGuard5 }
|
FirstUSSRBase = { USSRFlameTower1, USSRFlameTower2, USSRFlameTower3, USSRBarracks1, PGuard1, PGuard2, PGuard3, PGuard4, PGuard5 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
Yaks = { }
|
Yaks = { }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
ConvoyUnits =
|
ConvoyUnits =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
IdlingUnits = { }
|
IdlingUnits = { }
|
||||||
AttackGroupSize = 6
|
AttackGroupSize = 6
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
if Map.LobbyOption("difficulty") == "easy" then
|
if Map.LobbyOption("difficulty") == "easy" then
|
||||||
TanyaType = "e7"
|
TanyaType = "e7"
|
||||||
ReinforceCash = 5000
|
ReinforceCash = 5000
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
WTransWays =
|
WTransWays =
|
||||||
{
|
{
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AlliedReinforcementsA = { "e1", "e1", "e1", "e1", "e1" }
|
AlliedReinforcementsA = { "e1", "e1", "e1", "e1", "e1" }
|
||||||
AlliedReinforcementsB = { "e3", "e3", "e3", "e3", "e3" }
|
AlliedReinforcementsB = { "e3", "e3", "e3", "e3", "e3" }
|
||||||
BadGuys = { BadGuy1, BadGuy2, BadGuy3 }
|
BadGuys = { BadGuy1, BadGuy2, BadGuy3 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
if DateTime.IsHalloween then
|
if DateTime.IsHalloween then
|
||||||
UnitTypes = { "ant", "ant", "ant" }
|
UnitTypes = { "ant", "ant", "ant" }
|
||||||
BeachUnitTypes = { "ant", "ant" }
|
BeachUnitTypes = { "ant", "ant" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
DeathThreshold =
|
DeathThreshold =
|
||||||
{
|
{
|
||||||
easy = 200,
|
easy = 200,
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Difficulty = Map.LobbyOption("difficulty")
|
Difficulty = Map.LobbyOption("difficulty")
|
||||||
|
|
||||||
UnitsEvacuatedThreshold =
|
UnitsEvacuatedThreshold =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
AIPlayers = { }
|
AIPlayers = { }
|
||||||
AIBarracks = { }
|
AIBarracks = { }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
SovietEntryPoints = { Entry1, Entry2, Entry3, Entry4, Entry5, Entry6, Entry7, Entry8 }
|
SovietEntryPoints = { Entry1, Entry2, Entry3, Entry4, Entry5, Entry6, Entry7, Entry8 }
|
||||||
PatrolWaypoints = { Entry2, Entry4, Entry6, Entry8 }
|
PatrolWaypoints = { Entry2, Entry4, Entry6, Entry8 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Difficulty = Map.LobbyOption("difficulty")
|
Difficulty = Map.LobbyOption("difficulty")
|
||||||
|
|
||||||
if Difficulty == "hard" then
|
if Difficulty == "hard" then
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
BeachheadTrigger =
|
BeachheadTrigger =
|
||||||
{
|
{
|
||||||
CPos.New(120, 90), CPos.New(120, 89), CPos.New(120, 88), CPos.New(121, 88), CPos.New(122, 88), CPos.New(123, 88), CPos.New(124, 88),
|
CPos.New(120, 90), CPos.New(120, 89), CPos.New(120, 88), CPos.New(121, 88), CPos.New(122, 88), CPos.New(123, 88), CPos.New(124, 88),
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
AlliedUnits =
|
AlliedUnits =
|
||||||
{
|
{
|
||||||
{ delay = 0, types = { "1tnk", "1tnk", "2tnk", "2tnk" } },
|
{ delay = 0, types = { "1tnk", "1tnk", "2tnk", "2tnk" } },
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Yaks = { "yak", "yak", "yak" }
|
Yaks = { "yak", "yak", "yak" }
|
||||||
Airfields = { Airfield1, Airfield2, Airfield3 }
|
Airfields = { Airfield1, Airfield2, Airfield3 }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
CameraTriggerArea = { CPos.New(42, 45), CPos.New(43, 45), CPos.New(44, 45), CPos.New(45, 45), CPos.New(46, 45), CPos.New(47, 45), CPos.New(48, 45), CPos.New(48, 56), CPos.New(48, 57), CPos.New(48, 58), CPos.New(48, 59), CPos.New(40, 63), CPos.New(41, 63), CPos.New(42, 63), CPos.New(43, 63), CPos.New(44, 63), CPos.New(45, 63), CPos.New(46, 63), CPos.New(47, 63) }
|
CameraTriggerArea = { CPos.New(42, 45), CPos.New(43, 45), CPos.New(44, 45), CPos.New(45, 45), CPos.New(46, 45), CPos.New(47, 45), CPos.New(48, 45), CPos.New(48, 56), CPos.New(48, 57), CPos.New(48, 58), CPos.New(48, 59), CPos.New(40, 63), CPos.New(41, 63), CPos.New(42, 63), CPos.New(43, 63), CPos.New(44, 63), CPos.New(45, 63), CPos.New(46, 63), CPos.New(47, 63) }
|
||||||
PassingBridgeLocation = { CPos.New(59, 56), CPos.New(60, 56) }
|
PassingBridgeLocation = { CPos.New(59, 56), CPos.New(60, 56) }
|
||||||
|
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IntroAttackers = { IntroSoldier1, IntroSoldier2, IntroSoldier3 }
|
IntroAttackers = { IntroSoldier1, IntroSoldier2, IntroSoldier3 }
|
||||||
|
|
||||||
BridgeShroudTrigger = { CPos.New(63, 71), CPos.New(64, 71), CPos.New(65, 71), CPos.New(69, 65), CPos.New(70, 65), CPos.New(71, 65) }
|
BridgeShroudTrigger = { CPos.New(63, 71), CPos.New(64, 71), CPos.New(65, 71), CPos.New(69, 65), CPos.New(70, 65), CPos.New(71, 65) }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
if Map.LobbyOption("difficulty") == "easy" then
|
if Map.LobbyOption("difficulty") == "easy" then
|
||||||
remainingTime = DateTime.Minutes(7)
|
remainingTime = DateTime.Minutes(7)
|
||||||
elseif Map.LobbyOption("difficulty") == "normal" then
|
elseif Map.LobbyOption("difficulty") == "normal" then
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
||||||
|
|
||||||
IdlingUnits = function()
|
IdlingUnits = function()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Civs = { civ1, civ2, civ3 }
|
Civs = { civ1, civ2, civ3 }
|
||||||
Village = { civ1, civ2, civ3, village1, village2, village5 }
|
Village = { civ1, civ2, civ3, village1, village2, village5 }
|
||||||
SovietMCV = { "mcv" }
|
SovietMCV = { "mcv" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
RunInitialActivities = function()
|
RunInitialActivities = function()
|
||||||
Harvester.FindResources()
|
Harvester.FindResources()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
||||||
|
|
||||||
IdlingUnits = function()
|
IdlingUnits = function()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Civs = { civ1, civ2, civ3, civ4 }
|
Civs = { civ1, civ2, civ3, civ4 }
|
||||||
Village = { civ1, civ3, civ4, village1, village3 }
|
Village = { civ1, civ3, civ4, village1, village3 }
|
||||||
Guards = { Guard1, Guard2, Guard3 }
|
Guards = { Guard1, Guard2, Guard3 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
|
|
||||||
RunInitialActivities = function()
|
RunInitialActivities = function()
|
||||||
Harvester.FindResources()
|
Harvester.FindResources()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
||||||
|
|
||||||
IdlingUnits = function()
|
IdlingUnits = function()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
SovietStartReinf = { "e2", "e2" }
|
SovietStartReinf = { "e2", "e2" }
|
||||||
SovietStartToBasePath = { StartPoint.Location, SovietBasePoint.Location }
|
SovietStartToBasePath = { StartPoint.Location, SovietBasePoint.Location }
|
||||||
SovietMCVReinf = { "mcv", "3tnk", "3tnk", "e1", "e1" }
|
SovietMCVReinf = { "mcv", "3tnk", "3tnk", "e1", "e1" }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
CheckForBase = function()
|
CheckForBase = function()
|
||||||
baseBuildings = Map.ActorsInBox(Map.TopLeft, CFBPoint.CenterPosition, function(actor)
|
baseBuildings = Map.ActorsInBox(Map.TopLeft, CFBPoint.CenterPosition, function(actor)
|
||||||
return actor.Type == "fact" or actor.Type == "powr"
|
return actor.Type == "fact" or actor.Type == "powr"
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
||||||
|
|
||||||
IdlingUnits = function()
|
IdlingUnits = function()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
EnemyReinforcements =
|
EnemyReinforcements =
|
||||||
{
|
{
|
||||||
easy =
|
easy =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
ArmorAttack = { }
|
ArmorAttack = { }
|
||||||
AttackPaths = { { AttackWaypoint1 }, { AttackWaypoint2 } }
|
AttackPaths = { { AttackWaypoint1 }, { AttackWaypoint2 } }
|
||||||
BaseAttackers = { BaseAttacker1, BaseAttacker2 }
|
BaseAttackers = { BaseAttacker1, BaseAttacker2 }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
IdleHunt = function(unit) if not unit.IsDead then Trigger.OnIdle(unit, unit.Hunt) end end
|
||||||
|
|
||||||
IdlingUnits = function()
|
IdlingUnits = function()
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
EnemyReinforcements =
|
EnemyReinforcements =
|
||||||
{
|
{
|
||||||
easy =
|
easy =
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
IntroAttackers = { IntroEnemy1, IntroEnemy2, IntroEnemy3 }
|
IntroAttackers = { IntroEnemy1, IntroEnemy2, IntroEnemy3 }
|
||||||
Trucks = { Truck1, Truck2 }
|
Trucks = { Truck1, Truck2 }
|
||||||
InfAttack = { }
|
InfAttack = { }
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
if Map.LobbyOption("difficulty") == "easy" then
|
if Map.LobbyOption("difficulty") == "easy" then
|
||||||
remainingTime = DateTime.Minutes(7)
|
remainingTime = DateTime.Minutes(7)
|
||||||
elseif Map.LobbyOption("difficulty") == "normal" then
|
elseif Map.LobbyOption("difficulty") == "normal" then
|
||||||
|
|||||||
@@ -1,3 +1,11 @@
|
|||||||
|
--[[
|
||||||
|
Copyright 2007-2017 The OpenRA Developers (see AUTHORS)
|
||||||
|
This file is part of OpenRA, which is free software. It is made
|
||||||
|
available to you under the terms of the GNU General Public License
|
||||||
|
as published by the Free Software Foundation, either version 3 of
|
||||||
|
the License, or (at your option) any later version. For more
|
||||||
|
information, see COPYING.
|
||||||
|
]]
|
||||||
Difficulty = Map.LobbyOption("difficulty")
|
Difficulty = Map.LobbyOption("difficulty")
|
||||||
|
|
||||||
if Difficulty == "easy" then
|
if Difficulty == "easy" then
|
||||||
|
|||||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user