<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
		<id>https://www.sandboxgamemaker.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kid+Matthew</id>
		<title>Platinum Arts Sandbox Free 3D Game Maker - User contributions [en]</title>
		<link rel="self" type="application/atom+xml" href="https://www.sandboxgamemaker.com/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Kid+Matthew"/>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Special:Contributions/Kid_Matthew"/>
		<updated>2026-05-02T23:19:04Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1868</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1868"/>
				<updated>2012-08-03T15:01:03Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Commands ==&lt;br /&gt;
/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
== Server Client Commands ==&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
== Waypoints ==&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1867</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1867"/>
				<updated>2012-08-02T13:42:55Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
Server Client Commands:&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
Waypoints.&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1866</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1866"/>
				<updated>2012-08-02T13:42:26Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
----&lt;br /&gt;
/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
Server Client Commands:&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
Waypoints.&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1865</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1865"/>
				<updated>2012-08-02T13:42:06Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
Server Client Commands:&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
Waypoints.&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1864</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1864"/>
				<updated>2012-08-02T13:41:44Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;nowiki&amp;gt;/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
Server Client Commands:&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
Waypoints.&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;br /&gt;
&amp;lt;/nowiki&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1863</id>
		<title>Water Wars Guide</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Water_Wars_Guide&amp;diff=1863"/>
				<updated>2012-08-02T13:41:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: Created page with &amp;#039;/dm = drenchmatch (a free for all) /tdm = team drenchmatch /ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red) /savethebanan…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;/dm = drenchmatch (a free for all)&lt;br /&gt;
/tdm = team drenchmatch&lt;br /&gt;
/ctf = capture the flag (bananas actually, /newent flag makes sure to set the teams, 1 is blue, 2 is red)&lt;br /&gt;
/savethebanana = base capture mode (/newent base)&lt;br /&gt;
/capture = works now too&lt;br /&gt;
/idm = Insta drenchmatch&lt;br /&gt;
/itdm =Insta team drenchmatch&lt;br /&gt;
&lt;br /&gt;
Entities - /newent nameoftheentity&lt;br /&gt;
flag&lt;br /&gt;
base&lt;br /&gt;
shells&lt;br /&gt;
bullets&lt;br /&gt;
rockets&lt;br /&gt;
riflerounds&lt;br /&gt;
grenades&lt;br /&gt;
cartridges&lt;br /&gt;
health&lt;br /&gt;
healthboost&lt;br /&gt;
greenarmour&lt;br /&gt;
yellowarmour&lt;br /&gt;
quaddamage&lt;br /&gt;
&lt;br /&gt;
Server Client Commands:&lt;br /&gt;
/connect - connect to a server using the IP&lt;br /&gt;
/sendmap&lt;br /&gt;
/getmap&lt;br /&gt;
These two commands allow you to send other players maps they may not have while in multiplayer mode, and easily keep maps in sync while doing coop edit. &amp;quot;sendmap&amp;quot; reloads the current map you are on, then uploads it to the server and sends every other player a message about it. Other players can then simply type &amp;quot;getmap&amp;quot; to receive the current map, which is written to their local disk then reloaded. A second variant &amp;quot;sendmap name&amp;quot; is available which is particularly useful for coop editing, which first does a &amp;quot;savemap name&amp;quot; before performing the actual &amp;quot;sendmap&amp;quot;. Thus in both cases you must already be on the map you want to send before issuing the command! (in some multiplayer that requires voting). Also note that &amp;quot;getmap&amp;quot; operates on the last map send by some other player, whatever it is.&lt;br /&gt;
&lt;br /&gt;
Server admin:&lt;br /&gt;
/setmaster B - Attempts to set master status to B. 0 gives up master status, 1 claims master status, or the admin password may be specified to steal master status from the current master. If you specify a password, you are granted &amp;quot;admin&amp;quot; status, which allows you to enable server features that an ordinary master can&amp;#039;t.&lt;br /&gt;
&lt;br /&gt;
/mastermode N - Sets the server to master mode N. N can be (ranging from very open to very private):&lt;br /&gt;
0 (open): anyone can enter the server. This is the default mode. It is good for games with random people, if no cheaters appear to be around.&lt;br /&gt;
1 (veto): as 0, but now the master can force map changes. This is good when playing with new players who may not understand how to vote for map changes.&lt;br /&gt;
2 (locked): as 1, but anyone joining after this mode has been set will be forced to be spectator only. This mode is ideal for tournament play, or games with friends only.&lt;br /&gt;
3 (private): as 2, but now noone can join the server anymore. Good for games with friends when cheaters are around, cheaters wont even connect, so wont have the chance to try and screw things up.&lt;br /&gt;
&lt;br /&gt;
/kick - kick a client by their # It is actually a ban. The Player&amp;#039;s number is displayed in Tab  (Cn)&lt;br /&gt;
/clearbans&lt;br /&gt;
/goto&lt;br /&gt;
/pausegame&lt;br /&gt;
&lt;br /&gt;
Bots - Make sure to claim admin - They work but need some love&lt;br /&gt;
addbot [SKILL] - Adds a bot at skill level SKILL if provided, or defaults to a random skill level between 50 and 100 if not provided. You must be master or playing locally to use this command. Bots may only be added up to the server specified bot limit unless you are an admin or local player. This also causes waypoints to load if any are available for the current map. You need to place waypoints on a map for them to work.&lt;br /&gt;
&lt;br /&gt;
delbot - Removes a bot. You must be master or playing locally to use this command.&lt;br /&gt;
&lt;br /&gt;
botlimit N - Sets the bot limit for masters to N. This limit does not effect admins or local players. Only admins or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
botbalance B - Enables automatic team balancing for bots if B=1 and disables it if B=0. Only masters or local players can use this command.&lt;br /&gt;
&lt;br /&gt;
Waypoints.&lt;br /&gt;
First load your map.&lt;br /&gt;
Type /showwaypoints 1&lt;br /&gt;
Then make sure your not in edit mode.&lt;br /&gt;
Then type /dropwaypoints 1&lt;br /&gt;
Then start running around the map placing the waypoints also third person helps.&lt;br /&gt;
Only jump when you need to jump.&lt;br /&gt;
Then type /savewaypoints&lt;br /&gt;
Then type /savemap&lt;br /&gt;
Now type /showwaypoints 0&lt;br /&gt;
Then your good to go.&lt;br /&gt;
You can load your map and play with bots now.&lt;br /&gt;
If you want to edit your waypoints go into edit mode and load your map.&lt;br /&gt;
Type /loadwaypoints&lt;br /&gt;
Then you can start adding more waypoints.&lt;br /&gt;
If you wish to start over type /clearwaypoints&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1862</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1862"/>
				<updated>2012-08-02T13:33:19Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Coding Style]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Future Projects ==&lt;br /&gt;
