Jump to content

Simple Bat File to join Alpha Servers


Renegade2k6

Recommended Posts

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.

 

 

 

@echo off
echo Connecting to the Epoch Arma 3 Test Server .....
timeout 5

set steampath=C:\Games\Steam\steamapps\common

set IP=195.154.185.83 
set PORT=2302
set MODS=@Epoch

set addparam=-malloc=system 

set arma3path=%steampath%\Arma 3


start "" "%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

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Advertisement
  • Discord

×
×
  • Create New...