Difference between revisions of "Helpers"

From gdp3
Jump to: navigation, search
 
Line 10: Line 10:
  
 
This pattern is a still a stub.
 
This pattern is a still a stub.
 +
 +
Helpers are game elements that support the players in completing goals by giving advice or by performing actions which the players are not able to perform. They are not under any players' control, and typically do not move around in the game world.
  
 
=== Examples ===
 
=== Examples ===
 +
Example: the rumor spreading non-player characters in Ultima series are sometimes directly and sometimes indirectly giving the player advice on how to progress in the game.
 +
 +
Example: each of the games in The Legend of Zelda series contains several helpers from helpful grandmothers to talking boats.
 +
 +
[[Mario Kart series]] being towed after falling of courses
 +
  
 
== Using the pattern ==
 
== Using the pattern ==
 +
The Helpers pattern is a direct subpattern of Clues, and as such the design choices relevant to Clues are relevant to Helpers. However, as Helpers typically are represented as living creatures, they may provide different Indirect Information when interacted with several times. This may range from simply rotating through a couple of answers to provide variation to providing new pieces of information when the previous goals have been completed. Further, game designer have to determine if the players can modify the reaction of Helpers by their actions, e. g. gifts, bribes, threats, or direct attacks. Sometimes Helpers can also act as Tools, for example, the Lion Boat in The Legend of Zelda: Wind Waker is also the player's main means of transportation. Helpers can be used to create Red Herrings for the players as the information they provide is rarely Direct Information about the game state.
 +
 +
Game elements can change roles between being Helpers and Units due to the actions of the player, and this can be used to create new subgoals for the player. For example, in Baldur's Gate the player can talk to many non-player characters in the game, but some these characters can also be invited to the player's adventuring party, effectively changing their status from being a Helper to being a Unit.
  
 
=== Diegetic Aspects ===
 
=== Diegetic Aspects ===
Line 22: Line 33:
  
 
== Consequences ==
 
== Consequences ==
 +
Helpers are game elements in Levels or Game Worlds that provide players with Clues. They can also be used to unfold the Narrative Structure by providing background stories or letting the Helpers change their advice as gameplay progresses.
 +
 +
Like Clues, Helpers can support Smooth Learning Curves while only giving Illusionary Rewards since players may not follow or understand the help or advice they are given.
  
 
== Relations ==
 
== Relations ==
 +
[[Levels]]
 +
[[Non-Player Characters]]
 +
[[Enemies]]
 +
[[Companions]]
 +
[[Game Worlds]]
 +
[[Helplessness]]
 +
[[Quests]]
 +
[[Clues]]
 +
[[Tutorial Neighbors]]
  
 
=== Can Instantiate ===
 
=== Can Instantiate ===

Revision as of 00:27, 3 August 2011

...

This pattern is a still a stub.

Helpers are game elements that support the players in completing goals by giving advice or by performing actions which the players are not able to perform. They are not under any players' control, and typically do not move around in the game world.

Examples

Example: the rumor spreading non-player characters in Ultima series are sometimes directly and sometimes indirectly giving the player advice on how to progress in the game.

Example: each of the games in The Legend of Zelda series contains several helpers from helpful grandmothers to talking boats.

Mario Kart series being towed after falling of courses


Using the pattern

The Helpers pattern is a direct subpattern of Clues, and as such the design choices relevant to Clues are relevant to Helpers. However, as Helpers typically are represented as living creatures, they may provide different Indirect Information when interacted with several times. This may range from simply rotating through a couple of answers to provide variation to providing new pieces of information when the previous goals have been completed. Further, game designer have to determine if the players can modify the reaction of Helpers by their actions, e. g. gifts, bribes, threats, or direct attacks. Sometimes Helpers can also act as Tools, for example, the Lion Boat in The Legend of Zelda: Wind Waker is also the player's main means of transportation. Helpers can be used to create Red Herrings for the players as the information they provide is rarely Direct Information about the game state.

Game elements can change roles between being Helpers and Units due to the actions of the player, and this can be used to create new subgoals for the player. For example, in Baldur's Gate the player can talk to many non-player characters in the game, but some these characters can also be invited to the player's adventuring party, effectively changing their status from being a Helper to being a Unit.

Diegetic Aspects

Interface Aspects

Narrative Aspects

Consequences

Helpers are game elements in Levels or Game Worlds that provide players with Clues. They can also be used to unfold the Narrative Structure by providing background stories or letting the Helpers change their advice as gameplay progresses.

Like Clues, Helpers can support Smooth Learning Curves while only giving Illusionary Rewards since players may not follow or understand the help or advice they are given.

Relations

Levels Non-Player Characters Enemies Companions Game Worlds Helplessness Quests Clues Tutorial Neighbors

Can Instantiate

with ...

Can Modulate

Can Be Instantiated By

Can Be Modulated By

Possible Closure Effects

Potentially Conflicting With

History

New pattern created in this wiki.

References

-

Acknowledgements

-