Renegade2k6 Posted September 8, 2014 Report Share Posted September 8, 2014 I use a simple .bat file to load Arma3 with just the Epoch mod enabled.. You need to change the steam path to match your steam path. Also add the I.P and port for the server you play on. The easiest way to do it is to create a new document, copy and paste the contents below then click save as, name your file i.e Alpha Epoch.bat then before hitting save add " to the start and end i.e "Alpha Epoch.bat", this will create the .bat file. Double click it to join the server who's I.P and port you entered. Quote @echo offecho Connecting to the Epoch Arma 3 Test Server .....timeout 5set steampath=C:\Games\Steam\steamapps\commonset IP=195.154.185.83 set PORT=2302set MODS=@Epochset addparam=-malloc=system set arma3path=%steampath%\Arma 3start "" "%arma3path%\arma3.exe" 0 0 -skipintro "%addparam%" "-mod=%arma3path%;EXPANSION;ca;%MODS%;" -noSplash -skipintro -noPause -noFilePatching -world=empty -connect=%IP% -port=%PORT% @exit Link to comment Share on other sites More sharing options...
Čeh Posted September 8, 2014 Report Share Posted September 8, 2014 I don't think it should be necessary to set environment variables, just enter the values in their places in command line Link to comment Share on other sites More sharing options...
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now