<?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=Rolf</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=Rolf"/>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Special:Contributions/Rolf"/>
		<updated>2026-05-03T03:43:06Z</updated>
		<subtitle>User contributions</subtitle>
		<generator>MediaWiki 1.26.2</generator>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_buttons_and_add_the_menu&amp;diff=1777</id>
		<title>How to make buttons and add the menu</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_buttons_and_add_the_menu&amp;diff=1777"/>
				<updated>2012-05-16T09:55:14Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: Created page with &amp;#039;This tutorial has been made from shop script. Editting the menu and making button,we will learn how to make both together.  ----  First of all we are going to edit the menu and m…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;This tutorial has been made from shop script.&lt;br /&gt;
Editting the menu and making button,we will learn how to make both together.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
First of all we are going to edit the menu and make a button on the new part in the menu.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
The menu is the GUI you get when you press esc,it contains editmode and load map and &lt;br /&gt;
things like that.While in editmode open the cfg wich is located in edit GUI in menu then type what I say to you to type.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
First of all GUI is a short for graphical use interface wich is pronounced gooey,it is the way you command a program with graphics and not with codes like DOS and other programming languages,I know html,javascript,css and python but I prefer a platinum arts because it saves a lot and billion times easier,in my *free  time I might program.Now write this code in the cfg and I will explain it:&lt;br /&gt;
&lt;br /&gt;
newgui GameQuest[&lt;br /&gt;
guibutton &amp;quot;Back&amp;quot; &amp;quot;cleargui 1&amp;quot;&lt;br /&gt;
guibar&lt;br /&gt;
//Write game quests here&lt;br /&gt;
]&lt;br /&gt;
newgui main[&lt;br /&gt;
guilist[&lt;br /&gt;
guilist[&lt;br /&gt;
guibutton &amp;quot;GameQuest&amp;quot; &amp;quot;showgui GameQuest&amp;quot;&lt;br /&gt;
]&lt;br /&gt;
]&lt;br /&gt;
guibar&lt;br /&gt;
@main&lt;br /&gt;
]&lt;br /&gt;
Note: This is not the best way to display quests,making chars talk is another,so this is just an example.&lt;br /&gt;
The first gui we create is called GameQuest.We make a button called Back and a command called cleargui 1 beside it,this command will close this gui and open the menu again when back button is pressed,so that is all about buttons.Then a bar(line) is created and you have a place to write your quests using guitext ( format &amp;quot; &amp;quot;).Then we close the gui,we need to call it with an existing gui already,so we create a gui called main,make two lists then make a button that calls the GameQuest gui,we close the two lists then put the main gui in the main menu using @main.&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=Tutorials_List&amp;diff=1776</id>
		<title>Tutorials List</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=Tutorials_List&amp;diff=1776"/>
				<updated>2012-05-15T20:17:47Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: /* NPCs */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;== Getting, Installing and opening Sandbox ==&lt;br /&gt;
