-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added: Inaccurate variants of Smoke, Flare & Illumination
- Loading branch information
1 parent
22c6b2a
commit 18496a9
Showing
10 changed files
with
83 additions
and
79 deletions.
There are no files selected for viewing
14 changes: 14 additions & 0 deletions
14
Database/ObjectiveFeatures/TargetDesignationFlareInaccurate.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
[GUI] | ||
DisplayName=Designation: flare (Inaccurate) | ||
Category=Target designation | ||
Description=Player can ask the target to shoot a flare using the F10 menu. | ||
|
||
[Briefing] | ||
Remarks= | ||
Remarks.Enemy= | ||
|
||
[Include] | ||
Lua=TargetDesignationFlareInaccurate | ||
LuaSettings= | ||
Ogg=RadioSupportNoTarget,RadioPilotMarkSelfWithFlare,RadioSupportShootingFlareOut,RadioSupportShootingFlare | ||
|
13 changes: 13 additions & 0 deletions
13
Database/ObjectiveFeatures/TargetDesignationIlluminationBombInaccurate.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
[GUI] | ||
DisplayName=Designation: illumination bomb (Inaccurate) | ||
Category=Target designation | ||
Description=Player can ask recon aircraft to drop illumination bombs using the F10 menu. | ||
|
||
[Briefing] | ||
Remarks= | ||
|
||
[Include] | ||
Lua=TargetDesignationIlluminationBombInaccurate | ||
LuaSettings= | ||
Ogg=RadioPilotDropIlluminationBomb,RadioSupportNoTarget,RadioSupportIlluminationBomb,RadioSupportIlluminationBombOut | ||
|
2 changes: 1 addition & 1 deletion
2
...argetDesignationSmokeMarkerInaccurate.bak → ...argetDesignationSmokeMarkerInaccurate.ini
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$) | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$, false) |
1 change: 1 addition & 0 deletions
1
Include/Lua/ObjectiveFeatures/TargetDesignationFlareInaccurate.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$, true) |
2 changes: 1 addition & 1 deletion
2
Include/Lua/ObjectiveFeatures/TargetDesignationIlluminationBomb.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$) | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$, false) |
1 change: 1 addition & 0 deletions
1
Include/Lua/ObjectiveFeatures/TargetDesignationIlluminationBombInaccurate.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationIlluminationBomb($OBJECTIVEINDEX$, true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationSmoke($OBJECTIVEINDEX$) | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationSmoke($OBJECTIVEINDEX$, false) |
2 changes: 1 addition & 1 deletion
2
Include/Lua/ObjectiveFeatures/TargetDesignationSmokeMarkerInaccurate.lua
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationSmokeInaccurate($OBJECTIVEINDEX$) | ||
briefingRoom.mission.objectiveFeaturesCommon.registerTargetDesignationSmoke($OBJECTIVEINDEX$, true) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters