<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Custom_Modes</id>
	<title>Custom Modes - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://www.fightorder.net/wiki/index.php?action=history&amp;feed=atom&amp;title=Custom_Modes"/>
	<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Custom_Modes&amp;action=history"/>
	<updated>2026-04-21T07:33:15Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.44.2</generator>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=Custom_Modes&amp;diff=912&amp;oldid=prev</id>
		<title>Qrow: 1 revision imported</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Custom_Modes&amp;diff=912&amp;oldid=prev"/>
		<updated>2025-11-25T05:43:03Z</updated>

		<summary type="html">&lt;p&gt;1 revision imported&lt;/p&gt;
&lt;table style=&quot;background-color: #fff; color: #202122;&quot; data-mw=&quot;interface&quot;&gt;
				&lt;tr class=&quot;diff-title&quot; lang=&quot;en&quot;&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;← Older revision&lt;/td&gt;
				&lt;td colspan=&quot;1&quot; style=&quot;background-color: #fff; color: #202122; text-align: center;&quot;&gt;Revision as of 22:43, 24 November 2025&lt;/td&gt;
				&lt;/tr&gt;&lt;tr&gt;&lt;td colspan=&quot;2&quot; class=&quot;diff-notice&quot; lang=&quot;en&quot;&gt;&lt;div class=&quot;mw-diff-empty&quot;&gt;(No difference)&lt;/div&gt;
&lt;/td&gt;&lt;/tr&gt;&lt;/table&gt;</summary>
		<author><name>Qrow</name></author>
	</entry>
	<entry>
		<id>https://www.fightorder.net/wiki/index.php?title=Custom_Modes&amp;diff=911&amp;oldid=prev</id>
		<title>Interwiki&gt;GoogleFrog at 08:55, 3 July 2023</title>
		<link rel="alternate" type="text/html" href="https://www.fightorder.net/wiki/index.php?title=Custom_Modes&amp;diff=911&amp;oldid=prev"/>
		<updated>2023-07-03T08:55:54Z</updated>

		<summary type="html">&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;Custom modes are mods, maps, or just a set of Adv Options that can be selected when hosting the game or in the battle room via &amp;#039;Select Custom Mode&amp;#039; in Adv Options. Each custom mode is defined by a file in &amp;lt;samp&amp;gt;Zero-K/CustomModes&amp;lt;/samp&amp;gt;. The game deploys a few of these files, but players can also create their own and share them around to act as presets.&lt;br /&gt;
&lt;br /&gt;
This system can be used to save and share disabled lists and [[Quick Stat Tweaks]] to create new game modes without going through the work of full modding.&lt;br /&gt;
&lt;br /&gt;
== Sharing Custom Modes ==&lt;br /&gt;
&lt;br /&gt;
Upload your custom modes via the &amp;quot;Upload new game mode&amp;quot; button here: http://zero-k.info/Mods&lt;br /&gt;
&lt;br /&gt;
== Specification ==&lt;br /&gt;
Custom modes are &amp;lt;abbr title=&amp;quot;JavaScript Object Notation&amp;quot;&amp;gt;JSON&amp;lt;/abbr&amp;gt; files that may have the following parameters.&lt;br /&gt;
&lt;br /&gt;
{| class=&amp;quot;wikitable&amp;quot;&lt;br /&gt;
|-&lt;br /&gt;
! Key !! Usage&lt;br /&gt;
|-&lt;br /&gt;
| shortName || A unique name identifying the custom mode. &amp;#039;&amp;#039;&amp;#039;Do not change it when making an update&amp;#039;&amp;#039;&amp;#039;, or else duplicate files for old versions will be created. Must match the file name of the mode when uploaded.&lt;br /&gt;
|-&lt;br /&gt;
| name || This is required to display the mode in the mode list. Bad things will happen if there is a clash. Add a version number to the end of this name and increment it upon each update.&lt;br /&gt;
|-&lt;br /&gt;
| description || The tooltip for the mode in the &amp;#039;Select Custom Mode&amp;#039; menu.&lt;br /&gt;
|-&lt;br /&gt;
| roomType || Optional. Can be Custom, 1v1, Team, &amp;lt;abbr title=&amp;quot;free for all&amp;quot;&amp;gt;FFA&amp;lt;/abbr&amp;gt;, Chicken.&lt;br /&gt;
|-&lt;br /&gt;
| map || Optional. Use this to set the map. The text must match exactly, as is written below the minimap in the battle room.&lt;br /&gt;
|-&lt;br /&gt;
| game || Optional. Set a mutator or game. It should match game name exactly, as is shown left of the map when the game is selected.&lt;br /&gt;
|-&lt;br /&gt;
| rapidTag || Optional. Set a rapid tag. Modes that use base Zero-K should set this to &amp;quot;zk:stable&amp;quot;.&lt;br /&gt;
|-&lt;br /&gt;
| hideFromHostMenu || Optional boolean. This is used to hide a mode from the Game Type menu while hosting.&lt;br /&gt;
|-&lt;br /&gt;
| options || Optional table of Adv Option values. All the keys can be found in the file [https://github.com/ZeroK-RTS/Zero-K/blob/master/ModOptions.lua ModOptions.lua].&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
== Example ==&lt;br /&gt;
Here is an example that would run Zero Wars with a 2× health multiplier.&lt;br /&gt;
&amp;lt;syntaxhighlight&amp;gt;{&lt;br /&gt;
    &amp;quot;shortName&amp;quot;: &amp;quot;zw_hp_tweak&amp;quot;,&lt;br /&gt;
    &amp;quot;name&amp;quot; : &amp;quot;Zero Wars with Tweaks v1.0&amp;quot;,&lt;br /&gt;
    &amp;quot;description&amp;quot; : &amp;quot;Send waves of units across the map to destroy the enemy nexus&amp;quot;,&lt;br /&gt;
    &amp;quot;roomType&amp;quot; : &amp;quot;Team&amp;quot;,&lt;br /&gt;
    &amp;quot;map&amp;quot; : &amp;quot;ZeroWars v2.0.7&amp;quot;,&lt;br /&gt;
    &amp;quot;rapidTag&amp;quot; : &amp;quot;zk:stable&amp;quot;,&lt;br /&gt;
    &amp;quot;options&amp;quot; : {&lt;br /&gt;
        &amp;quot;hpmult&amp;quot; : 2&lt;br /&gt;
    }&lt;br /&gt;
}&amp;lt;/syntaxhighlight&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Be careful with the commas in JSON, as they need to be placed after all but the last item in the set.&lt;br /&gt;
&lt;br /&gt;
[[Category:Development]]{{Navbox manual}}&lt;/div&gt;</summary>
		<author><name>Interwiki&gt;GoogleFrog</name></author>
	</entry>
</feed>