2/7 - General Meeting
announcements
Through our website!
how?
Using your email!
Register for our
nEWSLETTER!
Sign up for our Newsletter!
QR Code to Website
Register with us on OU Engage!
Octopath’s Developers:
Today’s Topic
A Staple Of The RPG Genre…
Naive Example
Story Time!
public void PlayerOneTurn()
{
... // Turn Functions
}
public void PlayerTwoTurn()
{
... // Turn Functions
}
public void RunGame()
{
while (isPlaying)
{
PlayerOneTurn();
PlayerTwoTurn();
}
}
While we are playing the game:
Perform Player One’s Turn,
Perform Player Two’s Turn,
Repeat.
Issues
public void RunGame()
{
while (isPlaying)
{
PlayerOneTurn();
PlayerTwoTurn();
}
}
While we are playing the game:
Perform Player One’s Turn,
Perform Player Two’s Turn,
Repeat.
The Client sends a Command to the Invoker.
The Invoker handles Command processing, execution order, timing, etc.
The Invoker passes the Command to the Receiver.
The Receiver executes the Command’s instructions.
Composer
Yasunori Nishiki
Chords!!
Chords are a stack of different notes–often intervals of 3rds
Major chords!
Minor chords!
Alphabet
A B C D E F G A …
Alphabet
A B C D E F G A …
Major chords
A B C D E F G A …
Minor chords
A B C D E F G A …
Progressions
You can take any chord progression and swap the quality of the chords
C maj F maj C maj
C maj F min C maj
Mode mixture
You can take any chord progression and swap the quality of the chords
C maj F maj F min C maj
Mode mixture
You can take any chord progression and swap the quality of the chords
C maj F maj F min C maj
Examples
A maj - D min - A maj
Examples
D maj - G min - D maj
Examples
G - Eb - C min - G - C min
Combat
In-combat strategies (BREAK)
Combat
In-combat strategies (BREAK)
BOOST
Party System
Octopath utilizes a party system
So how does Octopath’s party system challenge and reward the player?
Let’s find out !!
Party System
Even out of combat, players need to make choices on their parties due to Path Actions
Path Action Duality
In Octopath Traveler, some characters have similar path actions, but fall under two distinct categories: Noble and Rogue
Eight Characters to choose from challenges players to experiment
UX/UI Design
Key Characteristics of Great UI Design
UX/UI Design
Party Information
Turn Order
Shield Points & Vulnerabilities
Active
Member
Info.
Intuitive Navigation (no weird diagonal movements)
Useless Information not shown (HP not shown for weapon selection)
How each weapon affects stats
POP QUIZ !!
3 Questions !! (Winners gets STICKERS)
Worldbuilding!
Along with their characters, Octopath Traveler excels at worldbuilding
The Quest
Octopath Traveler features eight perspectives/storylines that feed into one
The Story
They all come together for one overarching story…or do they?
Let’s link up!
The narrative design choice to include eight main storylines with small side quests led the overarch
Meet the artist: Mika Iizuka
Let’s Rewind
My Body is Technical: Development and Concepts
Development and Concepts Cont’d
Lights, camera, action!
Lights, camera, action! cont’d
How Deep is your Depth of Field?
Les Models and Textures
♥ Chulip ♥
Gotw
committees
Joinable Committees
Committee
Registration
Form
Slide where Rachelle tells me Im wrong
How do you pronounce
XOR ?
What is XOR?
List of Logic Gates
XOR Operation Example
100101 ⊕ XOR 111001= ?
Is it pronounce “zor” or “x-or” ?
Why is it pronounced “zor”
*who filled out the survey
Thank you for coming to my XED Talk
Jerrod rn:
also Jerrod rn:
Follow us @OUGDA on INSTAGRAM, @OU Game Dev on Facebook, and @OUGameDevs on Twitter