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

dabmasterars

L5: Dapper Member
Mar 20, 2023
230
37
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.