Difference between revisions of "Arma 3 How to Upload Mission File"
(Created page with "<div style="text-align: center;"><span style="font-size: small;">This articles shows you how to manage and upload Arma 3 mission files to your server.</span></div> <div style=...") |
|||
Line 11: | Line 11: | ||
<span style="font-size: small;">Method 2 - FTP Client</span> | <span style="font-size: small;">Method 2 - FTP Client</span> | ||
<ol> | <ol> | ||
− | <li><span style="font-size: small;">You will need to download a free FTP client. Click | + | <li><span style="font-size: small;">You will need to download a free FTP client. Click [[FTP_Set-up_Guide|here]] to do so.</span></li> |
<li><span style="font-size: small;">Move your file to the <strong>mpmissions</strong> folder.</span></li> | <li><span style="font-size: small;">Move your file to the <strong>mpmissions</strong> folder.</span></li> | ||
</ol> | </ol> |
Latest revision as of 15:11, 20 August 2019
- Navigate to the File Manager section of your game panel.
- Find the mpmissions folder and open it.
- Add the file by clicking the Upload button at the toolbar.
Method 2 - FTP Client
- You will need to download a free FTP client. Click here to do so.
- Move your file to the mpmissions folder.
How can I manage the Mission Cycle?
// MISSIONS CYCLE
/*
class Missions
{
class Mission1
{
template="Mission1.Altis"";
difficulty="Regular";
};
};
*/
class Missions{
class Mission1
{
template="Mission1.Altis";
difficulty="Regular";
};
class Mission2
{
template="Mission2.Altis";
difficulty="Regular";
};
FAQs
Can I have different maps in the mission cycle?
Yes, you can cycle between different maps, i.e. Altis, Stratis and Virtual Reality.
Can I have missions that require different mods?
Yes, but you need to initialize all the mods via the Commandline Manager. You can turn mods on and off without restarting the server.
Can I have different difficulties?
Yes, set them per mission.
What happens if I leave the mission section blank?
When players join they will be able to vote for missions in your MPMission folder. (If you're logged in as Admin you can force a particular mission)