OutLord 10 Posted October 31, 2016 Is it possible to have a single AddOns folder for Arma 3 Dedicated servers. Where 2 running servers will access the same @mod folders? Share this post Link to post Share on other sites
dash 11 Posted November 1, 2016 If you can create symbolic links in the file system then yes. It all depends on what type of server you have. Can you access your server through remote desktop? Share this post Link to post Share on other sites
OutLord 10 Posted November 1, 2016 Yes its another pc I have at home. Share this post Link to post Share on other sites
dash 11 Posted November 1, 2016 In that case it is pretty easy :D I use a program called SymLinker to create the symbolic link. Just follow the steps below: (For this example, I am assuming your mods are stored under C:/Arma/Mods and your servers C:/Arma/Servers/Server1 and C:/Arma/Servers/Server2 ) Move your @Mod folders into a common mods folder (EG: C:/Arma/Mods ) Download and unzip symlinker from their github page: https://github.com/amd989/Symlinker/releases Run symlinker (AKA symlink creator) The type of symlink we are creating is folder symbolic link In the link folder section, in the "place where you want your link" box, enter the path to your first server ( C:/Arma/Servers/Server1 ) In the "name the link" box, enter "mods" (without the " " ) In the destination folder section, in the "path to real folder" box, enter the path to your mods folder ( C:/Arma/Mods ) Click create link and you should get a popup that says your link has been created. Repeat steps 4 to 8 for server 2 Now that links are created, you can verify the folders are linked by going into one of your server folders and trying to open the newly created "mods" folder. it should open the folder where all of your @mod folders are. Now you can add the mods you want to load on your servers using the usual launch parameters ( -mod=mods\@mod1;mods\@mod2;mods\@mod..... ) Let me know how you go :D 1 Share this post Link to post Share on other sites