Changes

Jump to navigation Jump to search
no edit summary
Line 5: Line 5:     
== Controls ==
 
== Controls ==
 +
 +
:::::::::::::http://people.rit.edu/jam2707/xodev/screens/tutorial_monitor.gif
 +
 +
http://people.rit.edu/jam2707/xodev/screens/tutorial_dpad.gif http://people.rit.edu/jam2707/xodev/screens/tutorial_buttons.gif
      Line 23: Line 27:     
=== Title Menu ===
 
=== Title Menu ===
 +
 +
http://people.rit.edu/jam2707/xodev/screens/menu_title.gif
 +
    
:The first thing to note is the game version you are working with. This is located to the bottom right of the screen and looks like "v 1.00.000".
 
:The first thing to note is the game version you are working with. This is located to the bottom right of the screen and looks like "v 1.00.000".
Line 74: Line 81:     
=== Stats / Inventory ===
 
=== Stats / Inventory ===
 +
 +
http://people.rit.edu/jam2707/xodev/screens/menu_stats.gif
 +
    
:The purpose of the stats / inventory menu is to view the player’s current game statistics. This includes items such as money, items equipped, inventory, health points, or any other stat tied to the character.
 
:The purpose of the stats / inventory menu is to view the player’s current game statistics. This includes items such as money, items equipped, inventory, health points, or any other stat tied to the character.
Line 109: Line 119:     
== Traveling System ==
 
== Traveling System ==
 +
 +
http://people.rit.edu/jam2707/xodev/screens/travel_empty_room.gif
 +
    
:While in a room, players can change the direction they are facing (orientation) and choose the direction in which to travel. Players can move freely from room to room provided there are no locked doors along the way. These will require keys to be obtained first before traveling through them.
 
:While in a room, players can change the direction they are facing (orientation) and choose the direction in which to travel. Players can move freely from room to room provided there are no locked doors along the way. These will require keys to be obtained first before traveling through them.
Line 115: Line 128:  
== Combat System ==
 
== Combat System ==
   −
http://people.rit.edu/jam2707/xodev/screens/combat_basic.gif
+
http://people.rit.edu/jam2707/xodev/screens/combat_basic.gif http://people.rit.edu/jam2707/xodev/screens/combat_victory.gif
      Line 125: Line 138:     
=== Cutscenes ===
 
=== Cutscenes ===
 +
 +
http://people.rit.edu/jam2707/xodev/screens/combat_tutorial.gif
 +
    
:Cutscenes interrupt the game in order to explain something to the player. They often contain hints as to where to go or what to do next and are very helpful. They also progress the story arc. Cutscenes merely ‘pause’ movement while a message or action happens. The player then resumes control.
 
:Cutscenes interrupt the game in order to explain something to the player. They often contain hints as to where to go or what to do next and are very helpful. They also progress the story arc. Cutscenes merely ‘pause’ movement while a message or action happens. The player then resumes control.
      −
=== FMC (Full Motion Comic) ===
+
=== FMCs (Full Motion Comics) ===
    
:Full motion comics are videos that interrupt the game to solely progress the story arc and generally handle more important events that are happening. Most games have full motion video (FMV), which do the same in a more cinematic format. Fortune Hunter utilizes a comic book style cinematic sequence for a few reasons; it is a renowned art form and looks fantastic, it aids in reading skills and makes reading a pleasant task, it drastically cuts down on the game’s required hard disk space, and the FMCs can remain within the scope of the art style of the game. The full motion comics also have voice over, so the player is essentially being read to while the words are presented in speech bubbles.
 
:Full motion comics are videos that interrupt the game to solely progress the story arc and generally handle more important events that are happening. Most games have full motion video (FMV), which do the same in a more cinematic format. Fortune Hunter utilizes a comic book style cinematic sequence for a few reasons; it is a renowned art form and looks fantastic, it aids in reading skills and makes reading a pleasant task, it drastically cuts down on the game’s required hard disk space, and the FMCs can remain within the scope of the art style of the game. The full motion comics also have voice over, so the player is essentially being read to while the words are presented in speech bubbles.
Line 175: Line 191:     
== HUD - Heads Up Display ==
 
== HUD - Heads Up Display ==
 +
 +
http://people.rit.edu/jam2707/xodev/screens/map_mini.gif http://people.rit.edu/jam2707/xodev/screens/map_macro.gif
 +
    
:The heads up display in this game consist of few, simple elements. While in the world travelling from room to room, the player will have a travel indicator. This is a mini map on the lower left screen showing the players current location and orientation as well as rooms that were previously visited. The player also has the ability to view a larger scaled visual of this map so they may see a larger area of play. The player is represented by an arrowhead within the room and the door in which they came from has a light blue rectangular marker. Also, while travelling, the player has a vitality indicator. This shows the player’s current health status as either danger (red), fine (yellow), or good (green). This lets the player know what shape they are in just in case of another enemy encounter. Finally, there is a text feed of the area on the bottom of the screen, telling the player of any abnormalities or hinting them in the right direction for any given room.
 
:The heads up display in this game consist of few, simple elements. While in the world travelling from room to room, the player will have a travel indicator. This is a mini map on the lower left screen showing the players current location and orientation as well as rooms that were previously visited. The player also has the ability to view a larger scaled visual of this map so they may see a larger area of play. The player is represented by an arrowhead within the room and the door in which they came from has a light blue rectangular marker. Also, while travelling, the player has a vitality indicator. This shows the player’s current health status as either danger (red), fine (yellow), or good (green). This lets the player know what shape they are in just in case of another enemy encounter. Finally, there is a text feed of the area on the bottom of the screen, telling the player of any abnormalities or hinting them in the right direction for any given room.
544

edits

Navigation menu