Ricochet Level Creation/Bouncer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
No edit summary
Line 2: Line 2:
ru=:Ricochet Level Creation/Bouncer:ru}}
ru=:Ricochet Level Creation/Bouncer:ru}}
{{Back|Ricochet Level Creation}}
{{Back|Ricochet Level Creation}}
[[Image:Ricochet deflector.PNG|right|thumb|200px|Deflector in Hammer]]
This tutorial explains creation of one of [[Ricochet]] gameplay elements, the bouncer.
[[Image:Deflector height.PNG|right|thumb|200px|Deflector above pad]]
 
# Make (any)x8x16 brush in 64 units above [[Ricochet Level Creation/Pad|pad]]
First, create a 16 units tall, 8 units thick long [[brush]]. Place it 32 units above a pad.
# Paint its up and down sides with <tt>STRIP1A</tt> (0.25-scaled) texture, front and back with <tt>TRIM_YELLOW1</tt> (scale is 0.5) texture
 
# Rotate brush 15-45° by Z axis.
Apply <code>TRIM_YELLOW1</code> texture to its horizontal sides, with Y scale being 0.5, and <code>STRIP1A</code> to the vertical sides, 7.5 or 10 times stretched by Y axis.
# Clone deflector brush and paint it with <tt>AAATRIGGER</tt> texture
 
# Put new brush above deflector
Then, create a brush with the same dimensions, but with the height of 8 units, and put it above the brush you made before. Cover it with <code>AAATRIGGER</code> texture, and make it <code>[[trigger_push]]</code> entity with speed of push being 0.
# Convert new brush to <tt>trigger_push</tt>
 
[[Category:Level Design Tutorials]]
After doing that, select both brushes and turn them 15-45&deg; vertically while holding down {{Key|Shift}}.
[[Category:Ricochet]]
 
After all, you should get something like in this picture:
 
[[File:Ricochet bouncer.png|thumb|center|600px|Bouncer. [[Ricochet Level Creation/Bouncer/Example|Download this map]].]]
[[Category:Level Design Tutorials]][[Category:Ricochet]]

Revision as of 08:04, 2 April 2012

Template:Otherlang2

Ricochet Level Creation

This tutorial explains creation of one of Ricochet gameplay elements, the bouncer.

First, create a 16 units tall, 8 units thick long brush. Place it 32 units above a pad.

Apply TRIM_YELLOW1 texture to its horizontal sides, with Y scale being 0.5, and STRIP1A to the vertical sides, 7.5 or 10 times stretched by Y axis.

Then, create a brush with the same dimensions, but with the height of 8 units, and put it above the brush you made before. Cover it with AAATRIGGER texture, and make it trigger_push entity with speed of push being 0.

After doing that, select both brushes and turn them 15-45° vertically while holding down Shift.

After all, you should get something like in this picture: