Tiberius_161 41 Posted August 31, 2016 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
Belbo 462 Posted August 31, 2016 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
Rich_R 1087 Posted August 31, 2016 Agree with belbo, Arma3 sync..... some people say its the hip way of starting Arma! 1 Share this post Link to post Share on other sites
Tiberius_161 41 Posted September 1, 2016 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
Belbo 462 Posted September 1, 2016 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. 1 Share this post Link to post Share on other sites
Tiberius_161 41 Posted September 3, 2016 Hi Belbo, Thanks for the explanation. I got it to work! Share this post Link to post Share on other sites