md mods\Europe_Total_War\data\banners\textures copy mods\british_isles\data\banners\textures\faction_banner_ireland.texture mods\Europe_Total_War\data\banners\textures
copy Virtua_Pugna\data\VFP_Factions_01\descr_character_01.txt Virtua_Pugna\data\descr_character.txt copy Virtua_Pugna\data\VFP_Factions_01\descr_model_battle_01.txt Virtua_Pugna\data\descr_model_battle.txt copy Virtua_Pugna\data\VFP_Factions_01\export_descr_unit_01.txt Virtua_Pugna\data\export_descr_unit.txt
@echo off rem - BattleMod swapper for Virtua Pugna - Total War rem - Original base for "FATW: The New Shadow - Wars of Men" made by hoom (13 Oct 07), edited and extended by Aradan (15/10/2007). rem - Tested on Windows XP, perhaps will not work on all other systems due to command incompatibilities. rem - Note : place this file in the same directory as your RomeTW-BI.exe echo. echo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ echo $$ $$ echo $ Welcome to the Virtua Pugna - Total War - Swapping System $ echo $$ $$ echo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ echo. rem echo ============================================================ rem echo WARNING: DO NOT CLOSE THIS WINDOW MANUALLY AT ANY POINT!!! rem echo ============================================================ rem - Menu :menu rem - Options echo. echo ===========BattleMod Swapper============ echo. echo 1 VFP BattleMod 01 echo 2 VFP BattleMod 02 rem - echo 3 VFP BattleMod 03 rem - echo 4 VFP BattleMod 04 rem - echo 5 VFP BattleMod 05 rem - echo 6 VFP BattleMod 06 rem - echo 7 VFP BattleMod 07 echo. echo 0 Exit without starting VFP-TW echo. echo ======================================== rem - Choice code set choice= set /p choice=Choose an option: rem if not '%choice%'=='' set choice=%choice:~0,1% if '%choice%'=='1' goto VFP_01 if '%choice%'=='2' goto VFP_02 rem - if '%choice%'=='3' goto VFP_03 rem - if '%choice%'=='4' goto VFP_04 rem - if '%choice%'=='5' goto VFP_05 rem - if '%choice%'=='6' goto VFP_06 rem - if '%choice%'=='7' goto VFP_07 if '%choice%'=='0' goto End echo '%choice%' is not valid, please try again echo Choose an option : goto menu :VFP_01 cls echo. echo You have chosen to play the VFP BattleMod 01 Factions : echo Noldor / Galadhrim / Falathrim / Nandor echo Nains de l'Ered Luin / Nains d'Erebor echo Arthedain / Cardolan / Gondor / Dol Amroth echo Rohan / Hommes de Dun / Rh?n / Variags / Umbar echo Gundabad / Isengard / Mordor echo. echo If you do not wish to do so please close this window manually *NOW*. echo This is the ONLY time you can do this. If you proceed, you MUST NOT close the window manually at any point hereafter. echo If you want to proceed and play, just press any key. echo. pause @echo on cd /VFP_01 copy 01-export_descr_unit.txt ..\export_descr_unit.txt copy 01-descr_model_battle.txt ..\descr_model_battle.txt @echo off echo. echo Virtua Pugna - Total War is now configured for the factions below : echo Noldor / Galadhrim / Falathrim / Nandor echo Nains de l'Ered Luin / Nains d'Erebor echo Arthedain / Cardolan / Gondor / Dol Amroth echo Rohan / Hommes de Dun / Rh?n / Variags / Umbar echo Gundabad / Isengard / Mordor rem - goto Start :VFP_02 cls echo. echo You have chosen to play the VFP BattleMod 02 Factions : echo Noldor / Galadhrim / Falathrim / Nandor echo Arthedain / Cardolan / Gondor / Dol Amroth echo Rohan / Hommes de Dun / Rh?n / Variags / Umbar echo Gundabad / Isengard / Angmar / Mordor echo. echo If you do not wish to do so please close this window manually *NOW*. echo This is the ONLY time you can do this. If you proceed, you MUST NOT close the window manually at any point hereafter. echo If you want to proceed and play, just press any key. echo. pause @echo on cd /VFP_02 copy 02-export_descr_unit.txt ..\export_descr_unit.txt copy 02-descr_model_battle.txt ..\descr_model_battle.txt @echo off echo. echo Virtua Pugna - Total War is now configured for the factions below : echo Noldor / Galadhrim / Falathrim / Nandor echo Arthedain / Cardolan / Gondor / Dol Amroth echo Rohan / Hommes de Dun / Rh?n / Variags / Umbar echo Gundabad / Isengard / Angmar / Mordor rem - goto Start rem - rem - Start Game rem - :Start rem - cls rem - echo Virtua Pugna - Total War is all ready to go ! rem - pause rem - start /wait .\RomeTW-BI.exe -mod:Virtua_Pugna -ne -nm -show_err rem - End without Game :End cls echo. echo VFP-TW swapping system will now close. echo. echo. echo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ echo $$ $$ echo $ Thank you for playing the BattleMod Virtua Pugna - Total War $ echo $$ $$ echo $$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ echo. echo. pause exit
rem - Start Game :Start cls echo Virtua Pugna - Total War is all ready to go ! pause start /wait .\RomeTW-BI.exe -mod:Virtua_Pugna -ne -nm -show_err