cyruz 103 Posted March 22, 2014 Hello all, Just messing around with a Windows Arma 3 dedi server after running a linux box for a bit. Currently I launch with the following command line which is shown in the rpt log: "C:\arma\arma3\arma3server.exe" -port=2306 -cfg=C:\arma\master\master_basic.cfg -mod=@cba_a3;@a3mp -config=C:\arma\master\master_server.cfg -profiles=C:\arma\master\profiles -name=Master -ranking=C:\arma\master\ranking.log -cpuCount=2 -exThreads=1 -maxmemory=2047 -bandwidthAlg=2 -nosound I'm still messing with a few of the flags but I noticed that even though I specify the .cfg file to be master_basic.cfg it still creates an Arma3.cfg under Administrator in the users folder. Can anyone confirm if I can ignore this or if it's actually ignoring the launch flag and reading from the previously mentioned (Arma3.cfg). Thanks Share this post Link to post Share on other sites
terox 316 Posted March 23, 2014 It will be running the profile in the following folder -profiles=C:\arma\master\profiles\users\Administrator Share this post Link to post Share on other sites
cyruz 103 Posted March 24, 2014 Got it, looks like the cfg switch has been removed then. Share this post Link to post Share on other sites
terox 316 Posted March 24, 2014 More likely the -profile switch took precedence as this was defined later Share this post Link to post Share on other sites