I love the smell of UnrealEd crashing in the morning. – tarquin

Legacy:Making Ramps

From Unreal Wiki, The Unreal Engine Documentation Site
Jump to: navigation, search

A quick pictorial guide on ramp-making techniques

Vertex Edited Ramps[edit]

Assumtions[edit]

I'm assuming here that you already know how to.

  • Select Brushes
  • Add and Subtract stuff
  • Know your way around the UnrealEd toolbox.
Legacy rampmake01.gif

These type of ramps are useful for making sloping coridors between rooms mainly, but once you get the hang of the technique, you can apply it to all manner of potential uses.

Selecting the vertices on the cube[edit]

  • First off, you'll need a cube.
  • Click the [[Image:Legacy_button.mode.vertex.gif|]] button to switch to vertex editing mode.
  • Select the lower corner in either of the side views.
  • Hold CTRL+ALT+LeftMouse and Drag to make a selection rectangle around the lower corner as seen in the first image.

'Make sure the brush is selected when you do this, otherwise the vertices won't be selected.'

Legacy rampmake02.gif

Draging the selected vertices on the cube.[edit]

Now you've selected the vertices, you'll want to drag them down to make your ramp.

  • Hold CTRL+LeftMouse and Drag downwards. You should keep the Grid at least 16UU or preferably 64UU to keep the angles neat for saving on those nasty BSP Holes.

In the example I've used a GridSize of 16 and dragged the vertices to make a nice 1:2 gradient slope. Note: Try and keep slopes less than 45 degrees, anything more becomes difficult for bots to negotiate.

Legacy rampmake03.gif

Subtracting the brush.[edit]

If you've got your ramp the way you want it looking, simply subtract and texture! :)

I've just done a simple example here, but there are plenty more things you can do by simply moving the

ends of a cube around, from making sloped walkways, corridors that slope at both ends.. Many, many possible permutations on the simple technique.

Check out the Vertex Editing page to find out more on the subject, or alternatively, scroll some more to find out about Brush Clipping to get those ramps.

Brush Clipped Ramps[edit]

Starting with a basic cuboid 64x256x256

Legacy rampmake04.gif
  • Select the Brush Clipping tool [[Image:Legacy_button.mode.clip.gif|]]
  • Click the vertices as demonstrated in the second picture, you should get a little pin icon to mark where the clipping line will start and end.
Legacy rampmake05.gif
  • In this picture I have placed the two clipping markers and flipped the clipping normal (the line pointing perpendicular to the clip plane to illustrate which side of the brush will be lopped off.)
  • Use the [[Image:Legacy_button_flip_clip.gif|]] button to flip the line and choose which side you want to remove.
Legacy rampmake06.gif
  • In this picture I've now clicked the [[Image:Legacy_button_brush_clip.gif|]] button and chopped off the top of the cuboid to make a triangular prism shape. If it doesn't work, chances are you've managed to deselect the builder brush. Click on it again to get it bright red and try again.
Legacy rampmake07.gif
  • The brush has now been added and the Cube Builder has been reset.
Legacy rampmake08.gif
  • The fantastic ramp in all its glory. Obviously after practice you'll be making something a bit more interesting that this pie-slice example. :D

Happy Clipping..

For more info on brush clipping, see Brush Clipping

Related Topics[edit]