-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Updated for 1032 CTE * Updated AI loadouts * Updated existing missions * Minor changes in objectives code * New game mode - BreakThrough - a spin on BreakOut where the objective is to traverse the map * Added Kill Confirmed on 747 * Added game mode descriptions * Removed the unnecessary secondary objective from KC
- Loading branch information
1 parent
34825ff
commit 065c519
Showing
63 changed files
with
1,467 additions
and
367 deletions.
There are no files selected for viewing
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
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,6 +1,6 @@ | ||
{ | ||
"name" : "BreakOut", | ||
"version" : "0.3.22", | ||
"version" : "1032.3.25", | ||
"dependencies" : [ | ||
"Common.gbm" | ||
], | ||
|
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,12 @@ | ||
{ | ||
"name" : "BreakOut", | ||
"version" : "1032.3.25", | ||
"dependencies" : [ | ||
"Common.gbm" | ||
], | ||
"files" : [ | ||
"GroundBranch/Content/GroundBranch/Mission/*/BreakThrough.mis" | ||
"GroundBranch/Content/GroundBranch/Lua/BreakThrough.lua", | ||
"GroundBranch/Content/Localization/GroundBranch/en/BreakThrough.csv", | ||
] | ||
} |
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,6 +1,6 @@ | ||
{ | ||
"name" : "All", | ||
"version" : "0.3.22", | ||
"version" : "1032.3.25", | ||
"dependencies" : [], | ||
"globs" : [ | ||
|
||
|
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
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
Oops, something went wrong.