Hi again!
I recently downloaded the H2S radar style tactical display and I enjoy using it for many of the nighttime bomber missions. However, I still like to use the original tactical display occasionally and wondered if there was any way to easily switch between the two.
I have no experience at all with .bat files, but I had some free time and so experimented with the ETO era swappers. I modified a copy of 'masteretostartup.bat to look like this:
@ECHO OFF
CLS
ECHO.
ECHO.
ECHO W E L C O M E T O C F S 3 E T O E X P A N S I O N
ECHO.
ECHO.
ECHO.
ECHO 1. H2S tactical display
ECHO.
ECHO 2. normal tactical display with clock code
ECHO.
SET CHOICE=
ECHO.
SET /p choice=PLEASE SELECT YOUR THEATER ERA BY TYPING THE NUMBER AND THEN ENTER
ECHO.
ECHO.
IF NOT '%choice%'=='' SET CHOICE=%choice:~0,1%
IF '%choice%'=='1' GOTO :H2S
IF '%choice%'=='2' GOTO
riginal
ECHO.
:H2S
copy "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\aircraft\shared\tac_display_H2S\tactical_display.dds" "C:\Program Files (x86)\Microsoft Games\combat flight simulator 3\aircraft\shared"
GOTO SUCCESS
riginal
copy "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\aircraft\shared\tactical_display_orig\tactical_display.dds" "C:\Program Files (x86)\Microsoft Games\combat flight simulator 3\aircraft\shared"
GOTO SUCCESS
:SUCCESS
I had each .dds file in a separate folder under aircraft\shared
the swapper dose work, only it is completely random as to which file is copied!
as I said before, I am a complete novice and I am sure it is a simple mistake. This is as much about me teaching myself than anything else!
I am extremely grateful to any help!
I recently downloaded the H2S radar style tactical display and I enjoy using it for many of the nighttime bomber missions. However, I still like to use the original tactical display occasionally and wondered if there was any way to easily switch between the two.
I have no experience at all with .bat files, but I had some free time and so experimented with the ETO era swappers. I modified a copy of 'masteretostartup.bat to look like this:
@ECHO OFF
CLS
ECHO.
ECHO.
ECHO W E L C O M E T O C F S 3 E T O E X P A N S I O N
ECHO.
ECHO.
ECHO.
ECHO 1. H2S tactical display
ECHO.
ECHO 2. normal tactical display with clock code
ECHO.
SET CHOICE=
ECHO.
SET /p choice=PLEASE SELECT YOUR THEATER ERA BY TYPING THE NUMBER AND THEN ENTER
ECHO.
ECHO.
IF NOT '%choice%'=='' SET CHOICE=%choice:~0,1%
IF '%choice%'=='1' GOTO :H2S
IF '%choice%'=='2' GOTO
ECHO.
:H2S
copy "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\aircraft\shared\tac_display_H2S\tactical_display.dds" "C:\Program Files (x86)\Microsoft Games\combat flight simulator 3\aircraft\shared"
GOTO SUCCESS
copy "C:\Program Files (x86)\Microsoft Games\CFS3 ETO Expansion\aircraft\shared\tactical_display_orig\tactical_display.dds" "C:\Program Files (x86)\Microsoft Games\combat flight simulator 3\aircraft\shared"
GOTO SUCCESS
:SUCCESS
I had each .dds file in a separate folder under aircraft\shared
the swapper dose work, only it is completely random as to which file is copied!
as I said before, I am a complete novice and I am sure it is a simple mistake. This is as much about me teaching myself than anything else!
I am extremely grateful to any help!