I followed the instructions I think. I used launcher selected Rome 1 turn saved it then put in Play_Rome_One_Turn in steam. But the main screen doesn't show anything except battles?
I followed the instructions I think. I used launcher selected Rome 1 turn saved it then put in Play_Rome_One_Turn in steam. But the main screen doesn't show anything except battles?
Do you have a .bat file in your steam rtw folder?
If yes, could you please open it using notepad, and paste its content here?
Under the patronage of apple.
Patron of ybbon66.
I thought i had made a post here already.:hmm:
You need to put -mod:Play_Rome_One_Turn into the starting options.
Sadlogic. I have tried that it doesnt work.
Paedric:
My RS2_RTW.bat file
@echo off
:start
cls
ECHO.
ECHO 1. Play Custom Battles with RTW
ECHO 2. Play Rome with RTW
ECHO 3. Play Carthage with RTW
ECHO 4. Play Seleucid with RTW
ECHO 5. Play Free Greeks with RTW
ECHO 6. Play 1-Turn Main Campaign with RTW
ECHO 7. Play Macedon with RTW
ECHO 8. Play Pergamon with RTW
ECHO 9. Play Ptolemaic Empire with RTW
ECHO a. Play Sparta with RTW
ECHO b. Play Boii with RTW
ECHO c. Play Parthia with RTW
ECHO d. Play Pontus with RTW
ECHO e. Play Armenia with RTW
ECHO f. Play Belgae with RTW
ECHO g. Play Arverni with RTW
ECHO h. Play Dacia with RTW
ECHO i. Play Cimbri with RTW
ECHO j. Play Gallaeci with RTW
ECHO k. Play Sarmatia with RTW
ECHO l. Play Scythia with RTW
ECHO m. Play Rome One Turn with RTW
ECHO n. Play Syracuse with RTW
ECHO o. Play Bosporan Kingdom with RTW
ECHO p. Play Bithynian Kingdom with RTW
ECHO q. Play Capua with RTW
ECHO r. Play Galatia with RTW
ECHO s. Play Test with RTW
set /p userinp=Type the number or letter to play.
set userinp=%userinp:~0,1%
if "%userinp%"=="1" goto Play-Campaign
if "%userinp%"=="2" goto Play-Rome
if "%userinp%"=="3" goto Play-Carthage
if "%userinp%"=="4" goto Play-Seleucid
if "%userinp%"=="5" goto Play-Greeks
if "%userinp%"=="6" goto Play_One_Turn
if "%userinp%"=="7" goto Play_Macedon
if "%userinp%"=="8" goto Play_Pergamon
if "%userinp%"=="9" goto Play_Ptolemaic_Empire
if "%userinp%"=="a" goto Play_Sparta
if "%userinp%"=="b" goto Play_Boii
if "%userinp%"=="c" goto Play_Parthia
if "%userinp%"=="d" goto Play_Pontus
if "%userinp%"=="e" goto Play_Armenia
if "%userinp%"=="f" goto Play_Belgae
if "%userinp%"=="g" goto Play_Arverni
if "%userinp%"=="h" goto Play_Dacia
if "%userinp%"=="i" goto Play_Cimbri
if "%userinp%"=="j" goto Play_Gallaeci
if "%userinp%"=="k" goto Play_Sarmatia
if "%userinp%"=="l" goto Play_Scythia
if "%userinp%"=="m" goto Play_Rome_One_Turn
if "%userinp%"=="n" goto Play_Syracuse
if "%userinp%"=="o" goto Play_Bosphoran_Kingdom
if "%userinp%"=="p" goto Play_Bithynia
if "%userinp%"=="q" goto Play_Capua
if "%userinp%"=="r" goto Play_Galatia
if "%userinp%"=="s" goto Play_Test
;if "%userinp%"=="6" goto Play_XXXX
echo invalid choice
goto start
lay-Campaign
START /MAX rometw.exe -nm -show_err
goto end
lay-Rome
START /MAX rometw.exe -nm -show_err -mod:play_rome
goto end
lay-Carthage
START /MAX rometw.exe -nm -show_err -mod:play_carthage
goto end
lay-Seleucid
START /MAX rometw.exe -nm -show_err -mod:play_seleucid
goto end
lay-Greeks
START /MAX rometw.exe -nm -show_err -mod:play_greeks
goto end
lay_One_Turn
START /MAX rometw.exe -nm -show_err -modlay_One_Turn
goto end
lay_Macedon
START /MAX rometw.exe -nm -show_err -modlay_Macedon
goto end
lay_Pergamon
START /MAX rometw.exe -nm -show_err -modlay_Pergamon
goto end
lay_Ptolemaic_Empire
START /MAX rometw.exe -nm -show_err -modlay_Ptolemaic_Empire
goto end
lay_Sparta
START /MAX rometw.exe -nm -show_err -modlay_Sparta
goto end
lay_Boii
START /MAX rometw.exe -nm -show_err -modlay_Boii
goto end
lay_Parthia
START /MAX rometw.exe -nm -show_err -modlay_Parthia
goto end
lay_Pontus
START /MAX rometw.exe -nm -show_err -modlay_Pontus
goto end
lay_Arverni
START /MAX rometw.exe -nm -show_err -modlay_Arverni
goto end
lay_Dacia
START /MAX rometw.exe -nm -show_err -modlay_Dacia
goto end
lay_Cimbri
START /MAX rometw.exe -nm -show_err -modlay_Cimbri
goto end
lay_Gallaeci
START /MAX rometw.exe -nm -show_err -modlay_Gallaeci
goto end
lay_Sarmatia
START /MAX rometw.exe -nm -show_err -modlay_Sarmatia
goto end
lay_Scythia
START /MAX rometw.exe -nm -show_err -modlay_Scythia
goto end
lay_Belgae
START /MAX rometw.exe -nm -show_err -modlay_Belgae
goto end
lay_Armenia
START /MAX rometw.exe -nm -show_err -modlay_Armenia
goto end
lay_Rome_One_Turn
START /MAX rometw.exe -nm -show_err -modlay_Rome_One_Turn
goto end
lay_Syracuse
START /MAX rometw.exe -nm -show_err -modlay_Syracuse
goto end
lay_Bosphoran_Kingdom
START /MAX rometw.exe -nm -show_err -modlay_Bosphoran_Kingdom
goto end
lay_Bithynia
START /MAX rometw.exe -nm -show_err -modlay_Bithynia
goto end
lay_Capua
START /MAX rometw.exe -nm -show_err -modlay_Capua
goto end
lay_Galatia
START /MAX rometw.exe -nm -show_err -modlay_Galatia
goto end
lay_Test
START /MAX rometw.exe -nm -show_err -modlay_Test
goto end
:end
;;;;;;;;pause>nul
exit
Oh sorry, I should have been more accurate.
It's called launchsteambi.bat.
Under the patronage of apple.
Patron of ybbon66.
I just checked and I do not have that file. could you send it to me and tell me where to put it?
Well the problem is that the launcher is supposed to create it, and it change it for each campaign.
I've had an idea that I need to test, but until then you might want to use the launch options in steam.
Under the patronage of apple.
Patron of ybbon66.