xandrei
Member-
Content Count
6 -
Joined
-
Last visited
-
Medals
Everything posted by xandrei
-
Setting up run parameters under Linux
xandrei replied to xandrei's topic in ARMA 2 & OA - Servers & Administration
thx i will try now Big thx _MaSSive and Killswitch, now all work properly -
Setting up run parameters under Linux
xandrei posted a topic in ARMA 2 & OA - Servers & Administration
How to add run parameters in arma2server file #======================================================================= #======== CONFIGURATION PARAMETERS ======== #======== MUST BE EDITED MANUALLY TO FIT YOUR SYSTEM PARAMETERS ======== #======================================================================= ARMA_DIR=/home/ CONFIG=server.cfg PORT=2302 PIDFILE=${ARMA_DIR}/${PORT}.pid RUNFILE=${ARMA_DIR}/${PORT}.run LOGFILE=${ARMA_DIR}/log.${PORT}.txt SERVER=${ARMA_DIR}/server #======================================================================= i need add: -world=empty -BEpath=/home/battleye/ -netlog -profiles=/home/arma2lv/ -name=arma2lv -cfg=basic.cfg -port=2302 -maxplayers=30 -maxmem=2048 -
Setting up run parameters under Linux
xandrei replied to xandrei's topic in ARMA 2 & OA - Servers & Administration
i run ./arma2server start from etc/rc.d/init.d directory -
Setting up run parameters under Linux
xandrei replied to xandrei's topic in ARMA 2 & OA - Servers & Administration
-netlog still don't make log file my parametere line ARMA_DIR=/home/arma-server/server/ CONFIG=server.cfg PORT=2302 PIDFILE=${ARMA_DIR}/${PORT}.pid RUNFILE=${ARMA_DIR}/${PORT}.run LOGFILE=${ARMA_DIR}/log.${PORT}.txt SERVER=${ARMA_DIR}/server OTHERPARAMS='-netlog -name=arma2lv -profiles=/home/arma-server/server/arma2lv/ -cfg=basic.cfg -BEpath=/home/arma-server/server/battleye/' -
Setting up run parameters under Linux
xandrei replied to xandrei's topic in ARMA 2 & OA - Servers & Administration
i use last version of just Arma2 beserver_active_37656628.cfg file i need make my self? with rcon password? ---------- Post added at 00:03 ---------- Previous post was at 23:01 ---------- big thx _MaSSive all work like a charm only got one problem -netlog don't make log file -
Setting up run parameters under Linux
xandrei replied to xandrei's topic in ARMA 2 & OA - Servers & Administration
i post default script, i change only ARMA_DIR i was try to use OTHERPARAMS= but i forgot to put '' i will try with '' now PS. one more questions. what files need be in battleye directory?