Mods

From Warzone Wiki
(Difference between revisions)
Jump to: navigation, search
m (Reverted edits by DanWL60 (talk) to last revision by Fizzer)
(Undo revision 6718 by Fizzer (talk) that reversion did breaking changes and made the list of mods outdated. templates color and color2 are very different)
Line 3: Line 3:
 
Mods are easy to use! When joining a game with mods, Warzone automatically downloads the mod. No installation is required. Simply join or create a game that has mods enabled. Since no installation is required, mods are fully supported on all Warzone platforms, including Android and iOS!
 
Mods are easy to use! When joining a game with mods, Warzone automatically downloads the mod. No installation is required. Simply join or create a game that has mods enabled. Since no installation is required, mods are fully supported on all Warzone platforms, including Android and iOS!
  
Some mods have a menu where users can interact with the mod. To open this menu, from a game go to Game > Mod: <mod name>.
+
To check if a mod idea is possible to implement, check [[Mod Framework Capabilities]].
 +
 
 
== Create your own Mod ==
 
== Create your own Mod ==
 
See the [[Mod Developers Guide]] for details on how to get started making your own mod.
 
See the [[Mod Developers Guide]] for details on how to get started making your own mod.
 
  
 
== Mod Categories ==
 
== Mod Categories ==
Mods have 4 main categories:
+
See [[Mod Categories]].
* Promoted - mod available for public use. Can be used in [[Quickmatch]] or [[tournaments]].
+
* Standard - mod available for public use. Can be used in [[Quickmatch]] or [[tournaments]].
+
* Experimental - mod available for public use (may have bugs; 'rarely' used)
+
* Development -
+
** Non-public - mod still being made. Allows for multiplayer testing. Mod code obtained from GitHub (how mods run normally).
+
** Local - mod still being made. Code runs from local files for use in single-player only.
+
  
 
== List of published mods (not exhaustive) ==
 
== List of published mods (not exhaustive) ==
Line 23: Line 17:
 
|+ Mod compatibility
 
|+ Mod compatibility
 
|-
 
|-
| Color
+
| {{Color|FF0000}}
| Notes
+
| Do not use in alongside any other mod
|-
+
| {{Color2|FF0000}}
+
| Not meant to be used in conjunction with any other mods
+
 
|-
 
|-
| {{Color2|00FF00}}
+
| {{Color|00FF00}}
| Compatible with all other mods
+
| Compatible with all mods
 
|-
 
|-
| {{Color2|0000FF}}
+
|  
| Overrides bonus values in game settings and do not read overridden bonus values; only include up to one of these
+
| May not be compatible with other mods
 
|-
 
|-
| {{Color2|8F9779}}
+
| {{Color|FF00ED}}
| Uses a popup system; only one mod can use a popup system at the same time
+
| Compatible with {{Color|00FF00}}, {{Color|FF00ED}}, {{Color|BABABC}}, {{Color|6C73D1}}, {{Color|FFC200}}
 
|-
 
|-
| {{Color2|94652E}}
+
| {{Color|BABABC}}
| Changes wasteland size; mods detect wastelands by checking size of neutrals
+
| Not compatible with {{Color|BABABC}}; fine with every other group of mods
 
|-
 
|-
| {{Color2|C19A6B}}
+
| {{Color|6C73D1}}
| Reads wasteland size; mods detect wastelands by checking size of neutrals
+
| Not compatible with {{Color|6C73D1}}; fine with every other group of mods
 
|-
 
|-
 +
| {{Color|FFC200}}
 +
| Not compatible with {{Color|FFC200}}; fine with {{Color|00FF00}}, {{Color|BABABC}}, {{Color|6C73D1}}, {{Color|FF00ED}}
 
|}
 
|}
  
 
=== Promoted mods ===
 
=== Promoted mods ===
* [[Buy Neutral]] {{Color2|00FF00}}
+
* [[Buy Neutral]] {{Color|00FF00}}
* [[Diplomacy]]
+
* [[Diplomacy]] {{Color|FFC200}}
* [[Gift Armies]] {{Color2|00FF00}}
+
* [[Gift Armies]] {{Color|00FF00}}
* [[Gift Gold]] {{Color2|00FF00}}
+
* [[Gift Gold]] {{Color|00FF00}}
* [[Picks Swap]] {{Color2|00FF00}}
+
* [[Picks Swap]] {{Color|00FF00}}
* [[Randomized Bonuses]] {{Color2|0000FF}}
+
* [[Randomized Bonuses]] {{Color|BABABC}}
* [[Randomized Wastelands]] {{Color2|94652E}} {{Color2|C19A6B}}
+
* [[Randomized Wastelands]] {{Color|6C73D1}}
  
 
=== Standard Mods ===
 
