Difference between revisions of "How To Play Mods"
m |
|||
Line 9: | Line 9: | ||
= Unit Level Ups = | = Unit Level Ups = | ||
− | + | Open custom room and type following lines: | |
+ | |||
+ | <code>!password p</code> this puts password on a room (required for next step) | ||
+ | |||
+ | <code>!game Unit Level Ups v5</code> (enables mod) | ||
+ | |||
+ | <code>!password</code> removes password | ||
+ | |||
+ | |||
+ | now you can change type of room to coop , teams or ffa as desired | ||
+ | |||
+ | mod can be quite intresting combined with chickens | ||
+ | |||
+ | when playing against AI, adding zombies option helps AI units to grow faster | ||
+ | |||
+ | <code>!setoptions zombies=1,zombies_rezspeed=500,zombies_delay=15</code> | ||
+ | |||
+ | |||
{{Navbox manual}} [[Category: Development]] | {{Navbox manual}} [[Category: Development]] |
Revision as of 20:00, 4 November 2020
This page is a (potentially incomplete) list of currently available Zero-K mods with instructions on how to run them. A list of authors, preferred method of receiving feedback, and a brief description of the mod can also go here; a long description should probably get its own linked wiki page.
For instructions on how to create a new mod go to Mod Creation. For how to create and run a stat tweak go to Quick Stat Tweaks.
ZeroWars
Open a room (or join one of the Custom Gamemode autohosts) and type !map ZeroWars
. This should get the current stable version of ZeroWars.
Unit Level Ups
Open custom room and type following lines:
!password p
this puts password on a room (required for next step)
!game Unit Level Ups v5
(enables mod)
!password
removes password
now you can change type of room to coop , teams or ffa as desired
mod can be quite intresting combined with chickens
when playing against AI, adding zombies option helps AI units to grow faster
!setoptions zombies=1,zombies_rezspeed=500,zombies_delay=15