=== Kid Friendly RPG ===&lt;br /&gt;
&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
=== Master Chef Ogro 2 ===&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
=== Undercover Kids Game ===&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
* [[Water Wars Guide]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter ]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
*[[Tips on Making a Good Map]]&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&lt;br /&gt;
== Other ==&lt;br /&gt;
*[[Soundtrack]]&lt;br /&gt;
*[[PAS related websites]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1535</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1535"/>
				<updated>2011-12-03T01:57:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
*[[Tips on Making a Good Map]]&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
*[[Kid Matthew&amp;#039;s RPG Tutorials]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Tips_on_making_a_good_map&amp;diff=1534</id>
		<title>Tips on making a good map</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Tips_on_making_a_good_map&amp;diff=1534"/>
				<updated>2011-12-03T01:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: moved Tips on making a good map to Tips on Making a Good Map:&amp;amp;#32;All other ones have capitalized letters.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;#REDIRECT [[Tips on Making a Good Map]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Tips_on_Making_a_Good_Map&amp;diff=1533</id>
		<title>Tips on Making a Good Map</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Tips_on_Making_a_Good_Map&amp;diff=1533"/>
				<updated>2011-12-03T01:57:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: moved Tips on making a good map to Tips on Making a Good Map:&amp;amp;#32;All other ones have capitalized letters.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;These are some tips and tricks from some mappers on the forums, the original topic is here: http://forum.sandboxgamemaker.com/viewtopic.php?f=8&amp;amp;t=3244&amp;amp;p=30242&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
Chocolatepie33:&lt;br /&gt;
*1) read eihrul (lee salzman)&amp;#039;s inclusion standards, found here http://forum.sandboxgamemaker.com/viewtopic.php?f=8&amp;amp;t=3206&amp;amp;p=29442&amp;amp;. This explains a lot of good stuff.&lt;br /&gt;
*2) use a lot of editing commands to your advantage. Lighting commands are especially nice to use.&lt;br /&gt;
*3) ALWAYS remip your map after once in a while. With 2.7 and up, remipping can dramatically increase fps.&lt;br /&gt;
*4) Follow Gridsize rules http://quadropolis.us/node/2328&lt;br /&gt;
*5) Use copy and paste to your advantage, whether this means geometry or entities.&lt;br /&gt;
*6) Watch your proportions. I can&amp;#039;t make that any simpler.&lt;br /&gt;
&lt;br /&gt;
jSoftApps:&lt;br /&gt;
*1) Don&amp;#039;t overuse materials such as lava or water. The animations cause the map to be slower. Only use them if you need to.&lt;br /&gt;
*2) Too many mapmodels slows down sandbox. I would use less then 100 per map.&lt;br /&gt;
*3) Make sure that your lightmap uses less than 100 textures. That is the recommended amount for lightmapping.&lt;br /&gt;
&lt;br /&gt;
Runescapedj:&lt;br /&gt;
*1) When you make lava, make some respawn material above it, otherwise you can stand in the lava when it&amp;#039;s not too deep.&lt;br /&gt;
*2) When using heighfieldmode, alwasy select the area you need to heighfield NEVER MORE this can ruin your entire map.&lt;br /&gt;
*3) Make sure there&amp;#039;s nothing under the area you want to heighfield, or this will get messed up.&lt;br /&gt;
*4) NEVER use different gridsizes for the same area of heighfieldmode, because you can&amp;#039;t fix (or it&amp;#039;s really hard, and you might forget stuff by not seeing it) it afterwards, unless you don&amp;#039;t save and reload the map (undo won&amp;#039;t always work)&lt;br /&gt;
*5) After adding lights, remember to quick-light first, you can simply do this by pressing F3 and then selecting quick-light.&lt;br /&gt;
&lt;br /&gt;
java.x.beast:&lt;br /&gt;
*1) Always texture before you use heightmap mode, unless you want it to be the default texture.&lt;br /&gt;
*2) Never EVER use hightmap within 3 size 2 cubes of a wall or anything you don&amp;#039;t want it to touch.&lt;br /&gt;
*3) ALWAYS use clip around the borders of the map. In the words of Hirato - &amp;quot;Cons - No clip around the border, people won&amp;#039;t like it when they fall off your map&amp;quot;.&lt;br /&gt;
*4) USE DIFFERENT TEXTURES! The roof and wall textures should almost ALWAYS be different form each other.&lt;br /&gt;
&lt;br /&gt;
Kid Matthew:&lt;br /&gt;
*1) Use these commands to help you.&lt;br /&gt;
**/vscale .50 // Scales the textures in half, substitute .50 for another #.&lt;br /&gt;
**/vrotate 1 // Allows u to rotate selected textures, substitute 1 for # of rotations.&lt;br /&gt;
**/vcolor .2 .3 .5 // Allows you to make textures different color. Red, Green, Blue.&lt;br /&gt;
*2) Recommend spending a day on making assets for you map like, EX: Arches, Doors, Windows, Poles, columns ETC.&lt;br /&gt;
*3) That allows work flow to be much faster and productive because you can copy and paste Assets to your Map.&lt;br /&gt;
*4) Always try to keep making your assets better and better.&lt;br /&gt;
*5) Try to use the least amount of map models as possible.&lt;br /&gt;
*6) Don&amp;#039;t Spam particles.&lt;br /&gt;
*7) Check Height Map Geometry. TIP: Go under the Map and look up to see any errors in Height Map.&lt;br /&gt;
*8) Sometimes adding water to Height Map and removing the water will mess up the Height Map, so add Water, Lava Last.&lt;br /&gt;
*9) Calculate the map before you Upload/Release.&lt;br /&gt;
*10) Make sure collision is on when u have Rain/Snow Particles or else you would have the particle coming through the buildings.&lt;br /&gt;
*11) Make sure your Map is Scaled. TIP: Go into to 3rd person to see how the player model represents to the size of things in your map.&lt;br /&gt;
*12) Try to remember how to make simple things like columns.&lt;br /&gt;
*13) Lights need some kind of Visual Representative/Source.&lt;br /&gt;
*14) SAVE OFTEN.&lt;br /&gt;
*15) Don&amp;#039;t rush you maps.&lt;br /&gt;
*16) When taking a picture of you map Push Shift 4 to toggle HUD.&lt;br /&gt;
*17) Do not use Uppercase Letters in your map or your Textures, Picture Extensions.&lt;br /&gt;
*18) Give your map a Title.&lt;br /&gt;
*19) Type /maptitle &amp;quot;Map Name by Author of Map.&amp;quot;&lt;br /&gt;
*20) If you want color u can type /maptitle &amp;quot;^f1Map Name by Author of Map.&amp;quot; If you wanted more then one colors you could type /maptitle &amp;quot;^f1Map Name by ^f2Author of Map.&amp;quot; You can substitute the # for any Number between 0-7. MAKE SURE YOU SAVE AFTER YOU TYPE THE MAP TITLE!&lt;br /&gt;
&lt;br /&gt;
Leo_V117:&lt;br /&gt;
*1) Uniform your mapping. Buildings alwayss eem to light better if:&lt;br /&gt;
** You plan them with a grid size of 4. Create a decent floorplan out of a decent texture.&lt;br /&gt;
** Create doors at 3 in height and 2 in width using a grid size of 3.&lt;br /&gt;
** Windows are 2x2 grid size of 3.&lt;br /&gt;
** Stairs are 4x1 grid size 2.&lt;br /&gt;
** Walls are 1x grid size 2 in thickness.&lt;br /&gt;
&lt;br /&gt;
Cork279:&lt;br /&gt;
*1) Never copy and paste HUGE areas, Sandbox will most likely crash &lt;br /&gt;
*2) Try not to copy and paste fairly large areas. When I did this, the game crashed upon saving the map, and corrupt the save file. &lt;br /&gt;
*3) Following on from the above point, save to a different file each time (e.g. map1, then map2, then map3), you could just use the usual backup files, but they&amp;#039;re not always created for me, for some reason.&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1532</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1532"/>
				<updated>2011-12-03T01:56:24Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
