Design Lecture 4 CSE4AT3 Refining The Player Experience.

25

Transcript of Design Lecture 4 CSE4AT3 Refining The Player Experience.

Page 1: Design Lecture 4 CSE4AT3 Refining The Player Experience.
Page 2: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Design Lecture 4

CSE4AT3

Refining The Player Experience

Page 3: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Extrinsic Knowledge

• From the real world

• From other games

• Can be contradicted in the game for logical reasons– Not being able to jump in doom

This was a design constraint.The solution was to make level designs where jumping was neither necessary, nor would be beneficial to the player, high walls, ways to explore most areas, platforms, lots of platforms

Page 4: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Intrinsic Knowledge

• Learnt / Inferred from within the game– Should be consistent with the game / story

• Changes to rules should be explained

– Eg: A type of door that doesn’t open• Headshots inflict more damage• SOF Damage Locations• How weapons behave

Page 5: Design Lecture 4 CSE4AT3 Refining The Player Experience.

E. Adams on Game Development

• 50% Avoiding Errors

• 35% Tuning and Polishing

• 10% Imaginative variations on the game’s premise

• 4% Design Innovation

• 1% Unknown goodness

Page 6: Design Lecture 4 CSE4AT3 Refining The Player Experience.

The Player Experience as seen by E. Adams

• Gameplay comes first

• If a feature isn’t working get rid of it

• Design around the player– If you forget the player POV you will loose the

fun

Page 7: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Know your target Audience

• Abstract or automate parts of the simulation that are not fun– But remember your audience– I would also include avoid / remove to some

parts• Eg: Postal2 – Paying your Fine• NFS – Tuning your cars

Page 8: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Be true to your vision– Aka don’t go past your design scope– E. Adams example: The Perfect Sailing

Simulator– Complications arise from Publishers

• Aesthetic Perfection– Always Strive for it

• Not Critical, but adds a lot of appeal

Page 9: Design Lecture 4 CSE4AT3 Refining The Player Experience.

The Challenge Hierarchy

• Used when the player will experience more than one challenge at a time– This is typical of the majority of goal oriented

games

Page 10: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Informing the player about Challenges

• Explicit Challenges– Typically how to win the game (top level)– How to win each level– Atomic Challenges (bottom level)

• Implicit Challenges– Challenges in-between

• Tutorials may explicitly explain how the implicit challenges work

Page 11: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Implicit Challenges

• The Intermediate Challenges are where much of the players fun comes from– Players should be able to figure out the

intermediate challenges based on the Atomic challenges and the Win conditions

– IF this is not the case, your challenge hierarchy is a Conceptual Disaster and needs attention

• In my experience Bioshock was lacking (interesting/engaging) intermediates

Page 12: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Victory by any means

• If a player wins the game, checking that they won the correct way and penalising the player for creating their own path to victory is not a good approach

Page 13: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Stress Skill and Absolute Difficulty

• When players are forced to perform multiple Atomic Challenges at once stress is introduced into the gameplay– It is up to your design team to decide weather

you want stress, and how much you will allow into your game

• The number of types of challenge a player need to address will also affect game complexity

Page 14: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Absolute Difficulty

• Intrinsic Skill required and Stressfulness of the challenge put together.– Difficulty levels can be used to give players a

choice of stress and the skill they posess• Stress is also related to the players skill

– Lower skill will provide a higher stress on the player

Page 15: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Common Challenge Types

• Physical Coordination– Time Pressure– Speed and Reaction– Intuitive Physics– Timing and Rhythm– Combination Moves

Page 16: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Logic and Mathematical Challenges– Formal Logic Puzzles– Mathematical Challenges

• Races and Time-Pressure

• Factual Knowledge

• Memory Challenges

• Pattern Recognition Challenges

Page 17: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Exploration Challenges– Spatial Awareness Challenges– Locked Doors– Traps– Mazes and Illogical Spaces– Teleporters

Page 18: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Conflict– Strategy– Logistics– Survival and Reduction of Enemy Forces– Defending Vulnerable Items or Units– Stealth

Page 19: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Economic Challenges– Accumulating Resources– Achieving Balance– Caring for Living Things

• Conceptual Reasoning and Lateral Thinking Puzzles– Conceptual Reasoning– Lateral Thinking

Page 20: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Player Actions

• The combination of the player (user) interface and the players actions– Actions should only be able to do atomic

challenges– The Defeat Boss button is not terribly exciting

Page 21: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Defining Actions– Actions for gameplay– Actions for Fun (Unstructured Play)– Actions for Customisation– Actions for Socialisation (Multiplayer games)– Story Participation Actions– Interface customisation Actions (Game

Settings)

Page 22: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• That was not a complete list of Actions, but gives you an idea of what to consider

• You don’t always have to have the action players want. Sometimes they want something that doesn’t support the experience you are trying to create– Ghost Recon

Page 23: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Game Saving

• To save or not to save?– According to Penny Arcade ‘Jesus Saves’

• I think it is game dependant

• Pros– Short gameplay times are possible– People can ‘hack’ their way through difficult parts of

the game– Players are not penalised for leaving a game after

45mins play by having to re-do much of the level.

Page 24: Design Lecture 4 CSE4AT3 Refining The Player Experience.

• Cons– Players will lower their immersion by playing

in small time segments– Hardware limitations may deny you the ability

to save a players game state exactly (Check-pointing is a solution)

Page 25: Design Lecture 4 CSE4AT3 Refining The Player Experience.

Summary

• I tend to think what works, and/or seems reasonable is the best thing to do

• If there was a set of definitive answers as to exactly what you do to create the perfect games, someone would be very rich!

• Much like a movie, it can be a huge flop, or a surprising success– Experience helps you attain your goals, most of the

time….