Difference between revisions of "Sandbox"

From Zero-K
Jump to navigation Jump to search
m (syntax highlight)
m (Try with specified language)
Line 1: Line 1:
 
== Header ==
 
== Header ==
<syntaxhighlight>
+
<syntaxhighlight lang="php">
 
<?php
 
<?php
 
echo "Done!";  
 
echo "Done!";  

Revision as of 20:00, 26 October 2021

Header

<?php
echo "Done!"; 
?>

Subheader

Sometimes you might want to test things out to see how units and interactions work in-game. Here's how to do this easily:

1. Go to make a single player skirmish game. Press advanced and make yourself spectate the game. Put one inactive AI on both teams. Choose a map you want. The setup should look something like this:

Sandbox1.jpg

Go ahead and start the game

2. Once you are in-game enable cheats by typing /cheat in chat. Open the handy cheat sheet with the button under the minimap. Check "Global spec control" to get full control of both AIs. There are also a few other useful self-explanatory actions on the cheat sheet.

Sandbox2.jpg

3. Now you can go ahead and test things out as you wish.