Page 1 of 1

Not creating .OVL File

Posted: 20 Oct 2004 09:19
by Nwkstr
I have the windows version (downloaded) and XP and I downloaded the version 2 patch. I followed the instructions but the patch file didn't create the .OVL file. Not sure why it won't create it but i searched around and didn't find anything.

Posted: 20 Oct 2004 10:07
by Prof. Frink
Can you give the exact error message?

Posted: 21 Oct 2004 05:21
by Nwkstr
Theres no error messages showing. I open the patch and the screen goes black for a second or two then it just goes back to the desktop.

Posted: 21 Oct 2004 06:16
by SHADOW-XIII
run ttdpatchw.exe via dos console (menu start -> run: "cmd.exe" or "command.com")

Posted: 21 Oct 2004 07:57
by Nwkstr
Your a F*****g genius. It was the language. It wasn't set. I must of never seen it when the screen would refresh to try to enter the game. Thanks

Posted: 21 Oct 2004 12:16
by SHADOW-XIII
have you succesfully set the language and run the game ? :wink:

Posted: 21 Oct 2004 22:36
by Nwkstr
Yea I ran the game but everytime i want to play it i have to set the language.

Posted: 22 Oct 2004 13:06
by DaleStan
I know I've seen this elseplaces, but create a batch file (eg ttdpatch.bat)

Code: Select all

@echo off
set LANG=[whatever]
ttdpatch [switches]
or, if you're comfortable messing with your startup files, you can add the "set LANG" line to autoexec.bat.

Posted: 24 Oct 2004 05:46
by Nwkstr
Couldn't get it to work at first but finally figured it out thanks.

Posted: 24 Oct 2004 06:16
by Rob
Maybe you could share the solution with us, for the sake of our progeny. :?:

Posted: 25 Oct 2004 03:06
by Nwkstr
exactly what DaleStan said

@echo off
set LANG=[whatever]
ttdpatchw.exe (or whatever your patch is named, then run this .bat file instead of the patch file)