Fallout 2

Page 3 of 4 FirstFirst 1234 LastLast

  1. Posts : 1
    windows 7 pro 64-bit
       #21

    adjusted fix for Win 7


    Sarael's fix was a great start for me. Explorer was definitely the problem, but the bat file example would 1st kill explorer, 2nd start fallout, 3rd start explorer and go back to my desktop. From there I would see the fallout program was running in the task bar, but explorer re-started already so there was the psychedelic crap again. I did one fix for it to work correctly and a second fix for aesthetic reasons. I'll discuss this in a way that anybody can handle it.

    First, open notepad and copy and paste this text:

    taskkill /f /im explorer.exe
    fallout2.exe
    pause
    start explorer.exe

    Save it as fallout2.bat and make sure under the "save as type" selection to pick "all files" and not text. Save it in the same folder where fallout2.exe is located. Set a shortcut on the desktop or wherever to this file. That way you can change the icon and avoid having to look at ugly.

    explanation:

    taskkill - kill task, kind of obvious

    /f forces the program to quite because explorer.exe is a persistent *******.

    /im specifies what image name you are trying to kill (in this case explorer.exe)

    fallout2.exe - run what ever execs you want.

    The pause requires that you press any key before executing the next command. Thus, no restarting of explorer until you have ended your fallout session.

    You don't need "start" in from of executables to run them, but if you want the command window to auto close after running it, you'll need to put "start" in front of any programs that will remain open after the batch file is finished.

    There are other reasons why you need to save it in the same folder than just shortcut beautification. When I used the correct file path and tried to execute the bat file from the desktop I got an error stating that the fonts wouldn't load. There is a workaround for this easily available on the web, but who cares, my way is cleaner and faster.

    This method will work for any old games that are having similar issues. Sarael mentioned Starcraft for example. A lot of hardcore gamers also shut explorer down along with any other unnecessary tasks before graphics intensive games.
      My Computer


  2. Posts : 1
    Windows 7
       #22

    Another fix thats simpler


    Create the following .bat file, the instructions are all over this thread.

    taskkill /f /im explorer.exe
    pause
    start explorer.exe

    Make the icon on your desktop, run whatever game you want running, tab out, run the bat, tab back in. Runs great, and you don't need to make new bat files for every game with the rainbow issue.
      My Computer


  3. Posts : 1
    Windows 7 Home Premium 64bit
       #23

    Thank you VERY MUCH


    sarael said:
    Everyone stop what you are doing, shut up, and let me share with you what I just learned!!!

    You have to make a simple .bat file to CLOSE WINDOWS EXPLORER because the task bar in will try to push through the video codecs and such in a lot of older games, and 90% of the time, the game doesn't like this!

    This is the one I used for Starcraft: Brood Wars 1.16.1 -

    taskkill /f /IM explorer.exe
    C:\"Program Files (x86)\StarCraft"\"StarCraft.exe"
    start explorer.exe

    So for my Fallout 2 install, it looks like -

    taskkill /f /IM explorer.exe
    C:\"Program Files (x86)\BlackIsle"\"Fallout2"\"FALLOUT2.exe"
    start explorer.exe

    (Mind you I'm using Windows 7 x64 Home Premium, 2.2Ghz Dual Core, 4GB RAM, and an NVIDIA GeForce G210M video card)

    To make a Batch File (.bat), simply open Notepad and paste EXACTLY what I've given you into it, then go to "Save As". Change the "Save As Type" from "Text Document (*.txt)" to "All Files", name the file something like "Fallout 2 Explorer Kill", then save the file to your desktop. Double click it, play your game, and ENJOY!

    Hope this saves many people hours of searching every forum at the end of the internet for a fix, at least to these two games! All other things that you've changed in compatibility tabs and graphics card menus should be able to be put back to a default or desired setting.
    This worked awesomely. Thank you very much.
    One thing to add. The .bat file that you make has to be placed in the root directory of the game and then make a shortcut of the .bat file and place it on your desktop. Then double click the shortcut and it runs great.
    THANKS AGAIN.
      My Computer


  4. Posts : 1
    Windows 7 Ultimate
       #24

    Or in case anyone who really doesn't want to make a whole bunch of .bat files you can just push Control+alt+delete and load up your task manager. then go to processes, then find explorer.exe (probably near the top most likely) end that process. (note that you will have to load to process up back again once you have finished playing your game to return windows back to normal) it should remove the task bar and the background icons (not hurting them just removing them from your sight) after that click file on task manager and go to run and find your Fallout 2 application file and run it. should load up the game!!! here is a simpler version of what i just said

    1. open task manager
    2. close explorer.exe in process window
    3. go to file and run game application
    4. play game and when done reload process explorer.exe by putting explorer.exe in the run window
    there now go have some fun!!!
      My Computer


  5. Posts : 3
    win 7 pro 32
       #25

    Everyone, there is a much easier way of doing this:
    There's a mod for editing the resolution of the game (must be version 1.02 or higher)

    Simply download the zip file: No Mutants Allowed :: Files
    Extract it on a folder of desktop.
    Read the f2_res_README and follow the prompts.

    If you have followed directions properly, you should adjust the bit depth of the game from 6bit to 32bit.
    This fixes the problem with incorrect colors, as stated by OP.

    Please feel free to PM me if you have any troubles.
      My Computer


  6. Posts : 5
    Win 7 Pro x64
       #26

    misterS, thank you so much! I installed Fallout Trilogy before and I was not able to play FO2 (the reason for purchasing the Trilogy) at all because of color corruption. Now I can enjoy this classic! Thanks again!
      My Computer


  7. Posts : 3
    win 7 pro 32
       #27



    You are most welcome mate!
    I know EXACTLY how good it feels to get that game going after so long.

    If anyone wants a leg up in the game (10 for agility, int, per, etc) I have a modified game file (that for the life of me I don't know where I found), please feel free to contact me.

    Happy Gaming
      My Computer


  8. Posts : 1
    Windows 7 Ultimate 64bit
       #28

    Yoast said:
    Well after toying around with it for while I finally got it to work last night. Recently I bought the Fallout Trilogy and noticed that the only two games that didn't have the rainbow graphics glitch were the HD version of Fallout 1 and Tactics. So after playing with the f1_res.ini I was able to fix it by changing the main section to this:
    [MAIN]
    #################################################################################################### ##############

    # if AUTO_SCRN_SIZE = 0 - Screen Width and Height are set with SCR_WIDTH & SCR_HEIGHT.
    # if AUTO_SCRN_SIZE = 1 - Screen Width and Height are set to current desktop resolution.
    AUTO_SCRN_SIZE = 0

    #Set the screen resolution here
    SCR_WIDTH = 640
    SCR_HEIGHT = 480


    #Set the number of colours here
    # 8 for 8bit(original)
    # 16 for 16bit colour(loading screens don't show in this mode)
    COLOUR_BITS = 16
    ...
    Worked perfectly on my Win 7 Ultimate 64 bit! I was downloading and tinkering with patches for hours that I found scaterred online, stumbled upon your post and got it to work in seconds. Thanks Yoast
      My Computer


  9. Posts : 1
    Windows 7 Ultimate x64
       #29
      My Computer


  10. Posts : 4
    Windows 7 x64 Home Premium
       #30

    I am very glad that this worked for many of you or at least pointed you in the right direction.

    Just felt that I'd mention that if you download and install that "Restoration Project" from No Mutants Allowed - Your Post Nuclear News Center! that it fixes the problem as well.

    After you do a clean install of Fallout 2 V 1.02d and install the Restoration Project to the install directory, you can start the game and go into the "Options" button on the main screen after the intro videos. From there, at the top, there should be a new button I believe called "sFall" and you can play with your resolution and bit depth options in there! Been using in on a brand new computer and works fine.

    Of course, you can just still with the tried and true Task Manager to open or close explorer.exe!
      My Computer


 
Page 3 of 4 FirstFirst 1234 LastLast

  Related Discussions
Our Sites
Site Links
About Us
Windows 7 Forums is an independent web site and has not been authorized, sponsored, or otherwise approved by Microsoft Corporation. "Windows 7" and related materials are trademarks of Microsoft Corp.

© Designer Media Ltd
All times are GMT -5. The time now is 02:51.
Find Us