Lich said:
-you must have two versions of this program!
-on F2LCv1 made loader file.exe
-from F2LCv2 take fo2lc.flc nad rename his to Fallout2.exe
(and put this to fallout2 directory)
Wow, okay I assume you are using Win98, is that right? Both of these versions of FO2LC work properly on Win2K, and I assume they will also work properly on WinXP.
Are you saying that neither of these versions of FO2LC work properly on Win98? Why can't you just use version 0.1? It looks to me like 0.2 is only different in that it reads the FO2LC.FLC file rather than Fallout2.exe, but since these are the same file (US 102D Fallout2.exe) why do you even need 0.2? Taking FO2LC.FLC and renaming to Fallout2.exe is the same as doing nothing since you already have Fallout2.exe. And since 0.1 FO2LC reads that file, I don't see why you need 0.2.
This is what I did to allow running two different versions of Fallout2.exe:
Batch file FO2XP-640x480.bat has this:
COPY .\System\Engine\VGA\Fallout2.exe . > NUL
FO2XP.EXE
Batch file FO2XP-800x600.bat has this:
COPY .\System\Engine\SVGA\Fallout2.exe . > NUL
FO2XP.EXE
Where FO2XP.EXE is the loader created by FO2LC version 0.1. User clicks the batch file to start the game. I don't need version 2.0 to create the loader.
If you create a loader with 0.1 FO2LC and put that in \Fallout2 does it not work on Win98?