Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
The problem is basically, the game program needs to create and read a "Settings.cfg" file to save the options - which is separately managed and has a different path than the saved game or debug log files. In my case, I got to find this path thanks to the error message associated with the crash.
Try this: (disclaimer: I am not their developer, try this at your own risk)
create this file Settings.cfg at this place:
X:\{your windows user name}\Documents\Tribute Games/TMNT/Settings.cfg/
X is the drive where your Steam library is.
create an empty notepad file and rename it to Settings.cfg
Make sure you grant the save privilege to this newly created folder as the Steam library folder has - i don't know which one works exactly, also you may not be able to copy and grant everything. But one of them worked for me.
Why is this path exactly is a myth to me. It doesn't make much sense to me. I have to Steam libraries, one in C: drive, the other in D: drive. My TMNT is installed in C drive's library, but the path has it in D: drive. And it doesn't seem to be referring the %USERPROFILE% environment variable, because that too, would point to C: drive.
But I got it to work, and my options can be saved and remembered - which is a bonus.
%Env USER_MYDOCS%/Tribute Games/TMNT/Settings.cfg
In my case, it points to my D: drive
is your documents folder really on your D drive?