=== Standard Mods ===
* [[Advanced Diplomacy Mod V4]]<!-- {{Color2|8F9779}} (there are other issues, not fully reviewed yet) -->
+
* [[Advanced Diplomacy Mod V4]] {{Color|FFC200}}
* [[Airports]]
+
* [[Airports]] {{Color|FF00ED}}
* [[AI's don't play cards]]
+
* [[AI's don't play cards]] {{Color|FF00ED}}
* [[AIs don't deploy]]
+
* [[AIs don't deploy]] {{Color|FF00ED}}
* [[Buy Cards]] {{Color2|00FF00}}
+
* [[Buy Cards]] {{Color|00FF00}}
 
* [[Commerce Plus]]
 
* [[Commerce Plus]]
* [[Diplomacy 2]]
+
* [[Diplomacy 2]] {{Color|FFC200}}
* [[Essentials]] {{Color2|00FF00}}
+
* [[Essentials (mod)|Essentials]] {{Color|00FF00}}
* [[Late Airlifts]]
+
* [[Late Airlifts]] {{Color|FF00ED}}
 
* [[Limited Attacks]]
 
* [[Limited Attacks]]
 
* [[Limited Multiattacks]]
 
* [[Limited Multiattacks]]
 
* [[Meteor Strike]]
 
* [[Meteor Strike]]
* [[Neutral Moves]] {{Color2|00FF00}}
+
* [[Neutral Moves]] {{Color|00FF00}}
 
* [[Safe Start]]
 
* [[Safe Start]]
 
* [[Swap Territories]]
 
* [[Swap Territories]]
Line 74: Line 67:
  
 
=== Experimental Mods ===
 
=== Experimental Mods ===
* [[(Beta) BetterCities and group chat]]<!-- {{Color2|8F9779}} the "Better Cities" feature has other issues, not fully reviewed yet -->
+
* [[(Beta) BetterCities and group chat|<nowiki>[Beta] BetterCities and group chat</nowiki>]]<!-- {{Color|8F9779}} the "Better Cities" feature has other issues, not fully reviewed yet -->
* [[(Beta) Factions]]
+
* [[(Beta) Factions|<nowiki>[Beta] Factions (V2.3)</nowiki>]] {{Color|FFC200}}
 
* [[Advanced Card Distribution (CS+)]]
 
* [[Advanced Card Distribution (CS+)]]
 
* [[Advanced Card Distribution (per player)]]
 
* [[Advanced Card Distribution (per player)]]
Line 83: Line 76:
 
* [[Artillery Strike]]
 
* [[Artillery Strike]]
 
* [[Better don't fail an attack]]
 
* [[Better don't fail an attack]]
* [[Bomb Card+]]
+
* [[Bomb Card+]] {{Color|FF00ED}}
* [[Bonus Airlift]]
+
* [[Bonus Airlift]] {{Color|FF00ED}}
* [[BonusValue QuickOverrider]] {{Color2|0000FF}}
+
* [[BonusValue QuickOverrider]] {{Color|BABABC}}
 
* [[Capitalist]]
 
* [[Capitalist]]
 
* [[Capture The Flag]]
 
* [[Capture The Flag]]
 
* [[Card Caches]]
 
* [[Card Caches]]
 
* [[CivLight]]
 
* [[CivLight]]
 +
* [[Clock (mod)|Clock]]
 
* [[Connected Commanders]]
 
* [[Connected Commanders]]
 
* [[Connected Territories]]
 
* [[Connected Territories]]
 
* [[ConstructionWorker Unit]]
 
* [[ConstructionWorker Unit]]
 
* [[Custom Card Package]]
 
* [[Custom Card Package]]
* [[Custom Card Package 2]] {{Color2|00FF00}}
+
* [[Custom Card Package 2]] {{Color|00FF00}}
 
* [[Decoy Card]]
 
* [[Decoy Card]]
 
* [[Deployment Limit]]
 
* [[Deployment Limit]]
Line 100: Line 94:
 
* [[Don't lose a territory]]
 
* [[Don't lose a territory]]
 
* [[Dragons]]
 
* [[Dragons]]
* [[Draw Resolver]] {{Color2|00FF00}}
+
* [[Draw Resolver]] {{Color|00FF00}}
 
* [[Dreadful Hypothermia 4]]
 
* [[Dreadful Hypothermia 4]]
 
* [[Dynamic Bonuses]]
 
* [[Dynamic Bonuses]]
 
* [[Encirclement]]
 
* [[Encirclement]]
 
* [[Expansion+]]
 
* [[Expansion+]]
* [[Extended Randomized Bonuses]] {{Color2|0000FF}}
+
* [[Extended Randomized Bonuses]] {{Color|BABABC}}
 
* [[Extended Winning Conditions]]
 
* [[Extended Winning Conditions]]
* [[Force Vote to End]] {{Color2|00FF00}}
+
* [[Force Vote to End]] {{Color|00FF00}}
 +
* [[Fort Tactics (mod)|Fort Tactics]]
 
* [[Forts]]
 
* [[Forts]]
 
* [[FreeExpansion]]
 
* [[FreeExpansion]]
* [[Gift Armies 2]] {{Color2|00FF00}}
+
* [[Gift Armies 2]] {{Color|00FF00}}
* [[Gift Gold Ultra 2]] {{Color2|00FF00}}
+
* [[Gift Gold Ultra 2]] {{Color|00FF00}}
 +
* [[Gold Reserves]]
 
* [[Goldmines (Commerce+)]]
 
* [[Goldmines (Commerce+)]]
 
* [[Highest Income Disadvantage]]
 
* [[Highest Income Disadvantage]]
 
* [[Hospitals (mod)|Hospitals]]
 
* [[Hospitals (mod)|Hospitals]]
* [[Host spies on and can eliminate players]] {{Color2|00FF00}}
+
* [[Host spies on and can eliminate players]] {{Color|00FF00}}
* [[Hybrid Distribution]] {{Color2|00FF00}}
+
* [[Hybrid Distribution]] {{Color|00FF00}}
* [[Hybrid Distribution 2]] {{Color2|00FF00}}
+
* [[Hybrid Distribution 2]] {{Color|00FF00}}
 +
* [[I.S. Agencies]]
 
* [[I.S. Character Pack ( Antiquity )]]
 
* [[I.S. Character Pack ( Antiquity )]]
 
* [[I.S. Character Pack ( Ship Props )]]
 
* [[I.S. Character Pack ( Ship Props )]]
 
* [[I.S. City Manager]]
 
* [[I.S. City Manager]]
* [[I.S. Terrain & Navel Mod]]
+
* [[I.S. Terrain Types 2]]
 +
* [[I.S. Zombie Slot]]
 
* [[Income Threshold]]
 
* [[Income Threshold]]
 
* [[Informations for spectators]]
 
* [[Informations for spectators]]
 
* [[INSS Bonuses]]
 
* [[INSS Bonuses]]
* [[Late Gifts]]
+
* [[Late Gifts]] {{Color|FF00ED}}
* [[Late Wastelands]] {{Color2|C19A6B}}
+
* [[Late Wastelands]] {{Color|6C73D1}}
* [[Local Deployment Helper (V2)]]
+
* [[Local Deployment Helper (V2)]] {{Color|00FF00}}
* [[Locked Down Regions]]
+
* [[Locked Down Regions]] {{Color|FF00ED}}
* [[Lotto Mod - Instant Random Winner]]
+
* [[Lotto Mod - Instant Random Winner|Lotto Mod -&gt; Instant Random Winner]]
* [[Map testing - territory connections]] {{Color2|FF0000}}
+
* [[Map testing - territory connections]] {{Color|FF0000}}
 
* [[Medics]]
 
* [[Medics]]
 
* [[Meteor Strike 2]]
 
* [[Meteor Strike 2]]
 
* [[Mighty Commanders]]
 
* [[Mighty Commanders]]
* [[More_Distributions]] {{Color2|C19A6B}}
+
* [[More_Distributions]] {{Color|6C73D1}}
 
* [[No income for odd/even number of territories]]
 
* [[No income for odd/even number of territories]]
 
* [[No Wrapped Attacks]]
 
* [[No Wrapped Attacks]]
 
* [[One Way Connections]]
 
* [[One Way Connections]]
 +
* [[Order Notes]] {{Color|00FF00}}
 
* [[Orders Cost Income]]
 
* [[Orders Cost Income]]
 
* [[Player Manager]]
 
* [[Player Manager]]
Line 143: Line 142:
 
* [[Press This Button]]
 
* [[Press This Button]]
 
* [[Priests]]
 
* [[Priests]]
* [[Private Notes (mod)|Private Notes]] {{Color2|00FF00}}
+
* [[Private Notes (mod)|Private Notes]] {{Color|00FF00}}
 
* [[Random settings generator]]
 
* [[Random settings generator]]
* [[Random Starting Cities]] {{Color2|00FF00}}
+
* [[Random Starting Cities]] {{Color|00FF00}}
* [[Read Game Settings]] {{Color2|8F9779}}
+
* [[Randomized Orderlist]]
 +
* [[Read Game Settings]]
 
* [[Reverse Income]]
 
* [[Reverse Income]]
 
* [[Reversed Bonus Armies Per Territory]]
 
* [[Reversed Bonus Armies Per Territory]]
 
* [[Runtime Wastelands]]
 
* [[Runtime Wastelands]]
* [[Spawnbarriers]] {{Color2|00FF00}}
+
* [[Spawnbarriers]] {{Color|00FF00}}
 
* [[Special units are Medics]]
 
* [[Special units are Medics]]
 
* [[Spectator Mode]]
 
* [[Spectator Mode]]
 
* [[Stack Limit]]
 
* [[Stack Limit]]
 
* [[Stationary commanders]]
 
* [[Stationary commanders]]
* [[Structures Distribution (CS+)]] {{Color2|00FF00}}
+
* [[Structures Distribution (CS+)]] {{Color|00FF00}}
* [[Surveillance Card+]]
+
* [[Surveillance Card+]] {{Color|FF00ED}}
* [[Swap Territories 2]] {{Color2|00FF00}}
+
* [[Swap Territories 2]] {{Color|00FF00}}
* [[Tanks]] {{Color2|00FF00}}
+
* [[Tanks]] {{Color|00FF00}}
 +
* [[Territories without armies become neutral]] {{Color|00FF00}}
 
* [[TerritoryLimit]]
 
* [[TerritoryLimit]]
* [[Territories without armies become neutral]] {{Color2|00FF00}}
+
* [[Transport Only Airlift]] {{Color|FF00ED}}
* [[Transport Only Airlift]]
+
 
* [[Villages]]
 
* [[Villages]]
 
* [[VillagesV2]]
 
* [[VillagesV2]]
* [[Wastelands+]] {{Color2|94652E}} {{Color2|C19A6B}}
+
* [[Wastelands+]] {{Color|6C73D1}}
 
* [[Weaken blockades]]
 
* [[Weaken blockades]]
* [[Where Am I?]] {{Color2|00FF00}}
+
* [[Where Am I?]] {{Color|00FF00}}
  
 
== Restrictions ==  
 
== Restrictions ==  

Revision as of 13:04, 16 July 2024

Mods are a way of modifying/expanding the Warzone core gameplay beyond what is possible using the built-in configuration options. Modded games can be created only by members, however you may ask a member to create a game for you.

Mods are easy to use! When joining a game with mods, Warzone automatically downloads the mod. No installation is required. Simply join or create a game that has mods enabled. Since no installation is required, mods are fully supported on all Warzone platforms, including Android and iOS!

To check if a mod idea is possible to implement, check Mod Framework Capabilities.

Contents

Create your own Mod

See the Mod Developers Guide for details on how to get started making your own mod.

Mod Categories

See Mod Categories.

List of published mods (not exhaustive)

Please note some mods may have bugs. Contact the mod developer (by Discord, private message or using the forum) to report a bug. Note that if a mod takes more than 10 seconds to run, a crash message will appear. This would only happen if using a map that is too big (in terms of number of territories or bonuses).

Mod compatibility
Do not use in alongside any other mod
Compatible with all mods
May not be compatible with other mods
Compatible with , , , ,
Not compatible with ; fine with every other group of mods
Not compatible with ; fine with every other group of mods
Not compatible with ; fine with , , ,

Standard Mods

Experimental Mods

Restrictions

Single-player modded games are always free for members. Likewise, multi-player games where all players are members are also free. Members can create a modded game for non-members by using the special "Allow non-members to join" check-box on the mods page. Using this special checkbox is free once per week to members, (restarts Monday), but after that it will cost a small fee (2 coins per player, member or not, in the game). This fee exists since mods can run on the server, and modded games are significantly more CPU-intensive for the Warzone server to run than non-modded games.

Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox