Map Editing Basics

From Platinum Arts Sandbox Free 3D Game Maker
Revision as of 09:35, 17 August 2008 by Mike (Talk | contribs)

Jump to: navigation, search

Map Editing Basics

Here is a video tutorial: [1] As a note the video is hosted on youtube which might have content not appropriate for kids.

Sandbox Map Editing

  • Movement
  • Editing your map (Edit Mode)
  • Using the all powerful menu
  • Heightmap Mode
  • Ramps and Angles
  • Water, Lava, and other Materials
  • Adding Map Models (trees, shurbs, tables, etc)
  • Saving your map
  • Loading your saved map
  • Screenshots
  • Changing gravity and the jump value
  • Important Keys Cheatsheet

Movement: Press Spacebar to jump Use the arrow keys or w,a,s,d for movement.

Editing your map (Edit Mode) : Click E to enter edit mode! Select an area of land with your mouse, dragging with the left mouse button or clicking with the right mouse button. Then use your mouse wheel to edit what you have selected! Click E again to return to world mode and walk around in your creation.

Using the all powerful menu: Hit ESC to enter the menu - There are a lot of options in the menu such as adding cool new objects such as jump pads! Make sure you are in edit mode if you want to see all of the options!

Heightmap Mode: Press H to enter heightmap mode. You can have an area selected then scroll the mousewheel to make hills and mountains if you want to make sure it doesn't mess up other parts of your map. You don't need an area to use heightmap, just hit H and scroll the mousewheel.

Ramps/angles: Use your third mouse button or press the mouse wheel and drag it across the top of the block you want to make the ramp from. You should see white boxes being formed as you drag. Then scroll the mouse wheel forward until you have your desired angle.

To Make Water, Lava, and Other Materials: 1st Method: Create a hole or area to put the water into. Use the right mouse button to select the area to fill with water. You can use F3 to then add in the water or use ` (above tab) to get into the console and type editmat water. 2nd Method: Select where you want the water and click F3 to use the material menu or then hit ` (above tab) to enter the console. Type editmat water then enter. Then scroll forward on the mousewheel. To make deeper patches of water G + mousewheel to increase the grid size and then use the editmat command.

Models: Enter edit mode and select where you want the model to be placed. Then hit ESC to enter the menu then select "new mapmodel" A simple way to duplicate the models fast is to select a created model and hit C Then select where you want the new one and hit V

To Save Your Map: Use the menu or hit the ` key (above tab) then type /savemap mapname mapname is the name of your map Your Map will be saved in the Packages/Base folder. Save often!!

Loading Your Saved Map: Use the menu or hit the ` key (above tab) or T then type /map mapname mapname of course is whatever you named your map when you saved it

Screenshots: Press F12 ! You might want to convert the image to a different filetype using a free program like ifrit or The Gimp since screenshots are saved in bmp which are big in size.

Changing Gravity and the Jump Value The commands have changed to /setgravity and /jumpvelocity, just to avoid any funny stuff with the code in 2.1

Press ` (above tab) for the console. Then enter gravity and a number eg gravity 1000

Press ` (above tab) for the console. Then enter jumpvel and a number eg gravity 1000


Important Keys Cheatsheet:

Press the spacebar to jump, Use the arrow keys to move or w,a,s,d

Hit ESC to enter the menu

F2 = Texture Menu

F3 = Material Menu

F4 = Skybox Menu

Press E to edit and E again to go back into world Mode. Click on what you want to edit - You can drag the mouse to select more area.Use the mousewheel to push and pull your selection. Hit the Jump key to deselect (default Spacebar)

Y + Mouse Wheel to change textures

Q + Mouse Wheel to push and pull a corner

F + Mouse Wheel to push and pull all 4 corners at once

R + Mouse Wheel to rotate

G + Mouse Wheel to change the grid size

H enters heightmap mode. Select a created block and scroll the mouse wheel (doesn't work in COOP, there has been no luck in changing it)

U to undo one step (doesn't work in COOP)

I redo a step (doesn't work in COOP)

C copy

V paste

L turns on fullbright, easy way to see models properly (must be in edit mode)

X to mirror relative to the side of the white box

F12 - Takes a screenshot

Backspace deletes an entity, if an entity isn't selected, it'll just delete the geometry, that's the cubes and materials

. edits an entity (select the entity and press to change values)

` (above tab) or T to enter the command prompt

0 toggles a setting that'll allow you to texture all the faces of a cube

7

  • switches between a black outline, and off.
  • in 2.2, it'll cycle through a set of preset colours that can easily be changed and extended

Command Prompt Entries

/savemap mapname to save your map (change mapname to what you want to save as)

/map mapname (loads the map mapname) (type map and hit tab to scroll available maps)

editmat water (creates water when you forward scroll)