The OpenRCT2 Forums have been archived. Registrations and posting has been disabled. Jump to content

RCT2 and Assembly?


Recommended Posts

Posted

I heard RCT1 was written entirely in assembly? As a programmer-in-training this is fascinating and amazing to me. Is RCT2 also written in assembly? What about OpenRCT2? 

Posted

 RCT2 was for 99% written in assembly, and 1% C for the DirectX interface. Assembly is close to machine language, and difficult to maintain, so it has been decompiled into C for OpenRCT2. OpenRCT2 uses a mix of C and C++. It's open source, so head over to the GitHub page to take a look at it yourself.

  • Like 3
×
×
  • Create New...