Jump to content
Sign in to follow this  
B17gunner98th

Installing addons dedicated servers.

Recommended Posts

I'm not sure if this is the right place to post so I apologize in advance. Anyways, I haven't been able to find an answer, but how would I go about installing an addon into a dedicated server(If possible). I have the the server keys and everything for it. For example how would I go about installing an island. Thanks very much.

Share this post


Link to post
Share on other sites

Install your server mods in the same fashion you would on your client machine (most people use the "@ModName/Addons/file.pbo" format)

Call your mods via the server startup.

"ArmA_Server.exe -config=server.cfg -netlog -port=2302 -mod=@ModName"

Have a look here:

http://community.bistudio.com/wiki/Armed_Assault:Dedicated_Server

Edited by Thirdup

Share this post


Link to post
Share on other sites

Anytime.

If you want to call multiple mods, just seperate them with a ; in the command line:

"ArmA_Server.exe -config=server.cfg -netlog -port=2302 -mod=@ModName;@ModTwo;@ModThree"

If you're using a hosting service, most will provide a command line editor where you can simply insert the code.

Good luck.

Share this post


Link to post
Share on other sites

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
Sign in to follow this  

×