Bounce (level design): Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
No edit summary
Line 23: Line 23:
In general, a bounce is much simpler to implement than a loop, but can still be effective. Here are some notable examples:
In general, a bounce is much simpler to implement than a loop, but can still be effective. Here are some notable examples:


[[Image:anommat bounce.jpg|thumb|left|Anomalous Materials diagram]]
===[[Half-Life|Anomalous Materials]] <sup>([[Goldsource]])</sup>===
===[[Half-Life|Anomalous Materials]] <sup>([[Goldsource]])</sup>===
This [[Half-Life]] chapter begins with ''blah blah blah''.{{TODO|diagram, description}}
This [[Half-Life]] chapter begins with ''blah blah blah''.{{TODO|description}


===[[Blue Shift|Power Struggle]] <sup>([[Goldsource]])</sup>===
===[[Blue Shift|Power Struggle]] <sup>([[Goldsource]])</sup>===

Revision as of 15:59, 4 February 2006

Stub

This article or section is a stub. You can help by expanding it.

Description

A symbolic diagram of a bounce - it begins in a room with an obstacle (locked door, force field) and leads to an event that destroys this obstacle (disaster sequence, physics puzzle, button pushing), thus allowing the player to backtrack and proceed.

A bounce is a layout element that guides the player to an area which exhibits some kind of change, then leaves him to backtrack and utilize this change. In some ways, it is similar to a loop; accordingly, it also shares similar advantages.

Resources

(bounces are efficient - effectively using the same area twice)

Guidance

(player can't get lost, player can always backtrack)

Ease of Use

(at its most basic level, its a button and a locked door; easy!)

Disadvantages

Within many players, there has been an emerging awareness of "backtracking." Many players possess a negative view of the mechanic, and see it as an example of laziness on the part of the designer, or simply a very confusing layout element.

(author doesn't make the "change" apparent enough)

Implementation

In general, a bounce is much simpler to implement than a loop, but can still be effective. Here are some notable examples:

Anomalous Materials diagram

Anomalous Materials (Goldsource)

This Half-Life chapter begins with blah blah blah.{{TODO|description}

Power Struggle (Goldsource)

In this Blue Shift level, the player has to drain a pool of coolant, go into it, rearrange the barrels, re-fill the pool, and cross on the rearranged barrels.

Route Kanal (Source)

Todo: diagram, description

Metastasis 1 (Source)

Todo: diagram, description