*[[Tips on making a good map]]&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
*[[Kid Matthew&amp;#039;s RPG Tutorials]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1531</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1531"/>
				<updated>2011-12-03T01:55:23Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
*[[Tips on Making a Good Map]]&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
*[[Kid Matthew&amp;#039;s RPG Tutorials]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1517</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1517"/>
				<updated>2011-11-06T18:49:53Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: /* Tutorials */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
*[[Kid Matthew&amp;#039;s RPG Tutorials]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1516</id>
		<title>Kid Matthew&#039;s RPG Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1516"/>
				<updated>2011-11-06T18:48:40Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Kid Matthew&amp;#039;s RPG Tutorial&amp;#039;s (UNFINISHED)&lt;br /&gt;
                           ▄   ▀                         ▄▀▀▀▄                         ▀   ▄&lt;br /&gt;
                       ▄▄█▀                       ▄█▓▀▄▄▀     ▀▄▄▀▓█▄                       ▀█▄▄           &lt;br /&gt;
                   ▄▄▀██▀                      ▄▀▀     ▀▄     ▄▀     ▀▀▄                      ▀██▀▄▄  &lt;br /&gt;
              ▄ ▀▀ ▄██▀                       ▐   ▀▄▄  ▄▀     ▀▄  ▄▄▀   ▌                       ▀██▄ ▀▀ ▄     &lt;br /&gt;
           ▀ ▄▄▄▀ ███                          ▀    ▀▀█▄       ▄█▀▀    ▀                          ███ ▀▄▄▄ ▀   &lt;br /&gt;
          ▄▀███▀ ███                              ▄▀▀ ▐░▓     ▓░▌ ▀▀▄                              ███ ▀███▀▄ &lt;br /&gt;
        ███ ▀█▀ ███                              ▐▌    ▒▒▌   ▐▒▒    ▐▌                              ███ ▀█▀ ███&lt;br /&gt;
         ███ ▀ ███                                ▀▄▄ ▓▓█     █▓▓ ▄▄▀                                ███ ▀ ███&lt;br /&gt;
          ███ ███                                  ▄▄▓▓▀       ▀▓▓▄▄                                  ███ ███&lt;br /&gt;
           █████                                 ▄█▓▀             ▀▓█▄                                 █████&lt;br /&gt;
            ███                                ░█▀                   ▀█░                                 ███&lt;br /&gt;
          ▄█▄▄▄█▄                             ░█ ▄▀▀▄             ▄▀▀▄ █░                              ▄█▄▄▄█▄&lt;br /&gt;
         ███▀▀ ▀▀▄                            ▐▌░▓▀ ▐▌           ▐▌ ▀▓░▐▌                             ▄▀▀ ▀▀███&lt;br /&gt;
        ██▀                                    ▀▄  ▄▀             ▀▄  ▄▀                                    ▀██&lt;br /&gt;
       ▄██▄                                      ▀▀                 ▀▀                                      ▄██▄&lt;br /&gt;
       ▀█▓█                                                                                                 █▓█▀&lt;br /&gt;
         ██▌               ███ ▀▄▄▄▄▄▀ ███                                  ███ ▀▄▄▄▄▄▀ ███                ▐██&lt;br /&gt;
         ██▌         ■▀▄    ▀▀▀ ▀███▀ ▀▀▀     ▄▄▄         ▄▄▄        ▄▄▄     ▀▀▀ ▀███▀ ▀▀▀     ▄▀■         ▐██ &lt;br /&gt;
         █▓█▄          ▐▌    ███ ▀█▀ ███    ████▓██▄   ▐████▓█▄   ▄██▓▓██▄    ███ ▀█▀ ███     ▐▌          ▄█▓█&lt;br /&gt;
         ▀████▄▄  ▄▄▄▄█▀      ███ ▀ ███     █▓█▀███▌   █▓█▀███▌ ██▓█▀▀███▌     ███ ▀ ███       ▀█▄▄▄▄  ▄▄███▀▀&lt;br /&gt;
          ████▓█████▀▀         ███ ███      ███  █▓█   ███  █▓█▐███▌  █▓█       ███ ███         ▀▀█████▓████&lt;br /&gt;
         ▐█▓█ ▀▀▀               █████       ███ ▄███▌  ███ ▄██▌▐█▓█   ██▀        █████               ▀▀▀ █▓█▌&lt;br /&gt;
          ██████████████████████████        ▐▓███▓█▀ ▐█▓███▓█▀ ███▌               ██████████████████████████&lt;br /&gt;
         ▐█▓█ ▄▄▄               █████       ███▀▀███   ███▀▀   ▐███  ████▄       █████               ▄▄▄ █▓█▌&lt;br /&gt;
          ████▓█████▄▄         ███ ███      █▓█  █▓█▌  █▓█      █▓█▌  ▐██▌      ███ ███         ▄▄█████▓████&lt;br /&gt;
         ▄███▀▀  ▀▀▀▀██▄      ███ █ ███     ███  ▐███  ███      ▐█▓██▄█▓█▌     ███ █ ███      ▄█▀▀▀▀  ▀▀████▄&lt;br /&gt;
       ▐██▓█▀          ▐▌    ▀▀▀ ███ ▀▀▀   ▐█▓█▌ ▐█▓█▌▐█▓█▌       ▀███▓██▀    ▀▀▀ ███ ▀▀▀    ▐▌          ▀█▓██▌&lt;br /&gt;
       ████▌         ■▄▀    ███ █████ ███  ▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀         ▀▀▀      ███ █████ ███    ▀▄■         ▐████&lt;br /&gt;
        ▐███               ███ ▄▀▀▀▀▀▄ ███                                  ███ ▄▀▀▀▀▀▄ ███               ███▌&lt;br /&gt;
         ███                             ▄■                                ■▄                             ███&lt;br /&gt;
         ███                            █▌      ▀   ▓▄▄▀      ▀▄▄▓   ▀      ▐█                            ███&lt;br /&gt;
          ██                           ▐▓█▄▄▒   ▄▄▄██▀          ▀██▄▄▄   ▒▄▄█▓▌                           ██&lt;br /&gt;
          ▐▌                            ▀▓█▓████▓▓█               █▓▓█████▓█▓▀                            ▐▌&lt;br /&gt;
           █           ▄▄▄                  ▀▀▀▀▀                   ▀▀▀▀▀▀▀                 ▄▄▄           █&lt;br /&gt;
            █       ▄▀▀   ▀▀▄                                                            ▄▀▀   ▀▀▄       █&lt;br /&gt;
             ▀▄     ▀▄       █                                                          █       ▄▀     ▄▀&lt;br /&gt;
               ▀▀▄▄▄     ▄▄▄▀  ▄                                                      ▄  ▀▄▄▄     ▄▄▄▀▀&lt;br /&gt;
                    ▀▀▀▀▀                                                                   ▀▀▀▀▀&lt;br /&gt;
&lt;br /&gt;
█████████████████████████████████████████████████████████████████████████████████████████████████████&lt;br /&gt;
Materials. Any type of Text editor.&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1515</id>
		<title>Kid Matthew&#039;s RPG Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1515"/>
				<updated>2011-11-06T18:46:04Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: Undo revision 1233 by Kid Matthew (Talk)&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This is Kid Matthew&amp;#039;s RPG Tutorial&amp;#039;s (UNFINISHED)&lt;br /&gt;
                           ▄   ▀                         ▄▀▀▀▄                         ▀   ▄&lt;br /&gt;
                       ▄▄█▀                       ▄█▓▀▄▄▀     ▀▄▄▀▓█▄                       ▀█▄▄           &lt;br /&gt;
                   ▄▄▀██▀                      ▄▀▀     ▀▄     ▄▀     ▀▀▄                      ▀██▀▄▄  &lt;br /&gt;
              ▄ ▀▀ ▄██▀                       ▐   ▀▄▄  ▄▀     ▀▄  ▄▄▀   ▌                       ▀██▄ ▀▀ ▄     &lt;br /&gt;
           ▀ ▄▄▄▀ ███                          ▀    ▀▀█▄       ▄█▀▀    ▀                          ███ ▀▄▄▄ ▀   &lt;br /&gt;
          ▄▀███▀ ███                              ▄▀▀ ▐░▓     ▓░▌ ▀▀▄                              ███ ▀███▀▄ &lt;br /&gt;
        ███ ▀█▀ ███                              ▐▌    ▒▒▌   ▐▒▒    ▐▌                              ███ ▀█▀ ███&lt;br /&gt;
         ███ ▀ ███                                ▀▄▄ ▓▓█     █▓▓ ▄▄▀                                ███ ▀ ███&lt;br /&gt;
          ███ ███                                  ▄▄▓▓▀       ▀▓▓▄▄                                  ███ ███&lt;br /&gt;
           █████                                 ▄█▓▀             ▀▓█▄                                 █████&lt;br /&gt;
            ███                                ░█▀                   ▀█░                                 ███&lt;br /&gt;
          ▄█▄▄▄█▄                             ░█ ▄▀▀▄             ▄▀▀▄ █░                              ▄█▄▄▄█▄&lt;br /&gt;
         ███▀▀ ▀▀▄                            ▐▌░▓▀ ▐▌           ▐▌ ▀▓░▐▌                             ▄▀▀ ▀▀███&lt;br /&gt;
        ██▀                                    ▀▄  ▄▀             ▀▄  ▄▀                                    ▀██&lt;br /&gt;
       ▄██▄                                      ▀▀                 ▀▀                                      ▄██▄&lt;br /&gt;
       ▀█▓█                                                                                                 █▓█▀&lt;br /&gt;
         ██▌               ███ ▀▄▄▄▄▄▀ ███                                  ███ ▀▄▄▄▄▄▀ ███                ▐██&lt;br /&gt;
         ██▌         ■▀▄    ▀▀▀ ▀███▀ ▀▀▀     ▄▄▄         ▄▄▄        ▄▄▄     ▀▀▀ ▀███▀ ▀▀▀     ▄▀■         ▐██ &lt;br /&gt;
         █▓█▄          ▐▌    ███ ▀█▀ ███    ████▓██▄   ▐████▓█▄   ▄██▓▓██▄    ███ ▀█▀ ███     ▐▌          ▄█▓█&lt;br /&gt;
         ▀████▄▄  ▄▄▄▄█▀      ███ ▀ ███     █▓█▀███▌   █▓█▀███▌ ██▓█▀▀███▌     ███ ▀ ███       ▀█▄▄▄▄  ▄▄███▀▀&lt;br /&gt;
          ████▓█████▀▀         ███ ███      ███  █▓█   ███  █▓█▐███▌  █▓█       ███ ███         ▀▀█████▓████&lt;br /&gt;
         ▐█▓█ ▀▀▀               █████       ███ ▄███▌  ███ ▄██▌▐█▓█   ██▀        █████               ▀▀▀ █▓█▌&lt;br /&gt;
          ██████████████████████████        ▐▓███▓█▀ ▐█▓███▓█▀ ███▌               ██████████████████████████&lt;br /&gt;
         ▐█▓█ ▄▄▄               █████       ███▀▀███   ███▀▀   ▐███  ████▄       █████               ▄▄▄ █▓█▌&lt;br /&gt;
          ████▓█████▄▄         ███ ███      █▓█  █▓█▌  █▓█      █▓█▌  ▐██▌      ███ ███         ▄▄█████▓████&lt;br /&gt;
         ▄███▀▀  ▀▀▀▀██▄      ███ █ ███     ███  ▐███  ███      ▐█▓██▄█▓█▌     ███ █ ███      ▄█▀▀▀▀  ▀▀████▄&lt;br /&gt;
       ▐██▓█▀          ▐▌    ▀▀▀ ███ ▀▀▀   ▐█▓█▌ ▐█▓█▌▐█▓█▌       ▀███▓██▀    ▀▀▀ ███ ▀▀▀    ▐▌          ▀█▓██▌&lt;br /&gt;
       ████▌         ■▄▀    ███ █████ ███  ▀▀▀▀▀ ▀▀▀▀ ▀▀▀▀▀         ▀▀▀      ███ █████ ███    ▀▄■         ▐████&lt;br /&gt;
        ▐███               ███ ▄▀▀▀▀▀▄ ███                                  ███ ▄▀▀▀▀▀▄ ███               ███▌&lt;br /&gt;
         ███                             ▄■                                ■▄                             ███&lt;br /&gt;
         ███                            █▌      ▀   ▓▄▄▀      ▀▄▄▓   ▀      ▐█                            ███&lt;br /&gt;
          ██                           ▐▓█▄▄▒   ▄▄▄██▀          ▀██▄▄▄   ▒▄▄█▓▌                           ██&lt;br /&gt;
          ▐▌                            ▀▓█▓████▓▓█               █▓▓█████▓█▓▀                            ▐▌&lt;br /&gt;
           █           ▄▄▄                  ▀▀▀▀▀                   ▀▀▀▀▀▀▀                 ▄▄▄           █&lt;br /&gt;
            █       ▄▀▀   ▀▀▄                                                            ▄▀▀   ▀▀▄       █&lt;br /&gt;
             ▀▄     ▀▄       █                                                          █       ▄▀     ▄▀&lt;br /&gt;
               ▀▀▄▄▄     ▄▄▄▀  ▄                                                      ▄  ▀▄▄▄     ▄▄▄▀▀&lt;br /&gt;
                    ▀▀▀▀▀                                                                   ▀▀▀▀▀&lt;br /&gt;
 ▄                                                                                                                 ▄&lt;br /&gt;
 █▓                                                                                                               ▓█ &lt;br /&gt;
█▀█▄  ▄                                                                                                       ▄  ▄█▀█&lt;br /&gt;
█  ▀▓▓▓▀▄                                                                                                   ▄▀▓▓▓▀  █&lt;br /&gt;
▓▒   ▀   ▀ ▀ ░                                                                                         ░ ▀ ▀   ▀   ▒▓&lt;br /&gt;
▀█▄          ▀                                                                                         ▀          ▄█▀&lt;br /&gt;
  ▒▀▀▓▄▄▄▒                                                                                                 ▒▄▄▄▓▀▀▒&lt;br /&gt;
         ▀▀▀▒▄▄▄▒▄░        ▀▄                                                          ▄▀        ░▄▒▄▄▄▒▀▀▀&lt;br /&gt;
                   ▀▀▀▀▒▄▄▄▄█▓▄                                                      ▄▓█▄▄▄▄▒▀▀▀▀&lt;br /&gt;
                              ░▀                                                    ▀░&lt;br /&gt;
████████████████████████████████████████████████████████████████████████████████████████████████████████████████████&lt;br /&gt;
&lt;br /&gt;
Materials. Any type of Text editor.&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1496</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1496"/>
				<updated>2011-10-28T15:33:56Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1411</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1411"/>
				<updated>2011-09-30T17:29:08Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] &lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1409</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1409"/>
				<updated>2011-09-27T19:06:20Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] &lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1392</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1392"/>
				<updated>2011-08-20T21:27:19Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://mycaal.com/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;Loan Modification&amp;lt;/span&amp;gt;] Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1390</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1390"/>
				<updated>2011-08-20T12:53:35Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;] their own worlds in game, even cooperatively. It is free, open-source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1362</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1362"/>
				<updated>2011-08-10T18:27:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;] their own worlds in game, even cooperatively. It is free, open source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1342</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1342"/>
				<updated>2011-08-03T21:20:05Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net/ &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building&amp;lt;/span&amp;gt;] their own worlds in game, even cooperatively. It is free, open source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (General Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Easier way using Hamachi)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Contact_The_Team&amp;diff=1336</id>
		<title>Contact The Team</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Contact_The_Team&amp;diff=1336"/>
				<updated>2011-08-02T00:04:16Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Interested in getting into contact with us?  Here are a few quick easy ways to do so :)&lt;br /&gt;
