41
General Principles of Level Design

General Principles of Level Design

  • Upload
    odessa

  • View
    43

  • Download
    0

Embed Size (px)

DESCRIPTION

General Principles of Level Design . What is level design?. Process of constructing the experience that will be offered directly to the player, using components provided by the game designer. Level designers create : The space in which the game takes place - 2D or 3D modeling tool - PowerPoint PPT Presentation

Citation preview

Page 1: General Principles of  Level Design

General Principles of Level Design

Page 2: General Principles of  Level Design

What is level design?

• Process of constructing the experience that will be offered directly to the player, using components provided by the game designer.

Page 3: General Principles of  Level Design

Level designers create :

• The space in which the game takes place - 2D or 3D modeling tool- what features will be

• The initial conditions of the level- number of artificial opponents - amount of any resource that the player controls- where resources may be found

Page 4: General Principles of  Level Design

• Set of the challenge the player will face - many games offer challenges in a linear sequence

• Termination condition- characterized in terms of victory / loss

• Interplay between the gameplay and story - interweave gameplay and narrative events

• Aesthetics and mood of the level- decide how to implement art

Page 5: General Principles of  Level Design

Types of Design Principle

1. Universal Level Design Principle aim at designing levels in any kind of game

2. Genre specific level Design Principle focused on the design issues specific to the different genres

Page 6: General Principles of  Level Design

Universal Level Design Principle

1. Tutorial level

Make early levels that teach the player how to play →

Explains the game’s user interface, key challenges and actions

WOW

Page 7: General Principles of  Level Design

• Key principles for tutorial level:

- Introduce the game’s feature in an orderly sequence

- Don’t make all the features available at once

- Introduce the information over three tutorial levels

- Highlight user interface elements

- Allow user to go back

Page 8: General Principles of  Level Design

Universal Level Design Principle

2. Vary the pacing

Pacing of a level refers to the frequency at which the player encounters individual challenges.

→ A fast pace creates stress, offering challenges at a rapid rate

Flappy bird ←_←

Page 9: General Principles of  Level Design

• In different Genre- depend to a extend on the genre

• Vary the pace - alternate between fast and slow periods- produce a more balanced game- variety of ways- easiest trough a linear space- remain steady - become more difficult as player near the end

Page 10: General Principles of  Level Design

Universal Level Design Principle

3. Provide more resource

When the player surmounts a challenge that consumes his resources, provide more resource

→The player should not face another demanding

challenge immediately after the player surmount a challenge that costs him a lot of resources

Page 11: General Principles of  Level Design

Universal Level Design Principle

4. Avoid conceptual non sequiturs

Should build things that make sense →

Don’t put dangers or reward in places in which no sane person could possibly expect to find them

Cat Mario

Page 12: General Principles of  Level Design

Universal Level Design Principle

5. Short-term goal

Clearly inform the player of his short-term goal

→ Should never leave your character wondering what to do next, the current or next short-term goal should be

obvious

Page 13: General Principles of  Level Design

Universal Level Design Principle

6. Risk, rewards and the consequences of decisions

Be clear with risk, reward and then consequences of decisions

→Player should not necessarily know every detail of what consequences his decisions will produce, the

player should be able to make a reasonable guess based on the context.

Page 14: General Principles of  Level Design

Universal Level Design Principle

7. Reward

Skills, imagination, intelligence and dedication distinguish a good player. Good players deserve to be rewarded →

Many forms:Power up, other resource, shortcuts through level, secret levels, mini games, etc.

Page 15: General Principles of  Level Design

Universal Level Design Principle

8. Reward in a large way, punish in a small way

Primary objective is to give players an enjoyable experience. Build more rewards in to level than punishments

Page 16: General Principles of  Level Design

Universal Level Design Principle

9. Purpose of an artificial opponent

The purpose of an artificial opponent is to put up a good fight and then lose

→Design level so that the player will get better and better at overcoming the challenges until he succeeds at all of them

Page 17: General Principles of  Level Design

Universal Level Design Principle

10. Multiple difficulty setting

Accessible to a wider audience by allowing them to switch the difficulty of your game to easy, normal or hard setting →

