Jump to content
Sign in to follow this  
raynor

Dedicated server mod folder issue

Recommended Posts

Today we decided to reconfigure our servers to each run from mod folders with missions specific to that instance of the server to run from.

For instance, server 3 runs off of mod folder "s3" and inside s3 there is the MPMissions folder. Problem is that the server isn't reading the MPMissions folder, so I am wondering after about an hour of troubleshooting if anyone can find any obvious issues with my code, or if this is a limitation to mod folders ( not reading from MPMissions folder on a mod folder ).

Target Line: "C:\Program Files\Bohemia Interactive\ArmA\arma_server.exe" -port=2320 -config=server3.cfg -mod=s3

And yes the mod folder is in the bohemia interactive\arma\ folder.

Share this post


Link to post
Share on other sites

/Missions and /MPMissions aren't probably read from a mod folder, that's how it was in OFP. Only /Campaign works like that.

Maybe you could now use subfolders in /MPMissions, like /MPMissions/mod1, /MPMissions/mod2. That didn't work in OFP either though, only in /Missions.

Share this post


Link to post
Share on other sites

Prefix ur missions with S1, S2, S3 etc. etc. or simply use multiple game folders, thats the only way afaik you can use smile_o.gif

Share this post


Link to post
Share on other sites

He'd like server 1 to only list missions A, B, C, D and server 2 to only list missions E, F, G, H.

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  

×