Registered all new files
This commit is contained in:
@@ -451,6 +451,7 @@
|
|||||||
<Compile Include="Scripting\Properties\GeneralProperties.cs" />
|
<Compile Include="Scripting\Properties\GeneralProperties.cs" />
|
||||||
<Compile Include="Scripting\Properties\HealthProperties.cs" />
|
<Compile Include="Scripting\Properties\HealthProperties.cs" />
|
||||||
<Compile Include="Scripting\Properties\CombatProperties.cs" />
|
<Compile Include="Scripting\Properties\CombatProperties.cs" />
|
||||||
|
<Compile Include="Scripting\Properties\DiplomacyProperties.cs" />
|
||||||
<Compile Include="Scripting\Global\MapGlobal.cs" />
|
<Compile Include="Scripting\Global\MapGlobal.cs" />
|
||||||
<Compile Include="Scripting\Global\PlayerGlobal.cs" />
|
<Compile Include="Scripting\Global\PlayerGlobal.cs" />
|
||||||
<Compile Include="Scripting\Global\UtilsGlobal.cs" />
|
<Compile Include="Scripting\Global\UtilsGlobal.cs" />
|
||||||
|
|||||||
@@ -61,6 +61,7 @@ Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Red Alert Lua scripts", "Re
|
|||||||
mods\ra\maps\desert-shellmap\desert-shellmap.lua = mods\ra\maps\desert-shellmap\desert-shellmap.lua
|
mods\ra\maps\desert-shellmap\desert-shellmap.lua = mods\ra\maps\desert-shellmap\desert-shellmap.lua
|
||||||
mods\ra\maps\intervention\intervention.lua = mods\ra\maps\intervention\intervention.lua
|
mods\ra\maps\intervention\intervention.lua = mods\ra\maps\intervention\intervention.lua
|
||||||
mods\ra\maps\fort-lonestar\fort-lonestar.lua = mods\ra\maps\fort-lonestar\fort-lonestar.lua
|
mods\ra\maps\fort-lonestar\fort-lonestar.lua = mods\ra\maps\fort-lonestar\fort-lonestar.lua
|
||||||
|
mods\ra\maps\monster-tank-madness\monster-tank-madness.lua = mods\ra\maps\monster-tank-madness\monster-tank-madness.lua
|
||||||
EndProjectSection
|
EndProjectSection
|
||||||
EndProject
|
EndProject
|
||||||
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "System Lua scripts", "System Lua scripts", "{A4D6AEA4-8009-4256-903B-8D227E50452B}"
|
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "System Lua scripts", "System Lua scripts", "{A4D6AEA4-8009-4256-903B-8D227E50452B}"
|
||||||
|
|||||||
@@ -27,6 +27,7 @@ Speech:
|
|||||||
ReinforcementsArrived: reinfor1
|
ReinforcementsArrived: reinfor1
|
||||||
SignalFlareNorth: flaren1
|
SignalFlareNorth: flaren1
|
||||||
AlliedReinforcementsArrived: aarrive1
|
AlliedReinforcementsArrived: aarrive1
|
||||||
|
AlliedForcesApproaching: aappro1
|
||||||
ConvoyApproaching: convyap1
|
ConvoyApproaching: convyap1
|
||||||
ConvoyUnitLost: convlst1
|
ConvoyUnitLost: convlst1
|
||||||
TargetFreed: targfre1
|
TargetFreed: targfre1
|
||||||
@@ -44,6 +45,8 @@ Speech:
|
|||||||
WarningThreeMinutesRemaining: 3minr
|
WarningThreeMinutesRemaining: 3minr
|
||||||
WarningFourMinutesRemaining: 4minr
|
WarningFourMinutesRemaining: 4minr
|
||||||
WarningFiveMinutesRemaining: 5minr
|
WarningFiveMinutesRemaining: 5minr
|
||||||
|
ControlCenterDeactivated: cntlded1
|
||||||
|
OperationControlTerminated: opterm1
|
||||||
|
|
||||||
Sounds:
|
Sounds:
|
||||||
Notifications:
|
Notifications:
|
||||||
@@ -59,4 +62,5 @@ Sounds:
|
|||||||
ClickDisabledSound:
|
ClickDisabledSound:
|
||||||
Beacon: beepslct
|
Beacon: beepslct
|
||||||
AlertBuzzer: buzzy1
|
AlertBuzzer: buzzy1
|
||||||
AlertBleep: bleep6
|
AlertBleep: bleep6
|
||||||
|
BaseSetup: bleep9
|
||||||
|
|||||||
Reference in New Issue
Block a user