Office Race Game Info
Last Updated: 7 August 2021Contents
Please don’t ask why this game is here, just follow along and read it (:
I basically can’t order this properly because this game is raw chaos, so instead you’re just gonna get tons of random walls of text.
Very unsurprisingly, this game is built in Unity (2017.1.1f1
). This makes the code stupidly easy to decompile, it’s available in Office Race\Office Race_Data\Managed\Assembly-CSharp.dll
.
Office Race’s code is fairly slim, most of the logic is shoved into a few classes, other things are just for data representation.
- If you type
quack
in the main menu, you’ll toggle Quack Mode, it will turn certain sounds into duck noises for whatever reason