PDA

View Full Version : Dedicated Server Tool for Armed Assault



Cloughy
Dec 19 2006, 13:31
This is my Dedicated Server Tool for Armed Assault
http://www.garycorp.com/software/dst/gcaadst.rar

ds@<hidden>

This tool is for launching dedicated server in armed assault.
You can select most of the server options from the interface and run a

server from any execute which is
in the exe&#39;s current directory.
See readme for more info, screen shot available:
http://www.garycorp.com/software/dst/gcaadst1.jpg

Forgot to mention, Needs .Net 2.0 installed.

Cheers
Gareth Clough
http://www.garycorp.com/software/dst/gcaadst1.jpg

Download link For GCAADST.rar (http://www.garycorp.com/software/dst/gcaadst.rar)

RN Escobar
Dec 19 2006, 13:35
nice work for those that don&#39;t run firedemon

i&#39;d add a little check bos for disable VoN as well now its supported

Odie3
Dec 19 2006, 14:18
Also would be nice to be able to set the settings with in Cadet/Veteran - like no crosshairs.

satcomnl
Dec 19 2006, 21:26
The tool works like a charm http://forums.bistudio.com/oldsmileys/inlove.gif but for some reeason I have to login as an admin and select a mission before the game starts http://forums.bistudio.com/oldsmileys/sad_o.gif

This is not due to the great tool&#33;
I had this before too http://forums.bistudio.com/oldsmileys/banghead.gif

Does anyone know how to run a dedicated server that automatically selects maps and starts the game?

This: http://www.dffclan.com/pubserver.cfg
is my server config (that&#39;s probably causing the problem) http://forums.bistudio.com/oldsmileys/wink_o.gif

Sorry for misplacing this post here, but you guys seem to have the brains http://forums.bistudio.com/oldsmileys/inlove.gif

CrashDome
Dec 19 2006, 21:39
In OFP, it was because you didn&#39;t have any missions defined in the server.cfg.

I think you only have to add one (as default) for it to work properly.

Never mind.. I see you have one on the tail end there...

Foxhound
Dec 19 2006, 23:03
Very nice tool indeed http://forums.bistudio.com/oldsmileys/smile_o.gif

Armaholic.com mirror added here (http://www.armaholic.com/page.php?id=526).

Cloughy
Dec 20 2006, 11:01
satcomnl,
Are you running the config with my app. Or using a bat file. I had a similar issue, when i was testing an early version. make sure you are using the -server -config=, i was using - server - config and had similar issues.

Cheers

GC
P.S.
look out for some coop missions i am goin to make. Used to get good reviews on my OFP missions.

satcomnl
Dec 20 2006, 13:06
I am using this as a shortcut:
C:&#92;server&#92;ArmA_server&#92;ArmA_Server.exe -config=pubserver.cfg

Cloughy
Dec 20 2006, 21:24
I think you have to use the -server command, even though its a dedi exe. Im not 100%, but the help file of the dedi says ya have too.

i use in my code
ArmA_Server.exe -nosplash -server -config=GCAADST.cfg -port=2302

exe & Port no, is set from the app.

Cheers

GC

sicilian
Dec 21 2006, 08:38
I think you have to use the -server command, even though its a dedi exe. Im not 100%, but the help file of the dedi says ya have too.

i use in my code
ArmA_Server.exe -nosplash -server -config=GCAADST.cfg -port=2302

exe & Port no, is set from the app.

Cheers

GC
-server command is only for running a server from the client machine with your arma.exe&#33; The dedicated server exe doesn&#39;t need it, as well as the -nosplash param because dedicated server doesn&#39;t have any splash screen...

@<hidden>
Your problem is your server.cfg... To start missions directly see the ClassMissions part as you already have in your .cfg. Refer to the readme to get how it works...