Single player action adventure, continuing the adventures (and struggles) of Lara Croft.

Type

Role

Stack

Rise of the Tomb Raider is the sequel to Tomb Raider (2013) and was developed by Crystal Dynamics for Xbox One, while Nixxes was contracted to convert the title to PC. In my role as a Systems Programmer I ensured the user interface worked well with mouse and keyboard and fixed bugs related to UI and input. I also implemented Razer Chroma effects for the title.

My main body of work for this project constituted of getting the numerous menus to work with mouse and keyboard input. Luckily, most of the hard work had already been done for the previous project built with this engine, but there were a lot more menu screens this time around.

Besides the usual main menu and in-game screens, Rise of the Tomb Raider also sports an "Expeditions" mode, where users can combine collectible cards into challenges. Getting these menus to work with mouse and keyboard proved to be a real challenge, because selecting elements out of order with the mouse often brought underlying issues to the surface.

On top of that, a lot of the menu screens had been tilted with a 3D effect, causing problems with mouse picking. This bug had been slumbering since the previous Tomb Raider title and only surfaced because of the increased usage of the effect. Luckily, with the help of a coworker, I was able to debug the problem and create a general solution to fix the issue once and for all.

Improved context bar

On our previous collaboration with Crystal Dynamics, I implemented a context bar widget for Lara Croft and the Temple of Osiris. Because Rise of the Tomb Raider is built on the same codebase, I was able to bring the widget over wholesale. The widget allows for the adding of gamepad button prompts that are automatically transformed to clickable buttons when playing with mouse and keyboard.

For this project, I improved the look and feel of the widget, making it easier to integrate in existing menu screens. The widget was used to add mouse interaction to all menu screens in Rise of the Tomb Raider.

Razer Chroma effects

We were contracted by Razer to add lighting effects for their Chroma-enabled keyboards, mice and mousepads by using their Chroma SDK. The SDK allows one to control the color and intensity of each of the keys on supported keyboards, the lights on a mouse's scrollwheel and the lights on the edge of a supported mousepad. I was responsible for designing and implementing these effects in the game.