&lt;br /&gt;
* [[Downloading Sandbox]]&lt;br /&gt;
* [[Installing Sandbox]]&lt;br /&gt;
* [[Running Sandbox]]&lt;br /&gt;
* [[development|Obtaining the development version]]&lt;br /&gt;
&lt;br /&gt;
== Modules ==&lt;br /&gt;
&lt;br /&gt;
* [[FPS|FPS - First Person Shooter (default)]]&lt;br /&gt;
* [[SSP|SSP - Side Scrolling Platformer]]&lt;br /&gt;
* [[RPG|RPG - Role Playing Game]]&lt;br /&gt;
** [[RPG tutorial|RPG Tutorial]]&lt;br /&gt;
* [[MovieCube|MovieCube - Machinima Tool]]&lt;br /&gt;
* [[Vehicle Simulator]]&lt;br /&gt;
&lt;br /&gt;
== Learning the editor basics ==&lt;br /&gt;
&lt;br /&gt;
* [[Map Editing Basics]]&lt;br /&gt;
* [[How to change textures in your map]]&lt;br /&gt;
* [[How to place 3D grass]]&lt;br /&gt;
* [[How to add lava, water, glass and other materials to your map]]&lt;br /&gt;
* [[How to make ramps, bridges, and angles]]&lt;br /&gt;
* [[How to make invisible boundaries]]&lt;br /&gt;
* [[Tips on making a good map]]&lt;br /&gt;
* [[Gridwork]]&lt;br /&gt;
&lt;br /&gt;
=== Buildings ===&lt;br /&gt;
&lt;br /&gt;
* [[How to make sloped roofs]]&lt;br /&gt;
* [[How to make secret doors, walls &amp;amp; floors]]&lt;br /&gt;
* [[How to make 1-way windows only you can see out of]]&lt;br /&gt;
* [[How to make 1-way doors]]&lt;br /&gt;
* [[How to create a hollow tower/tube]]&lt;br /&gt;
* [[How to make stairs you could walk up]]&lt;br /&gt;
* [[How to create set of glass stairs]]&lt;br /&gt;
* [[How to make a TV]]&lt;br /&gt;
* [[How to make various window shapes]]&lt;br /&gt;
* [[How to create a spiral staircase]]&lt;br /&gt;
* [[How to make a pyramid/four-sided sloped roof]]&lt;br /&gt;
&lt;br /&gt;
=== Terrain editing ===&lt;br /&gt;
&lt;br /&gt;
* [[How to create mountains, ponds, and oceans]]&lt;br /&gt;
* [[How to transfer parts of a map to a new one]]&lt;br /&gt;
* [[How to make a forest]]&lt;br /&gt;
* [[How to make a cave]]&lt;br /&gt;
* [[How to make a realistic river]]&lt;br /&gt;
* [[How to make a swimming pool]]&lt;br /&gt;
* [[How to make a fountain]]&lt;br /&gt;
* [[How to create smooth curvy pathways]]&lt;br /&gt;
* [[How to create fields with flower patches]]&lt;br /&gt;
* [[How to create a camp fire and fireplace]]&lt;br /&gt;
* [[How to make a bumpy road]]&lt;br /&gt;
* [[How to make various types of fences]]&lt;br /&gt;
* [[How to make a nice waterfall]]&lt;br /&gt;
* [[How to edit terrain properly]]&lt;br /&gt;
* [[How to fix bad terrain or geometry errors]]&lt;br /&gt;
* [[How to make railings]]&lt;br /&gt;
* [[Texture Blending]]&lt;br /&gt;
&lt;br /&gt;
=== Advanced Editor Techniques===&lt;br /&gt;
&lt;br /&gt;
* [[How to create a slide]]&lt;br /&gt;
* [[How to create a trampoline]]&lt;br /&gt;
* [[How to create electric fences]]&lt;br /&gt;
* [[How to make a sphere shapes in &amp;#039;edit mode&amp;#039;]]&lt;br /&gt;
* [[How to make curved shapes in &amp;#039;edit mode&amp;#039;]]&lt;br /&gt;
* [[How to create curved glass]]&lt;br /&gt;
* [[How to create climbable ladders and vertical walls]]&lt;br /&gt;
* [[How to make an endless slide]]&lt;br /&gt;
* [[How to create lens flares]]&lt;br /&gt;
* [[How to make a snowman]]&lt;br /&gt;
* [[How to make a boat]]&lt;br /&gt;
* [[How to create warp speed tunnels]]&lt;br /&gt;
* [[How to create hidden teleports]]&lt;br /&gt;
* [[How to create spinning palm trees]]&lt;br /&gt;
* [[How to change gravity]]&lt;br /&gt;
&lt;br /&gt;
== Lighting and Particle effects ==&lt;br /&gt;
&lt;br /&gt;
* [[How to add various lighting]]&lt;br /&gt;
* [[Lighting|How to light a map properly]]&lt;br /&gt;
* [[Tips to make a night time map]]&lt;br /&gt;
* [[Tips to make a morning map]]&lt;br /&gt;
* [[Tips to make a sunset map]]&lt;br /&gt;
* [[How to add particle effects]]&lt;br /&gt;
* [[How to create snow or rain]]&lt;br /&gt;
* [[How to put fog to a map]]&lt;br /&gt;
* [[Useful lighting commands]]&lt;br /&gt;
&lt;br /&gt;
== Models and Sandbox ==&lt;br /&gt;
&lt;br /&gt;
* [[Blender to Sandbox]]&lt;br /&gt;
* [[Wings3D to Sandbox flash tutorials]]&lt;br /&gt;
* [[Importing .OBJ files]]&lt;br /&gt;
* [[Mapmodels|Loading and adding mapmodels]]&lt;br /&gt;
* [[How to add new models]]&lt;br /&gt;
* [[Creating 3D models with PAS]]&lt;br /&gt;
* [[How to add new colors of creatures and map models]]&lt;br /&gt;
&lt;br /&gt;
== Textures ==&lt;br /&gt;
&lt;br /&gt;
* [[Glowmaps]]&lt;br /&gt;
* [[Adding custom textures to a new map]]&lt;br /&gt;
* [[Adding custom textures with normal maps]]&lt;br /&gt;
* [[Making Seamless textures]]&lt;br /&gt;
* [[How to make new textures]]&lt;br /&gt;
* [[Creating special shader maps for textures]]&lt;br /&gt;
* [http://www.leighvanderbyl.com/texturing-for-dummies/ Texturing for Dummies]&lt;br /&gt;
* [http://www.cgsociety.org/index.php/CGSFeatures/CGSFeatureSpecial/the_top_ten_tips_of_texturing Top Ten Tips of Texturing]&lt;br /&gt;
* [http://forums.cgsociety.org/showthread.php?t=373024 Hard Surface Texture Painting]&lt;br /&gt;
&lt;br /&gt;
== Scripting/Trigger tutorials ==&lt;br /&gt;
&lt;br /&gt;
* [[Menu Editing|How to modify the menu]]&lt;br /&gt;
* [[making picked up items visible in your inventory]]&lt;br /&gt;
* [[How to make a trigger load another map]]&lt;br /&gt;
* [[Cubescript]]&lt;br /&gt;
* [[Creating easy spells]]&lt;br /&gt;
* [[Removing Editmode]]&lt;br /&gt;
* [[Making Echoes]]&lt;br /&gt;
* [[Adding Custom Skyboxes]]&lt;br /&gt;
* [[How to make triggered elevators/platforms]]&lt;br /&gt;
* [[How to make items that can be picked up]]&lt;br /&gt;
* [[How to make moving doors and platforms in single player mode]]&lt;br /&gt;
&lt;br /&gt;
=== NPCs ===&lt;br /&gt;
&lt;br /&gt;
* [[Creating a shop script]]&lt;br /&gt;
* [[How to make characters talk with text pop-up windows]]&lt;br /&gt;
* [[How to make characters talk with a voice recording]]&lt;br /&gt;
* [[How to make characters give you quests]]&lt;br /&gt;
* [[How to add bots and train them]]&lt;br /&gt;
* [[Ultimate Simple Script Guide, Part 1]]&lt;br /&gt;
* [[Ultimate Simple Script Guide, Part 2]]&lt;br /&gt;
* [[How to make buttons and add the menu]]&lt;br /&gt;
&lt;br /&gt;
== Source Code Modifying + Recompiling ==&lt;br /&gt;
&lt;br /&gt;
* [[Compiling the source code]]&lt;br /&gt;
* [[How to get a mapsize greater than 16]]&lt;br /&gt;
* [[How to add creatures]] &lt;br /&gt;
* [[How to add more player character models]]&lt;br /&gt;
&lt;br /&gt;
== Multiplayer tutorials ==&lt;br /&gt;
&lt;br /&gt;
* [[How to host a coop edit session over the internet]]&lt;br /&gt;
* [[How to host a persistent world in Sandbox over the internet]]&lt;br /&gt;
* [[How to monitor your dedicated server without being in it]]&lt;br /&gt;
&lt;br /&gt;
== Unsorted tutorials ==&lt;br /&gt;
* [[Transferring your Map to a new version of Sandbox]] &lt;br /&gt;
* [[How to save a map properly]]&lt;br /&gt;
* [[How to add projectiles to your game]]&lt;br /&gt;
* [[How to automatically save your map every x number of minutes]]&lt;br /&gt;
&lt;br /&gt;
== Sandbox Related ==&lt;br /&gt;
=== Within Sandbox ===&lt;br /&gt;
* [[Guide to a good game]]&lt;br /&gt;
* [[Customizing Sandbox]]&lt;br /&gt;
* [[Adding custom songs to Sandbox]]&lt;br /&gt;
* [[Preparing your map for uploading]]&lt;br /&gt;
* [[Using Cullart]]&lt;br /&gt;
* [[How to capture screen shots and videos]]&lt;br /&gt;
&lt;br /&gt;
=== Outside of Sandbox ===&lt;br /&gt;
* [[Licensing]]&lt;br /&gt;
* [http://forum.sandboxgamemaker.com/viewtopic.php?f=24&amp;amp;t=1493 Copyrighting your content]&lt;br /&gt;
* [[Tips on creating content]]&lt;br /&gt;
* [[Models Vs. Geometry]]&lt;br /&gt;
&lt;br /&gt;
=== Maptitle and authors ===&lt;br /&gt;
* [[How to add map title and author]]&lt;br /&gt;
* [[How to change color of text in maps welcome message]]&lt;br /&gt;
&lt;br /&gt;
== Meta-Sandbox ==&lt;br /&gt;
* [[How to contribute to Platinum Arts Sandbox]]&lt;br /&gt;
* [[Where to find inspiration]]&lt;br /&gt;
* [[Editing the wiki]]&lt;br /&gt;
&lt;br /&gt;
* [[Creators of these tutorials]]&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_ramps,_bridges,_and_angles&amp;diff=1775</id>
		<title>How to make ramps, bridges, and angles</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_ramps,_bridges,_and_angles&amp;diff=1775"/>
				<updated>2012-05-15T20:10:36Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: Created page with &amp;#039; ---- First let us start with angles.Angles can be created by putting the grid on the tile you want to make angle on then click the scrolling wheel and drag it,while you do you s…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
----&lt;br /&gt;
First let us start with angles.Angles can be created by putting the grid on the tile you want to make angle on then click the scrolling wheel and drag it,while you do you should see a small box inside the default grid that is 1/4 smaller,this is the ramp size,bow scroll the wheel either forward or backward,&lt;br /&gt;
----&lt;br /&gt;
For ramps,you will use Q button that is used to actually make roofs but can be used to make a lot of other impressing things.drag your grid to 3 cubes then get them up 1 time,theb go to the next 3 tiles to them and drag them up 2 times,go to the next one to them and drag them up 3 times.select each on of them and click q and while you are doing,scroll with it down on both sides that are looking to the other cubes then if you do everything right,you can make a ramp of any size.&lt;br /&gt;
----&lt;br /&gt;
So,you want to create a bridge connecting two points that are surrounded by water,go to the deep part of the water and rise the terrian up till you connect the two parts together.&lt;br /&gt;
By Ralf(Rolf)&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_nice_waterfall&amp;diff=1774</id>
		<title>How to make a nice waterfall</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_nice_waterfall&amp;diff=1774"/>
				<updated>2012-05-15T19:41:19Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok,waterfall is not much complicated but it is not advanced and won&amp;#039;t look as you think it would.&lt;br /&gt;
First of all you must have a ready mountain that you want to make water fall from over it,to make it look like reality,add some water like a pond or a river on the top.&lt;br /&gt;
Then go to the front side of the mountain(the pond must be connected to this side) and simply make a big hole by scrolling the wheel(while selecting from the top of the mountain to the downside of it) or to make it look better use the same way you made the mountain with (h button).And now while still selecting the part you made now press f3 and fill it with water.then make a pond under the mountain so that is will look much better.&lt;br /&gt;
By Ralf(Rolf)&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_nice_waterfall&amp;diff=1773</id>
		<title>How to make a nice waterfall</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_nice_waterfall&amp;diff=1773"/>
				<updated>2012-05-15T19:38:03Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: Created page with &amp;#039;Ok,waterfall is not much conplicated but it is not advanced and won&amp;#039;t look as you think it would. First of all you must have a ready mountain that you want to make water fall fro…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;Ok,waterfall is not much conplicated but it is not advanced and won&amp;#039;t look as you think it would.&lt;br /&gt;
First of all you must have a ready mountain that you want to make water fall from over it,to make it look like reality,add some water like a pond or a river on the top.&lt;br /&gt;
Then go to the front side of the mountain(the pond must be connected to this side) and simply make a big hole by scrolling the wheel(while selecting from the top of the mountain to the downside of it) or to make it look better use the same way you made the mountain with (h button).And now while still selecting the part you made now press f3 and fill it with water.then make a pond under the mountain so that is will look much better.&lt;br /&gt;
By Ralf(Rolf)&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	<entry>
		<id>https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_swimming_pool&amp;diff=1736</id>
		<title>How to make a swimming pool</title>
		<link rel="alternate" type="text/html" href="https://www.sandboxgamemaker.com/wiki/index.php?title=How_to_make_a_swimming_pool&amp;diff=1736"/>
				<updated>2012-05-12T21:54:06Z</updated>
		
		<summary type="html">&lt;p&gt;Rolf: Created page with &amp;#039; ---- &amp;#039;&amp;#039;&amp;#039;Making a swimming pool is pretty simple like making a pond or a river.&amp;#039;&amp;#039;&amp;#039;  First of all enter edit mode. Second select the area you want to make the swimming pool in. Th…&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
----&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Making a swimming pool is pretty simple like making a pond or a river.&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
First of all enter edit mode.&lt;br /&gt;
Second select the area you want to make the swimming pool in.&lt;br /&gt;
Then scroll the mouse wheel forward till you get to the depth of the swimming pool you want.&lt;br /&gt;
Next select the ground and sides of the swimming pool,click f2 to choose a type of tile and choose the one you want.&lt;br /&gt;
Finally select the whole swimming pool and put water in it by the way you learnt before from one of the tutorials.&lt;br /&gt;
&lt;br /&gt;
That&amp;#039;s all&lt;br /&gt;
&lt;br /&gt;
By --[[User:Rolf|Rolf]] 21:54, 12 May 2012 (UTC)Rolf (--[[User:Rolf|Rolf]] 21:54, 12 May 2012 (UTC)Ralf)&lt;/div&gt;</summary>
		<author><name>Rolf</name></author>	</entry>

	</feed>