added mods/cnc Lua scripts
This commit is contained in:
10
OpenRA.sln
10
OpenRA.sln
@@ -55,6 +55,16 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Common Lua scripts", "Commo
|
|||||||
mods\common\lua\actor.lua = mods\common\lua\actor.lua
|
mods\common\lua\actor.lua = mods\common\lua\actor.lua
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tiberian Dawn Lua scripts", "Tiberian Dawn Lua scripts", "{62FCD0D0-6D24-435D-9DD8-3CCADCF7ECAB}"
|
||||||
|
ProjectSection(SolutionItems) = preProject
|
||||||
|
mods\cnc\maps\shellmap\shellmap.lua = mods\cnc\maps\shellmap\shellmap.lua
|
||||||
|
mods\cnc\maps\gdi01\gdi01.lua = mods\cnc\maps\gdi01\gdi01.lua
|
||||||
|
mods\cnc\maps\gdi02\gdi02.lua = mods\cnc\maps\gdi02\gdi02.lua
|
||||||
|
mods\cnc\maps\nod01\nod01.lua = mods\cnc\maps\nod01\nod01.lua
|
||||||
|
mods\cnc\maps\nod03a\nod03a.lua = mods\cnc\maps\nod03a\nod03a.lua
|
||||||
|
mods\cnc\maps\nod03b\nod03b.lua = mods\cnc\maps\nod01\nod03b.lua
|
||||||
|
EndProjectSection
|
||||||
|
EndProject
|
||||||
Global
|
Global
|
||||||
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
GlobalSection(SolutionConfigurationPlatforms) = preSolution
|
||||||
Debug|Any CPU = Debug|Any CPU
|
Debug|Any CPU = Debug|Any CPU
|
||||||
|
|||||||
@@ -458,7 +458,7 @@ Rules:
|
|||||||
Music: aoi
|
Music: aoi
|
||||||
Loop: false
|
Loop: false
|
||||||
LuaScriptInterface:
|
LuaScriptInterface:
|
||||||
LuaScripts: mission.lua
|
LuaScripts: gdi01.lua
|
||||||
Player:
|
Player:
|
||||||
-ConquestVictoryConditions:
|
-ConquestVictoryConditions:
|
||||||
^Infantry:
|
^Infantry:
|
||||||
|
|||||||
@@ -733,7 +733,7 @@ Rules:
|
|||||||
-MPStartLocations:
|
-MPStartLocations:
|
||||||
-CrateSpawner:
|
-CrateSpawner:
|
||||||
LuaScriptInterface:
|
LuaScriptInterface:
|
||||||
LuaScripts: mission.lua
|
LuaScripts: gdi02.lua
|
||||||
Player:
|
Player:
|
||||||
-ConquestVictoryConditions:
|
-ConquestVictoryConditions:
|
||||||
PROC:
|
PROC:
|
||||||
|
|||||||
@@ -304,7 +304,7 @@ Rules:
|
|||||||
-SpawnMPUnits:
|
-SpawnMPUnits:
|
||||||
-MPStartLocations:
|
-MPStartLocations:
|
||||||
LuaScriptInterface:
|
LuaScriptInterface:
|
||||||
LuaScripts: mission.lua
|
LuaScripts: nod01.lua
|
||||||
C10:
|
C10:
|
||||||
Tooltip:
|
Tooltip:
|
||||||
Name: Nikoomba
|
Name: Nikoomba
|
||||||
|
|||||||
@@ -570,7 +570,7 @@ Rules:
|
|||||||
-SpawnMPUnits:
|
-SpawnMPUnits:
|
||||||
-MPStartLocations:
|
-MPStartLocations:
|
||||||
LuaScriptInterface:
|
LuaScriptInterface:
|
||||||
LuaScripts: mission.lua
|
LuaScripts: nod03a.lua
|
||||||
NUK2:
|
NUK2:
|
||||||
Buildable:
|
Buildable:
|
||||||
Owner: None
|
Owner: None
|
||||||
|
|||||||
@@ -661,7 +661,7 @@ Rules:
|
|||||||
-SpawnMPUnits:
|
-SpawnMPUnits:
|
||||||
-MPStartLocations:
|
-MPStartLocations:
|
||||||
LuaScriptInterface:
|
LuaScriptInterface:
|
||||||
LuaScripts: mission.lua
|
LuaScripts: nod03b.lua
|
||||||
NUK2:
|
NUK2:
|
||||||
Buildable:
|
Buildable:
|
||||||
Owner: None
|
Owner: None
|
||||||
|
|||||||
Reference in New Issue
Block a user