-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added cursed-audio-overrides.json - Added files for Campaign Selector integration. - Fixed errors when enabling components for enemy multi-turret units. - Prevented artifacts from being picked up twice. - Changed camUpgradeOnMapStructures and camUpgradeOnMapFeatures to add a delay between removing and replacing an object.
- Loading branch information
Showing
7 changed files
with
672 additions
and
29 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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,42 @@ | ||
{ | ||
"name": "Cursed Warzone", | ||
"version": "1.1.0", | ||
"author": "DARwins", | ||
"type": "alternateCampaign", | ||
"license": "GPL-2.0-or-later", | ||
"minVersionSupported": "4.5.0", | ||
"maxVersionTested": "4.5.0", | ||
"description": { | ||
"en": "A campaign mod for Warzone 2100 that completely ruins the story and adds a whole bunch of stupid funny stuff." | ||
}, | ||
"updatesUrl": "https://github.com/DARwins1/cursed-warzone/releases/latest", | ||
"campaigns": [ | ||
"alpha.json", | ||
"beta.json", | ||
"gamma.json" | ||
], | ||
"universe": "unique", | ||
"difficultyLevels": "default", | ||
"camTweakOptions": [ | ||
{ | ||
"id": "timerPowerBonus", | ||
"default": true, | ||
"userEditable": false | ||
}, | ||
{ | ||
"id": "classicTimers", | ||
"default": false, | ||
"userEditable": false | ||
}, | ||
{ | ||
"id": "playerUnitCap40", | ||
"default": false, | ||
"userEditable": false | ||
}, | ||
{ | ||
"id": "autosavesOnly", | ||
"default": false, | ||
"userEditable": false | ||
} | ||
] | ||
} |
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