My work for Crash Team Rumble
Shipped Crash Team Rumble for Xbox, PS4 and PS5 in C++/UE4 (90% of contribution done in C++)
Added features for Unreal’s Gameplay Ability System (GAS) that helped fix several server correction issues.
Optimized the movement system using Visual Studio Debugging, Unreal Insights, and Performance Captures
Made Networked character movement more predictable by adding features to the Custom Movement Component.
While I cannot go into specifics of my work due to NDA.
I will point out a few things in the game I worked on!
Movement System and Networking
While I had a lot of things going on with character movement and networking, I would like to highlight one particular change.
The masked powers or the Mask Buy stations in the game caused server corrections every a player activated it in a bad network.
This was because when a character sped up, the server wasn't synced with the client, and it caused a server correction.
By using Visual Logging, Breakpoints, and Network captures for debugging, I was able to fix it and make it very smooth.
Combat System
I also worked a lot on the combat system, while improving and fixed bugs related to Damage and server corrections happening with Combat System.
Targeting System
I improved the targeting system by providing functionality to help target new characters and adding more debugging functionality.
While I was working on this system, with the familiarity, I was able to fix a glitch in the live game that made Neo Cortex spam infinite pianos.