TMPE.log
Overview
The TMPE.log
is an additional log file that's created when TM:PE is active.
The contents of the log are usually mundane, just lists of the routine tasks TM:PE performs when starting up and shutting down. However, sometimes it will contain additional information about errors, particularly mod conflicts, that won't be listed in the main game log file.
File location
On Windows:
<SteamFolder>\SteamApps\common\Cities_Skylines\Cities_Data\TMPE.log
Note: The <SteamFolder>
is usually found at C:\Program Files (x86)\Steam
.
On Mac:
Navigate to:
Users/username/Library/Application Support/Steam/steamapps/common/Cities_Skylines
Then right-click Cities
and choose Show Package Options (Yosemite users: Choose Open in new tab instead, then click on the new tab), then you can find the log file in:
Contents/TMPE.log
On Linux:
~/.local/share/Steam/steamapps/common/Cities_Skylines/Cities_Data/TMPE.log
Custom log file location:
Note: Only tested on Windows, might not work on Linux/Mac?
As of TM:PE 11.6.2 we check for the -LogFile
command line parameter. If specified, TMPE.log
will be placed in the specified folder. For details see PR #1151.
Sharing
See: Sharing your log
Identifying mod conflicts
If another mod conflicts with TM:PE, details will appear in the TMPE.log
. You'll see something like this:
In the example above, another mod has altered the ResidentAI.GetVehicleInfo
and TouristAI.GetVehicleInfo
methods in such a way that TM:PE wasn't able to apply its own alterations to those methods.
We also highly recommend using the Compatibility Report mod which scans all your mods and identifies any that are outdated/incompatible.