Be able to tweak the numbers to adjust the difficulty to accommodate the player’s preference

Page 18: General Principles of  Level Design

Genre Specific Level Design• Action game vary the pace

 

Diablo Ⅲ

Page 19: General Principles of  Level Design

Genre Specific Level Design• Strategy games reward planning

Medieval 2 Total War

Page 20: General Principles of  Level Design

Genre Specific Level Design• Role-playing Games offer opportunities for character growth and

player self- expression

World of Warcraft

Page 21: General Principles of  Level Design

Genre Specific Level Design• Sports Game verisimilitude is vital

NBA 08

Page 22: General Principles of  Level Design

Genre Specific Level Design• Vehicle Simulations reward skillful maneuvering

V-drift

Page 23: General Principles of  Level Design

Genre Specific Level Design• Construction and Management Simulation offer an

interesting variety of initial conditions and goals

The Sims

Page 24: General Principles of  Level Design

Genre Specific Level Design• Adventure Games construct challenges that harmonize with their

locations and the story

Doctor Who: The adventure game

Page 25: General Principles of  Level Design

Genre Specific Level Design• Artificial Life Games create many interaction opportunities for

the creatures in their environment

Dragon City

Page 26: General Principles of  Level Design

Genre Specific Level Design• Puzzle Games gives the player time to think

2048

Page 27: General Principles of  Level Design

Layout • Open layout

→ entirely unconstrained movement

→ corresponds to the outdoors, wander in any direction

Page 28: General Principles of  Level Design

Layouts• Linear layout

→ require the player to pass through one-way doors that actually prevent them from going back

Page 29: General Principles of  Level Design

Layouts• Parallel layouts

→ a more modern variant of the linear layout→ Not require the player pass through every path

Page 30: General Principles of  Level Design

Layouts• Ring layouts

→ In a ring layout, the path returns to its starting point→ shortcuts that cut off a portion of the journey

Page 31: General Principles of  Level Design

Layouts• Network Layouts

→ Spaces connect to other spaces in a variety of ways→ Freedom about what path to take

Page 32: General Principles of  Level Design

Layouts• Hub-and-Spoke Layouts

→ the player begins in a central hub that ordinarily does not present significant challenges or dangers. → Gives the player choice about where he goes

Page 33: General Principles of  Level Design

Layouts• Combination Layouts

→ Combine aspects of each type of layout→ Corresponds to the story structure of many large RPGs

Page 34: General Principles of  Level Design

Atmosphere• Lighting• Color palette• Weather and atmosphere effects• Special visual effects• Music • Ambient audio• Special audio effects

Page 35: General Principles of  Level Design

Level Design Process• Note on duties and terminology

- create levels for a game using a 3D graphics engine• Design to level design handoff

- generate features you want to appear in the level

create a rough overview map• Planning phase

- gameplay - art - performance - code

Page 36: General Principles of  Level Design

Planning Phase

o Gameplay - layout - areas devoted to major challenges - termination conditions- resource placements- player start and end points- NPC positions and spawn points- elevations- secret areas- special events issues- landmarks- destruction- storytelling- save points and checkpoints

Page 37: General Principles of  Level Design

Planning Phase

o Artscope : magnitude and complexity of the leveldecide how much artwork it will need

o Performance performance of the programmers’ problem

o Codecoding

Page 38: General Principles of  Level Design

Level Design Process• Prototyping

- at least part of the game engine be running • Level review

- scale- pacing- placement of objects and triggers- performance issues- code issues- aesthetics

Page 39: General Principles of  Level Design

Level Design Process• Refinement and lock-down

- make refinement pass and lock the level design• Level design to art handoff

- build geometry, animations, and textures in real game• First art and rigging pass

- enter first art and rigging pass• Art to level design handoff and review

- conduct another review

Page 40: General Principles of  Level Design

Level Design Process• Content integration

- assemble all the assets into the completed• Bug fixing

- test, look for the mistakes• User testing and tuning

- begin alpha testing

Page 41: General Principles of  Level Design

Pitfalls of Level Design• Get the scope right• Avoid conceptual Non Sequiturs • Make atypical level Optional • Don’t show the player everything at once • Never lose sight of your audience