Hamselv2 posted this in the Ubizoo:
This post describes how to setup your game to be able to easily switch between game version 4.04m, 4.05m and 4.07m.
The method uses the ‘bat file principle’, and has been delivered to me on a silver platter by PE_Tihi.To make this work you will need:
a) working installation of 4.05m, with 4.04m files available.
b) working installation of 4.07m.
I will remind you that you should ALWAYS make a backup of all your files/installation folders before doing something like this !
Below is PE_Tihi’s own description, with my very small editions/additions:
Copy from your 4.07m installation:
files.sfs
il2fb.exe
mg_snd_sse.dll
mg_snd.dll
il2_corep4.dll
il2_core.dlland change extensions to .407 ;now move them into your old 4.04/4.05 installation.
Copy the above named files out of the version 405, and change the extension to .405
You need this file, too:
files.sfs
out of the version 404
Change the extension to .404Now copy without any changes from 4.07m installation:
fb_3do16.SFS
fb_3do16p.SFS
fb_3do17.SFS
fb_maps12.SFS
fb_maps12p.SFS
fb_maps13.SFSas well as all folders, except the folder Users, to your old 4.04m/4.05m install. Only overwrite User folder if you backup of your keyassignment.
Now you will need 3 bat files.
Open Notepad or Wordpad and make txt files named:404.txt
405.txt
407.txtCopy these lines into the 404.txt file:
DEL files.SFS
DEL il2fb.exe
DEL mg_snd_sse.dll
DEL mg_snd.dll
DEL il2_corep4.dll
DEL il2_core.dll
COPY files.404 files.sfs
COPY il2fb.405 il2fb.exe
COPY mg_snd_sse.405 mg_snd_sse.dll
COPY mg_snd.405 mg_snd.dll
COPY il2_corep4.405 il2_corep4.dll
COPY il2_core.405 il2_core.dllCopy these lines into the 405.txt file:
DEL files.SFS
DEL il2fb.exe
DEL mg_snd_sse.dll
DEL mg_snd.dll
DEL il2_corep4.dll
DEL il2_core.dll
COPY files.405 files.sfs
COPY il2fb.405 il2fb.exe
COPY mg_snd_sse.405 mg_snd_sse.dll
COPY mg_snd.405 mg_snd.dll
COPY il2_corep4.405 il2_corep4.dll
COPY il2_core.405 il2_core.dllCopy these lines into the 407.txt file:
DEL files.SFS
DEL il2fb.exe
DEL mg_snd_sse.dll
DEL mg_snd.dll
DEL il2_corep4.dll
DEL il2_core.dll
COPY files.407 files.sfs
COPY il2fb.407 il2fb.exe
COPY mg_snd_sse.407 mg_snd_sse.dll
COPY mg_snd.407 mg_snd.dll
COPY il2_corep4.407 il2_corep4.dll
COPY il2_core.407 il2_core.dllChange the file extension to bat (instead of txt) for all files so that you now have these 3 files:
404.bat
405.bat
407.batPut all 3 bat files into your 4.04m/4.05m game folder.
Create a shortcut on your desktop to all 3 bat files, click on one of the shortcuts to choose game version, click your normal game shortcut - and off you go.