Jump to content
Sign in to follow this  
Tiberius_161

I cannot add more mods to the start up line...

Recommended Posts

Hello all,

 

I'm trying to host a server with 12 mods. However, I do not have enough room for that in the start up line.

This is my current line:

 

"D:\Software\steam\SteamApps\common\Arma 3\arma3server.exe" "D:\Software\steam\SteamApps\common\Arma 3\A3Master" -port=2302 -config=CONFIG_server.cfg -mod=@ace3;@CBA_A3;@cup; @cup_units;@cup_Vehicles;@cup_vehicles_ace_compat;@cup_weapons;@task_force_radio;

 

Is there a way for me to launch the server with more mods? 

 

Thanks in advance!

 

 

Cheers

 

Tiberius

Share this post


Link to post
Share on other sites

Are we talking batchfile here? If so, you should try to get a better text editor.

If not, you should create a batchfile. Or use Arma3Sync or something like that.

Share this post


Link to post
Share on other sites

Agree with belbo, Arma3 sync..... some people say its the hip way of starting Arma!

  • Like 1

Share this post


Link to post
Share on other sites

Hi all, thnx for the replies. I always use PWS to manage my mods and launch the game etc.

I did not know that I can use Arma3Sync to launch the server. I will look into that right away :)

Share this post


Link to post
Share on other sites

I strongly recommend using a batch file though. Just create a textfile, put this in there:

"D:\Software\steam\SteamApps\common\Arma 3\arma3server.exe" -port=2302 "-config=D:\Software\steam\SteamApps\common\Arma 3\PROFILES\CONFIG_server.cfg" "-cfg=D:\Software\steam\SteamApps\common\Arma 3\PROFILES\basic.cfg" "-profiles=C:\%GAMEPATH%\PROFILES\default" -name=default "-mod=@ace3;@CBA_A3;@cup; @cup_units;@cup_Vehicles;@cup_vehicles_ace_compat;@cup_weapons;@task_force_radio;"

and then change it's name to "Start Server.bat" or something. This file will start your server and you can edit every parameter to your liking.

 

The profile files will be created in a folder called \Arma 3\PROFILES\, you can copy/paste your configs there. And don't forget to use "" for the entries containing spaces.

  • Like 1

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  

×