Quake Live Steam

2014-2016

Quake Live ran as a service for about 7 years, an incredibly long time by game service standards, and most of that time was spent running in a browser plugin. As browser vendors began to kick native plugins out of their browsers, we knew we had to do something. Our solution was to flip things around: instead of embedding the game in the browser, we'd embed the browser into the game. This ended up working pretty well, requiring mostly UI and initialization changes to correct some now incorrect assumptions. I emulated the plugin's interface within the game directly, and the game was mostly happy.

Once we decided to discontinue the service, we would have to figure out how to do everything we used to do on the web completely on the player's PC. Since Quake Live's underlying UI was still basically 15 year old Quake 3 code, it would not have been feasible to reach really any quality bar, especially compared to what the browser UI provided. Thankfully, the decision to embed the browser in the game a year earlier was ultimately what made this possible.

Codenamed the "Eternal Edition," this final version would ironically bring the game back to how it started: as a one time purchase game with user-run servers. We wanted to use as much of the Steam platform as possible, and this required a bunch of core changes to the engine. The big points from service to Steam from my perspective were:

Overall, this transition was great for the game's future, and I am immensely proud of what we pulled off as a 3 plus contractor person team.