Top Banner
Forsaken Robert Feeney, Steffan Pease, Nicole Shaddock, Ting-Chun Sun, Tony Xu
15

Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Jan 05, 2019

Download

Documents

phamngoc
Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

ForsakenRobert Feeney, Steffan Pease, Nicole Shaddock, Ting-Chun Sun, Tony Xu

Page 2: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Forsaken

● Trapped in an old asylum, need to find some way out

● The asylum itself is trying to trap you

● Chased by a creepy little girl

Page 3: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Timebox 6

● Unique CB’s room● Syringe drugged effect● Intro sequence, rough ending sequence● Marked rooms (Security, Storage, etc.)● “Dummy” interactables and clutter● CB Echolocation & Sound Mechanics

Page 4: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

CB’s Room

● Unique than other bedrooms● Pinky and Girly(?)● Doll house

Page 5: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Drugged Effect

● Cutscence when injection● Dizzy and tripping● Last 30 seconds

Note: Real drugs can have altered effects from the ones depicted in Forsaken.Team Serambiguous does not condone the act of drug use unless prescribed by a licensed medical practitioner.

Page 6: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Intro Sequence

● Inspired by P.T. Demo● Waking up camera animation● No context given to player● Clueless = Helpless● “What am I doing here?”

Page 7: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Ending Sequence

● Roughly done● Needed to make a cutscene● Asylum = Doll house?● “Do I really make it?”

Page 8: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Marked Rooms

● Label rooms to avoid confusion● Decreases the chance that the player will get

hopelessly lost and frustrated● “Office or Dining Room?”

○ Distinguishes between ambiguous rooms○ Adds clarity to the asylum architecture

● Loops are slightly easier to notice

Page 9: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Dummy Interactables

● The player can now interact with props that are not important to the story

● “Will I need this?”○ Dummy props can act as a red herring○ Gives the player something to think about○ Adds player stress

● Additional features?

Page 10: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Clutter

● Fill rooms with dummy props● Environment becomes more interactable

Page 11: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Alerted State (CB AI)● Past CB had two states:

a. Patrol state (player not in sight)➢ Slow movement speed➢ Random destination

b. Chase state (player in sight)➢ Fast movement speed➢ Destination = player location

● New state:c. Alerted State

➢ Player not in sight➢ Medium-fast movement speed➢ Predetermined destination

Page 12: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

“Sound” Mechanics (Thrown Props)

● Certain props can now be thrown● CB can potentially “hear” thrown props● Not related to Unity’s audio components● “Heard?” determined in OnCollision()

○ Calculate distance between CB and collision point○ If distance < hearing threshold, alert CB○ Alerted-state CB will head towards the collision point

Page 13: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Demo!

Page 14: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Goals for Final Demo

● Finalize ending cutscene● Darken drugged effect● Subquest- CB steals diesel from you● Polish and Playtest

Page 15: Forsaken - Computer Science and Engineeringweb.cse.ohio-state.edu/.../2014/Forsaken/Timebox6Slides.pdf · Forsaken Trapped in an old asylum, need to find some way out The asylum itself

Questions?