Ricochet Level Creation/Jump arrow

From Valve Developer Community
< Ricochet Level Creation
Revision as of 03:11, 19 January 2010 by SiPlus (talk | contribs) (Created page with '{{Back|Ricochet Level Creation}} The main rule of Ricochet: there is no jump key. But players must jump from pad to pad. Jump arrows is the wa…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
Ricochet Level Creation

The main rule of Ricochet: there is no jump key. But players must jump from pad to pad. Jump arrows is the way to jump.

General jump arrow

  1. Cut zone where you will attach jump arrow off pad using Clipping Tool or Vertex Tool.
  2. Create 80x32x32 block at removed zone. Rotate block if required.
  3. Make pyramid off new block using Vertex Tool. It will be better if you make pyramid in 3D view because you may move vertexes from back side of block and it will cause invalid brush structure.
  4. Remove top half of pyramid using Clipping Tool.
  5. Paint top and bottom sides with +0ARROW1 texture. Rotate texture to same direction as brush, then click Fit on texture application window. Paint left, right and invisible back side with BLACK texture.
  6. Place trigger_jump brush entity above jump arrow. Set info_target from target pad or target pyramidal jumppad as Target keyvalue.

Pyramidal jump arrow

  1. Create 112x32x96 block. On rc_deathmatch1 the block placed at 72" above deflector. Rotate the block.
  2. Make pyramid off block.
  3. Paint pyramid sides with +0ARROW1 texture, back side with BLACK texture.
  4. Put info_target and trigger_jump at the spike. Set info_target from target pad as trigger_jump's Target keyvalue.