&lt;br /&gt;
== Developer Chatroom ==&lt;br /&gt;
&lt;br /&gt;
The easiest way of finding us is to join our developer chatroom.  &lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;NOTE:  KIDS MUST HAVE PARENTAL PERMISSION TO JOIN AND WE CANNOT BE RESPONSIBLE FOR THINGS SAID IN THERE. ALSO WE ARE FREQUENTLY IDLE IN THE CHATROOM WORKING ON SANDBOX, IF YOU EXPECT A RESPONSE PLEASE WAIT&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
You can simply [http://sandboxgamemaker.com/irc/irc.html click here] or if you already have an irc client it is [irc://irc.oftc.net/sandbox irc.OFTC.net #Sandbox]  In addition you can try our new [http://widget.mibbit.com/?settings=ca48890d9db5ad90e8d98c1d1d3ce14b&amp;amp;server=irc.oftc.net&amp;amp;channel=%23sandbox&amp;amp;noServerTab=false&amp;amp;autoConnect=true mibbit link].&lt;br /&gt;
&lt;br /&gt;
If you don&amp;#039;t want to use your &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.celebrationswineclub.com&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;&amp;quot;&amp;gt;Wine Clubs&amp;lt;/span&amp;gt;] webbrowser to connect to the chatroom, and instead want to use a standalone program, then you can use Xchat at http://silverex.org  This is the free version of &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.diamondlinks.net &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;link building service&amp;lt;/span&amp;gt;] xchat, as the main version of xchat has a 30 day trial.&amp;lt;br&amp;gt;&lt;br /&gt;
Instructions: &amp;lt;br&amp;gt;&lt;br /&gt;
1)In the xchat menu to go the network list &amp;lt;br&amp;gt;&lt;br /&gt;
2)Find OFTC or add irc.OFTC.net then select edit &amp;lt;br&amp;gt;&lt;br /&gt;
3) In favorite channels add #sandbox and &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.proposable.com &amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important; background:none!important; text-decoration:none;&amp;quot;&amp;gt;proposal software&amp;lt;/span&amp;gt;]&lt;br /&gt;
set it to autoconnect &amp;lt;br&amp;gt;&lt;br /&gt;
4) With OFTC still highlighted, hit connect and join us :D &amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Forums ==&lt;br /&gt;
&lt;br /&gt;
Obviously we check this on a regular basis so feel free to post there in &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.aqua-gear.com/swim-goggles&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;&amp;quot;&amp;gt;swimming goggles&amp;lt;/span&amp;gt;]. http://forum.sandboxgamemaker.com&lt;br /&gt;
&lt;br /&gt;
== E-mail ==&lt;br /&gt;
&lt;br /&gt;
You can contact us &amp;lt;span class=&amp;quot;plainlinks&amp;quot;&amp;gt;[http://www.mycaal.com/&amp;lt;span style=&amp;quot;color:black;font-weight:normal; text-decoration:none!important;background:none!important; text-decoration:none;&amp;quot;&amp;gt;loan modification&amp;lt;/span&amp;gt;] at PlatinumArts@gmail.com  PLEASE NO TECHNICAL SUPPORT QUESTIONS.  PLACE TECHNICAL SUPPORT QUESTIONS IN THE FORUM OR CHATROOM&lt;br /&gt;
&lt;br /&gt;
[http://essaywritingservices.org/prices.php write my essay]&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=FAQ&amp;diff=1335</id>
		<title>FAQ</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=FAQ&amp;diff=1335"/>
				<updated>2011-08-02T00:02:33Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A list of questions we&amp;#039;ve been asked and the answers too them&amp;lt;br&amp;gt;&lt;br /&gt;
This is still an FAQ as the order of the questions and answers will be rearranged periodically based on the frequency they&amp;#039;ve been asked&lt;br /&gt;
&lt;br /&gt;
You may wish to use Ctrl-F with a few keywords (eg model) to find your query with a common solution faster&lt;br /&gt;
&lt;br /&gt;
= General =&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;The game starts up, and closes shortly afterwards&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
This is sort of an ambiguous situation, read carefully&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1:&amp;#039;&amp;#039;&amp;#039; If you saw a message similar to, could not load core textures, you&amp;#039;re trying to run the bin directly, or in the wrong directory. please use the sandbox_unix bash script, or the click_me_to_start batch, or the Launcher.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2:&amp;#039;&amp;#039;&amp;#039; You might have broken/corrupt drivers. Please install the newest ones provided by your GPU (aka, video card) manufacturer, especially if you use windows, since Microsoft&amp;#039;s default OGL (WGL) implementation is horrible and is hardly capable of running sandbox.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3:&amp;#039;&amp;#039;&amp;#039; Your graphics card might not have shader support, though sandbox should automatically turn it off, if it doesn&amp;#039;t, use the launcher turn shaders off. Otherwise in linux enter -f in the launch command. On windows, open CLICK_ME_TO_START.bat with notepad (or you can right click the file and select edit) and add -f after the sandbox.exe  Note:  If given a number (f1 or f2), it&amp;#039;ll set the shader quality to that value.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A4:&amp;#039;&amp;#039;&amp;#039; If you have an &amp;#039;&amp;#039;&amp;#039;ATI card&amp;#039;&amp;#039;&amp;#039; you might need to do this &amp;quot;I found that it wont run unless you disable the Catalyst A.I. After i did that it loaded right up! Hope this helps anyone that has problems running sandbox.&amp;quot; Thanks Fudwumper!!&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;I have really low FPS and/or bad performance, what do I do?&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1:&amp;#039;&amp;#039;&amp;#039; Make sure you update your graphics card drivers.  Also just because you have a new computer doesn&amp;#039;t mean you have the latest graphic cards drivers.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2:&amp;#039;&amp;#039;&amp;#039; Lower the resolution&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3:&amp;#039;&amp;#039;&amp;#039; Try turning shaders off&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;I am unable to utilise Alt-TAB or similar functionality&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
This only applies to non-Windows systems.&lt;br /&gt;
&lt;br /&gt;
This is due to inane behavior inside SDL. Whenever the window is set to fullscreen using SDL_SetVideoMode, SDL takes exclusive control of your keyboard. SDL Also takes exclusive access of your mouse if SDL_ShowCursor(0) is called (this disables acceleration and breaks everything if the pointer is reliant on absolute positioning).&lt;br /&gt;
Whilst fullscreen with SDL hogging all input, you can not send any input events to anything but the SDL application, with the exception of exclusive events meant for the kernel and events meant for whatever allows SDL such access.&lt;br /&gt;
&lt;br /&gt;
So basically if you don&amp;#039;t wish to be afflicted by this stupidity, run sandbox in windowed mode. This can be achieved by using the [[Cmdline_arguments| -t command line option]], manually entering /fullscreen 0 in game or toggling the option in the options menu.&amp;lt;br&amp;gt;&lt;br /&gt;
Linux/FreeBSD users can also opt to start sandbox in windowed mode and change it to fullscreen using your window manager. For example using KDE + Kwin, right click the title or press alt - F3, go to advanced and select fullscreen.&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;Are there weapons in Sandbox?&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
Sandbox is intended to be kid friendly.  In the RPG there is &amp;quot;action&amp;quot; with a melee vegetable extractor and spells.  Also we will be doing a child friendly squirt gun battle mode.  However if someone wanted to make adult violence from the rpg and water gun mode they certainly could though that is not our current focus.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I edit/play MULTIPLAYER with my friends/other people?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Our next release will include a master server so people can see all the servers available, but currently you need to directly connect to the server.  For instructions on how to do this and how to set up a server [http://sandboxgamemaker.com/wiki/index.php?title=Cooperative_Editing please see this link].&lt;br /&gt;
&lt;br /&gt;
== &amp;#039;&amp;#039;&amp;#039;How do I add my own models and characters to Sandbox?&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
Please see the [[Adding_Models_to_Sandbox]] page for tutorials on model creation and bringing your creations into Sandbox.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;My Mouse only has 1 button&amp;#039;&amp;#039;&amp;#039; ==&lt;br /&gt;
&lt;br /&gt;
:This means you don&amp;#039;t have access to a scroll wheel, which is mostly referred to as universal delta in the documentation.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1:&amp;#039;&amp;#039;&amp;#039; go into options and click the &amp;quot;&amp;#039;&amp;#039;PG UP and PG DN as universal delta&amp;#039;&amp;#039;&amp;quot;&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2:&amp;#039;&amp;#039;&amp;#039; delete config*.cfg and open data/defaults.cfg and modify the mouse4 and mouse 5 binds, mouse 2 and 3 (right and wheel clicks respectively) are mostly for convenience and not nearly as important as the wheel.&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3:&amp;#039;&amp;#039;&amp;#039; Obtain a mouse with a scroll wheel :P&lt;br /&gt;
&lt;br /&gt;
= Editing =&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I add an NPC to the game?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Take a look at village.cfg and savetheprincess.cfg which are located in the packages/base folder.  You can open them with a text editor such as notepad or wordpad.  If you check out where the models are listed you&amp;#039;ll notice near the end of the savetheprincess.cfg that there is mmodel rc/pink  This is the princess.  To add this to your own map you can either copy this config and rename it to exactly what your map is named, or you can create your own config and add it at the bottom of the list.  To create your own config all you have to do is create a new text document, name it exactly how your map is spelled and change the .txt at the end to .cfg  [http://www.svn.kids.platinumarts.net/32pas32/trunk/packages/base/fps/savetheprincess.cfg Savetheprincess.cfg for reference]&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I make an NPC talk and/or give quests?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Review the previous question on how to add the npc.  If you look at the savetheprincess.cfg you&amp;#039;ll notice this&lt;br /&gt;
   level_trigger_1 = [showgui Princess-Robochimp]&lt;br /&gt;
   newgui Princess-Robochimp [&lt;br /&gt;
   guitext &amp;quot;Thank you for saving me!&amp;quot; chat&lt;br /&gt;
   guitext &amp;quot;You&amp;#039;re my hero!&amp;quot; chat&lt;br /&gt;
   ]&lt;br /&gt;
&lt;br /&gt;
That is the format for making a character talk.  You can copy and modify that code according to what you&amp;#039;d like your character to say.  Now you need to into the map and fly over to Princess robochimp.  In edit mode click on her and then press .  Make sure to press enter after you&amp;#039;ve made your modifications to save the entity. If you set the 3rd attribute to 1 she&amp;#039;ll talk once, if set at 11 she&amp;#039;ll talk each time she is approached.   For the 4th attribute it needs to be set to 1 to correspond to the code in the config.  If it was level_trigger_2 in the config then that 4th attribute would need to be 2.  If notice in Savetheprincess the 1 1 values to make her talk are actually in an invisible model close to her.  This is so that it shows her idle animation (jumping with the arms up).  To make a model invisible set the 2nd attribute to 0.  Setting up quests works in a similar fashion, check out village.cfg and take a look at the quest code.  Try changing it to what you are looking to do.  For a version that isn&amp;#039;t so complicated [http://sandboxgamemaker.com/villageold.cfg check out the old version of village.cfg] that I modified to be a quest to find five keys.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I make items that can be picked up?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Please review the previous question.  The third attribute needs to be 12 and then it will be picked up.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I add creatures such as butterflies to my map&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
:Type /newent creature 0-6  Note: 0 is the butterfly, 1 the dragon, etc&lt;br /&gt;
:note if you&amp;#039;re using 2.2.0 or older, it&amp;#039;s /newent monster&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I light my map?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
A basic way to do it is first select an area on the map where you want to place it.  Then go to the new light menu.  Make sure you select a color and a radius and then select create light.  You can either enter /calclight in the console or you can go to editing gui and then lighting and select what options you want when creating your lights.  Finish the process and your map will be lit according to the light you created :)  [http://www.kids.platinumarts.net/wiki/index.php?title=Lighting Check here for more detailed information]&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;The lights aren&amp;#039;t working&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1:&amp;#039;&amp;#039;&amp;#039; Check if you placed any lights inside mapmodels or geometry&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2:&amp;#039;&amp;#039;&amp;#039; Did you calculate lightmaps? ie, the /calclight and /patchlight commands&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3:&amp;#039;&amp;#039;&amp;#039; Does the light have a very small radius, or RGB values of 0? ie light 256 0 0 0 won&amp;#039;t make any light, light 256 200 100 50 should emit a relatively bright orange.&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I make sloped &amp;quot;roofs&amp;quot; like those in house?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
Note, this refers to sloped geometry in general&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1:&amp;#039;&amp;#039;&amp;#039; Hold the middle mouse button, and selected the vertices (point were 2 or more edges meet) you wish to edit, and scroll up/down to deform the cube&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2:&amp;#039;&amp;#039;&amp;#039; Select 1 or more cubes, and hold in Q. Scroll while hovering over a vertice to deform that specific vertice in the whole selection&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3:&amp;#039;&amp;#039;&amp;#039; select 1 or more cubes, and hold F. Scroll the wheel to deform the whole face (collection of 3 or 4 vertices, note computers are limited to triangles and quadrilaterals, a circle for example is a series of triangles). &lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I create grass?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
&lt;br /&gt;
First make sure grass is turned on! (/grass 1)&lt;br /&gt;
&lt;br /&gt;
Hold the Y button down and scroll with the mouse wheel until you come to the texture that includes the 3D grass.  To change what texture the grass is linked with check /data/default_map_settings.cfg&lt;br /&gt;
&lt;br /&gt;
To add grass, add a autograss &amp;quot;texture&amp;quot; to a texture&amp;#039;s loading statement&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I create rain or snow?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
To add a water particle entity to the map:&lt;br /&gt;
&lt;br /&gt;
:Type /newent particles 10 300 256 868 1000 in the console&lt;br /&gt;
&lt;br /&gt;
10 is the type, 300 the shape, 256 the radius, 868, a 12 bit colour, 1000 the fading time&lt;br /&gt;
&lt;br /&gt;
To add snow particles entity to the map:&lt;br /&gt;
&lt;br /&gt;
:Type /newent particles 12 300 256 0xFFFFFA 10000 0 0 0&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;I can&amp;#039;t see my custom mapmodels&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1&amp;#039;&amp;#039;&amp;#039; Check that the mmodel command of the model you&amp;#039;re trying to load points to a valid object, relevant to packages/models, if you use windows, just invert the slash (note that the model listings are generated automatically on mapsave from 2.3 onwards)&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2&amp;#039;&amp;#039;&amp;#039; is there a tris.* present? or a md*.cfg or an obj.cfg loading the current model if it isn&amp;#039;t named tris.*?&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A3&amp;#039;&amp;#039;&amp;#039; note that mmodel is directed to a directory, not to the model file&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;How do I edit my map&amp;#039;s configuration&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1&amp;#039;&amp;#039;&amp;#039; use an external file editor like notepad or kate to open the respective map configuration&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A2&amp;#039;&amp;#039;&amp;#039; enter editmode, and press F6, then the load button in the GUI that appears&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Is there any program to make editing easier?&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
:&amp;#039;&amp;#039;&amp;#039;A1&amp;#039;&amp;#039;&amp;#039; Yes, It&amp;#039;s called Notepad++. You can download it here http://notepad-plus.sourceforge.net/uk/site.htm&lt;br /&gt;
&lt;br /&gt;
= Other =&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Are there any sandbox user groups?&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
:In short no, if there are any, we&amp;#039;re not aware of them&lt;br /&gt;
&lt;br /&gt;
==&amp;#039;&amp;#039;&amp;#039;Can I use sandbox maps in (insert fave game here)&amp;#039;&amp;#039;&amp;#039;==&lt;br /&gt;
:In most cases this can&amp;#039;t be done, unless the engine you&amp;#039;re using happens to be cube 2, or has support for the cube 2 octree map format. However you can export the map geometry to .obj format using the command /writeobj&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1234</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1234"/>
				<updated>2011-05-15T21:31:45Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Without Port forwarding)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1233</id>
		<title>Kid Matthew&#039;s RPG Tutorials</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Kid_Matthew%27s_RPG_Tutorials&amp;diff=1233"/>
				<updated>2011-05-15T21:31:12Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: Blanked the page&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1232</id>
		<title>Main Page</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Main_Page&amp;diff=1232"/>
				<updated>2011-05-15T21:29:26Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;#039;&amp;#039;&amp;#039;Platinum Arts Sandbox Free 3D Game Maker&amp;#039;&amp;#039;&amp;#039; is a 3D game maker based on the Cube 2 engine that allows users to quickly and easily create and edit their own worlds in game, even cooperatively. It is free, open source, and easy to use for Kids and Adults.  Sandbox logo by [http://sashazavisha.deviantart.com/art/young-creator-120946941 sashaZavisha].&lt;br /&gt;
&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:left;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== General information ==&lt;br /&gt;
&lt;br /&gt;
* [[Platinum Arts Sandbox|About Platinum Arts Sandbox]]&lt;br /&gt;
* [http://SandboxGameMaker.com Project homepage]&lt;br /&gt;
* [[FAQ]]&lt;br /&gt;
* [[Contact The Team]]&lt;br /&gt;
* [[cmdline arguments|Command line Arguments]]&lt;br /&gt;
* [[packaging guide|The Packaging Guide]]&lt;br /&gt;
* [[server list|List Of Sandbox Servers]]&lt;br /&gt;
&lt;br /&gt;
== Installation ==&lt;br /&gt;
&lt;br /&gt;
* [[Installing Platinum Arts Sandbox]]&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[package managers|Some Notes for package managers]]&lt;br /&gt;
&lt;br /&gt;
== Development ==&lt;br /&gt;
&lt;br /&gt;
* [[bug reports|Bug Reports]]&lt;br /&gt;
* [[Contributing]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
* [[Todo|To do list]]&lt;br /&gt;
* [[content request| Content Request - Help us out!!]]&lt;br /&gt;
&lt;br /&gt;
== Kid Friendly RPG ==&lt;br /&gt;
* [[Concept Document]]&lt;br /&gt;
* [[Brainstorming area]]&lt;br /&gt;
&lt;br /&gt;
== Master Chef Ogro 2 ==&lt;br /&gt;
* [[Brainstorming]]&lt;br /&gt;
&lt;br /&gt;
== Undercover Kids Game ==&lt;br /&gt;
* [[To Do List]]&lt;br /&gt;
&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&amp;lt;div style=&amp;quot;width:49%;float:right;&amp;quot;&amp;gt;&lt;br /&gt;
&lt;br /&gt;
== Getting started ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[Mapping Taboos]]&lt;br /&gt;
* [[Beginner&amp;#039;s video tutorials]]&lt;br /&gt;
* [[Good free programs for Sandbox]]&lt;br /&gt;
&lt;br /&gt;
== Advanced topics ==&lt;br /&gt;
&lt;br /&gt;
* [[Cooperative Editing]] (Server set up)&lt;br /&gt;
* [[Cooperative Editing 2]] (Without Port forwarding)&lt;br /&gt;
* [[Adding Models to Sandbox]]&lt;br /&gt;
* [http://sandboxgamemaker.com/platinumartssandboxeditref.html Editing Reference Guide]&lt;br /&gt;
* [http://sauerbraten.org/docs/models.html Model Reference Guide]&lt;br /&gt;
* [[Configuration Reference Guide]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Menu Editing]] ([[New menu editing|newui]])&lt;br /&gt;
* [[map_config|Map Configuration]]&lt;br /&gt;
&lt;br /&gt;
== Example Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Tutorials ==&lt;br /&gt;
&lt;br /&gt;
*[[Tutorials List | Text Tutorials List]]&lt;br /&gt;
*[[Video Tutorials List]]&lt;br /&gt;
*[[Kid Matthew&amp;#039;s RPG Tutorials]]&lt;br /&gt;
&amp;lt;/div&amp;gt;&lt;br /&gt;
&lt;br /&gt;
__NOTOC__&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Cooperative_Editing_2&amp;diff=1231</id>
		<title>Cooperative Editing 2</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Cooperative_Editing_2&amp;diff=1231"/>
				<updated>2011-05-15T21:28:07Z</updated>
		
		<summary type="html">&lt;p&gt;Kid Matthew: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;OK so you can&amp;#039;t port-forward, Then this tutorial is for you.&lt;br /&gt;
First make sure you have Hamachi ( http://hamachi.en.softonic.com/ ), It is free.&lt;br /&gt;
&lt;br /&gt;
Ok first run the program after you install.&lt;br /&gt;
&lt;br /&gt;
Then you go to network and name a ID and pass.&lt;br /&gt;
&lt;br /&gt;
Then u tell the person you want to Co-op with, to get Hamachi.&lt;br /&gt;
&lt;br /&gt;
Then tell him to join your network on hamachi with same id and pass as you used.&lt;br /&gt;
&lt;br /&gt;
Now the person who is going to host it has to run server.bat and give your friend the IP that&amp;#039;s under your name name in big letters.&lt;br /&gt;
&lt;br /&gt;
Now go into sandbox and type in /connect IP&lt;br /&gt;
and your friend has to also do the same thing.&lt;br /&gt;
&lt;br /&gt;
COOP Commands&lt;br /&gt;
/map &amp;quot;allows you to vote on a map&amp;quot;&lt;br /&gt;
T Button allow&amp;#039;s you to talk!&lt;/div&gt;</summary>
		<author><name>Kid Matthew</name></author>	</entry>

	</feed>