Page 1 of 1

Compiling CE Tutorial Games

Posted: Wed Aug 25, 2021 11:00 pm
by Psyonix
This is my first time ever compiling a program from source code. I used Lazarus to successful build 64-bit and 32-bit release versions of CE 7.2 and 7.3 along with the tutorial guides. However, I cannot get the tutorial games themselves to run. Also tried doing a *.lpi search to build everything available to no avail. No searches seemed to yield any similar problem so I must be making some kind of basic error. The pre-built CE 7.2 release tutorial games work fine for me.

Any advice to fix the issue would be appreciated.

Re: Compiling CE Tutorial Games

Posted: Thu Aug 26, 2021 12:33 am
by LeFiXER
Navigate to "...\cheat-engine-master\Cheat Engine\Tutorial" then double-click tutorial.lpi. Once Lazarus has finished loading the project, all that remains is to press F9.

Re: Compiling CE Tutorial Games

Posted: Thu Aug 26, 2021 4:08 am
by Psyonix
I've already built the tutorials themselves and they work fine. It's the tutorial games that don't.

Re: Compiling CE Tutorial Games

Posted: Mon Aug 30, 2021 5:04 pm
by SenaBlue
It's easy:

1. Navigate to master\Cheat Engine\Tutorial\graphical
2. Open and compile project1.lpi if it's not done already
4. Copy gtutorial.exe and 'badassets' folder to the 'bin' folder (the one where compiled CE executable is)

Now 'Tutorial Games' should start correctly.