It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
avatar
vpbpi: Just thought I would add my 2 cents. For some reason in Vista 32, when I run Fallout 2(with Killap installed) with no Windows Explorer windows open then I sometimes get weird colors. However, if I run it with at least one Windows Explorer window open (My Computer for example) then it will always run with no weird colors. Just try running it with a least one Windows Explorer window open and see what happens. I just made a .bat file that opens one for me when I click it and it has worked every time. Below is the contents of my batch file:
explorer.exe
cd/
cd Program Files
cd GOG.com
cd Fallout 2
Fallout2.exe
copy this into a plain text file and save it as a .bat file then you can make a shortcut to it on your desktop.
This also allows you to play without the movies being messed up, unlike changing to mode 4 for Killap's patch. Just keep it on mode 0 and use the method I described above.

This worked for me! Thanks so much, that's awesome!
avatar
vpbpi: Just thought I would add my 2 cents. For some reason in Vista 32, when I run Fallout 2(with Killap installed) with no Windows Explorer windows open then I sometimes get weird colors. However, if I run it with at least one Windows Explorer window open (My Computer for example) then it will always run with no weird colors. Just try running it with a least one Windows Explorer window open and see what happens. I just made a .bat file that opens one for me when I click it and it has worked every time. Below is the contents of my batch file:
explorer.exe
cd/
cd Program Files
cd GOG.com
cd Fallout 2
Fallout2.exe
copy this into a plain text file and save it as a .bat file then you can make a shortcut to it on your desktop.
This also allows you to play without the movies being messed up, unlike changing to mode 4 for Killap's patch. Just keep it on mode 0 and use the method I described above.

Perfect!!! Thanks for the help!
avatar
seannyfunco: I changed [system] art_cache_size from 8 to 4 in the CFG file. It seems to have solved the issue. However sometimes the game boots up with the incorrect colors. If I exit and start it again it usually starts the 2nd time with no problems.
avatar
brian.whelan: I found the easiest way to address this is to:
right click on the icon
choose properties
click on the compatibility tab
check the box "Run in 640X40" screen resolution
Click apply
Happy gaming!

I can confirm this took care of my issue as well.
*UPDATE*
If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!
avatar
vpbpi: *UPDATE*
If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!

Thanks mate, this worked for me! im running windows 7 beta
avatar
vpbpi: *UPDATE*
If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!
avatar
bcmurty: Thanks mate, this worked for me! im running windows 7 beta

No Problem, Glad to help.
avatar
yawor: I'm having similar problem with game menu.
After intro movies nothing happens and all colors are messed up (i see only "afterimage" of the last intro movie) :/
i'm using lenovo T61 with Intel Core Duo T7300@2.0 GHz, 2GB RAM and NVIDIA Quadro NVS 140M

I have the same problem, I've tried to change the art_cache_size line in the config. file to 4 or 8 but it doesn't do anything.
I have no patch installed and it runs on a HP 6530b.
any ideas?
thanks!
edit: solved by installing the killaps patch.
Post edited August 22, 2009 by Redmond
avatar
vpbpi: *UPDATE*
If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!

Works here too, thanks! Running Windows 7 Pro RTM.
Glad it works for you!
avatar
vpbpi: *UPDATE*
If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!
avatar
fokkusu: Works here too, thanks! Running Windows 7 Pro RTM.
avatar
vpbpi: If you use Vista or Windows 7 Beta and sfall AND the high resolution patch, LEAVE the line as "mode = 0" in the the ddraw.ini file and CHANGE the line "COLOUR_BITS = 8" to "COLOUR_BITS = 16" in the f2_res.ini file. This will fix ALL the funky color problems and keep the movies from being messed up!

Thanks, I had already fixed the colors problem (ddraw mode=4), but I was having some speed problems (the worldmap speed was a bit lagging, for example), then I installed high resolution patch and changed the configurations in the .ini file, and now is working perfectly!
Copying ddraw.dll from Fallout 1 to 2 works for me on Windows 7 (x64). No mods or config changes.
After applying the suggested fix I crash following ALT+TAB. I can play the game normally, but I am unable to minimize. I never experienced a similar crash when playing Fallout 1. Any tips?
In Windows 7 64bit, if you run Fallout 2 with the Screen Resolution window open, the colors are also fine.
avatar
atag122: Copying ddraw.dll from Fallout 1 to 2 works for me on Windows 7 (x64). No mods or config changes.

Yup, this did it for me, too.
Windows 7 64.
Seriously this work perfectly, all i did was created a new batch file called 'fallout2.bat' and entered a script that i used for diablo, which had the same problem, and changed the batch file to say 'fallout2.exe' instead of 'diablo.exe' inside the batch file (right click on it and press EDIT)
This was the Script for the batch file
@echo off
taskkill /f /im explorer.exe
diablo.exe
pause
start explorer.exe
exit
Have fun guys