- Joined
- Feb 6, 2006
- Messages
- 18,678
- Reaction score
- 2,319
- Points
- 365
- Age
- 38
Another K-lite Fix
After an email i got from Glengine after they had the K-Lite Codec problem i thought id post it here.
After an email i got from Glengine after they had the K-Lite Codec problem i thought id post it here.
Glengine said:I found that if I used the code you posted for the fable.bat file I got the error "Cannot find splash.exe" and after running the game he wouldn't rename the path of K-lite.
So I figured this was because my computer was still searching in the other map.
My solution was easy: I made the batch file go to the necessary folder, after these extra steps it worked :
I also used another folder to install the game to.
@ echo off
cd "\Program files"
if exist "K-Lite Codec Pack" ren "K-Lite Codec Pack" "K-Lite Codec Pack.old"
cd "\"
cd "C:\Games\Microsoft Games\Fable - The Lost Chapters\"
"C:\Games\Microsoft Games\Fable - The Lost Chapters\Fable.exe"
cd "\"
cd "\Program files"
if exist "K-Lite Codec Pack.old" ren "K-Lite Codec Pack.old" "K-Lite Codec Pack"
Just wanted to let you know that the posted code gave a slight problem with me. So maybe this new code can help people who had the same problem as me.