[CompilePal] How to fix a recent error when building cubemaps

dabmasterars

L3: Member
Mar 20, 2023
122
24
CompilePal has a feature to build cubemaps after compilation, however, the feature is broken by default for now.

noexe.png

THE CAUSE
TF2's exe file originally was called hl2.exe, but was replaced by tf.exe and tf_win64.exe after a recent update. CompilePal, however, still tries to find hl2.exe, which doesn't exist.

THE SOLUTION
1. Go to your CompilePal's directory, then to the GameConfiguration folder.
2. Open the gameConfigs file, replace both instances of "hl2.exe" with "tf_win64.exe".
3. Restart CompilePal.

You're welcome.