08.08.2009, 13:56
just write a batch file (.bat file) that turns off your mods and another one to turn them on.
IE
on.bat would contain:
RENAME "Mods/-DeviceLink_b2" "DeviceLink_b2"
RENAME "Mods/-fly_z_gamemap" "fly_z_gamemap"
RENAME "Mods/-ZloyPetrushkO_Atm_modv3" "ZloyPetrushkO_Atm_modv3"
RENAME "Mods/-OLC FPS Boost V2" "OLC FPS Boost V2"
while the off.bat would contain:
RENAME "Mods/DeviceLink_b2" "-DeviceLink_b2"
RENAME "Mods/fly_z_gamemap" "-fly_z_gamemap"
RENAME "Mods/ZloyPetrushkO_Atm_modv3" "-ZloyPetrushkO_Atm_modv3"
RENAME "Mods/OLC FPS Boost V2" "-OLC FPS Boost V2"
A .bat file such as on.bat can be made with any text editor...I use notepad.
To run it, just click on the .bat file. Note: the paths would be defined either from the root disk: d:\program files\ubisoft\.....\
or from the place the .bat file lives. I put mine in the main IL2 folder, hence the path begins with "Mods".
IE
on.bat would contain:
RENAME "Mods/-DeviceLink_b2" "DeviceLink_b2"
RENAME "Mods/-fly_z_gamemap" "fly_z_gamemap"
RENAME "Mods/-ZloyPetrushkO_Atm_modv3" "ZloyPetrushkO_Atm_modv3"
RENAME "Mods/-OLC FPS Boost V2" "OLC FPS Boost V2"
while the off.bat would contain:
RENAME "Mods/DeviceLink_b2" "-DeviceLink_b2"
RENAME "Mods/fly_z_gamemap" "-fly_z_gamemap"
RENAME "Mods/ZloyPetrushkO_Atm_modv3" "-ZloyPetrushkO_Atm_modv3"
RENAME "Mods/OLC FPS Boost V2" "-OLC FPS Boost V2"
A .bat file such as on.bat can be made with any text editor...I use notepad.
To run it, just click on the .bat file. Note: the paths would be defined either from the root disk: d:\program files\ubisoft\.....\
or from the place the .bat file lives. I put mine in the main IL2 folder, hence the path begins with "Mods".