폴아웃2 윈도우7에서 색상 깨짐 현상 해결법



밑에 출처 사이트에서 긁어 온대로 .bat 파일을 메모장으로 폴아웃 폴더내에 만들어 주면 됩니다. 일단 만들어 둔 파일을 첨부 합니다.

fallou2.bat

귀찮으신 분은 이 파일을 폴아웃 설치 폴더내에 다운 받아 실행 하시면 됩니다.

16비트 고전 게임을 윈도우7에서 구동할때 익스플로러와 관련하여 일어나는 공통적인 현상입니다. bat 파일로 게임 실행시 익스플로러를 종료 시키고 게임 종료 후에는 다시 실행 시켜 줍니다. 여타 고전게임에서도 아래에 굵은 글씨로 강조한 부분을 메모장에 복사하고 fallout2.exe 라는 부분을 해당 고전게임 실행파일명으로 바꿔 주시면 색깨짐 없이 실행이 가능합니다.  


Run Fallout 2 on Windows 7: Make a .BAT File.

This method, described and discussed on the Windows 7 forum, involves the creation of a very basic .bat file that has successfully fixed the rainbow colors issue when running Fallout 2. Windows 7 apparently can cause this glitch on any old game with 16 bit graphics, and by creating a specific .bat to modify how Windows functions while the game is running the issue can be suppressed.

The basic method promulgated on the above forum - and I'd recommend giving it a full read through to better understand the logic behind the code - is to enter the following text into a notepad file:

taskkill /f /im explorer.exe

fallout2.exe

pause

start explorer.exe



Then save this text as Fallout2.bat and place it in the Fallout 2 folder in the same directory as the Fallout2.exe application launcher. Run the .bat, and the game should work without the rainbow colors issue.



출처(http://www.brighthub.com/video-games/pc/articles/86210.aspx?p=2)

/a