Level Flow: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
mNo edit summary
No edit summary
Line 16: Line 16:


Note that slower, stilted player movement ("bad flow") is not necessarily bad. For example, by placing a powerful weapon in an area with poor flow, a designer can associate risk and vulnerability with the possibility of a reward to create tension.
Note that slower, stilted player movement ("bad flow") is not necessarily bad. For example, by placing a powerful weapon in an area with poor flow, a designer can associate risk and vulnerability with the possibility of a reward to create tension.
==See Also==
* [http://gamasutra.com/features/20061108/luban_01.shtml|Multiplayer Level Design In-Depth, Part 2: The Rules of Map Design] - Although written in context for Splinter Cell, it provides a very accessible analysis of flow and layout for first-person multiplayer levels in general.


{{clr}}
{{clr}}
[[Category:Level Design]]
[[Category:Level Design]]
[[Category:Theory]]
[[Category:Theory]]

Revision as of 00:23, 27 November 2006

Stub

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

Description

Flow refers to the difficulty of player movement through a level: in other words, how easily players can walk around and navigate the level. Although details / props may hamper or promote movement, flow is usually discussed in more generalized terms in relation to the layout of a multiplayer level, where player movement is much more significant than in singleplayer levels.

"Good Flow"

(define "good flow")

"Bad Flow"

(define "bad flow")

Implementation

Note that slower, stilted player movement ("bad flow") is not necessarily bad. For example, by placing a powerful weapon in an area with poor flow, a designer can associate risk and vulnerability with the possibility of a reward to create tension.

See Also