Saints Row

AAA Action-Adventure game set in the wild city of Santo Ileso.

Official Site


Saints Row

Gameplay Trailer


Contributions



Since my start at Volition in Summer of 2019 I have had the privilege of working on the Missions team to bring together the story and side quests of Saints Row. The end result is the culmination of a whole team of programmers, designers, artists, writers, producers, QA, and many more, putting in countless hours of work. Assembling a mission consists of constant cross-discipline communication to coordinate creation of prototypes, Co-op functionality, mission interiors, custom player states, custom world states, cinematic moments, QTEs, and much more all topped off with a healthy amount of bug fixing to ensure everything works smoothly.

Co-oping Scripts Implementation

The entirety of Saints Row is made to be played in co-op. This means all of the designer-facing mission scripts need to go through the process of co-opification by tracking down the associated systems' co-op functionality and either manually syncing it via custom RPCs or working with the system owner to sync it all. This usually involved diving into many different systems within the game, understand their syncing behavior and then implementing any changes needed to keep things working for multiple players.

Prototyping Designer Collaboration

When creating a new mission, the prototyping process is a highly iterative and collaborative process between the mission designer and their programmer. Prototypes would be created with chunked mission functionality while more complex sequences were identified and prototyped separately for implementation or co-op concerns. As the mission became more finalized, general co-op and more custom scripting would be included.

QTE System Maintenance

This system orchestrates a local player QTE and replicates results to the remote avatar. I inherited this system a couple years back and have made minor fixes and improvements.

Components and Extra Behaviors

Various other behaviors were needed for the project. Player wranglers to keep them from straying too far from a critical area, special weapons with unique bullet behaviors, and activity systems to control custom avatar behavior.