Guide:Mission File Syncing
To make joining the Altis Life server easier for people with slower internet connections, and to relieve load off the server, we are making the mission file available on Google Drive to sync to your PC.
The mission files can be found here: https://www.roleplay.co.uk/missions
FAQ:
Q: Why are there multiple files?
A: There are three mission files, although we only have one Arma server. We alternate between the three (A, B, C) when we update, which allows the mission file to be updated in the background while you are still playing on the server. This mitigates issues where Google Drive has to wait to update since the file is in use by the game.
Q: Do I need to do this?
A: Not necessarily, however it will allow you to completely bypass the mission file downloads in game, and allow you to join immediately after updates.
Q: Are these updated automatically?
A: Yes, our build system automatically pushes updated mission files, which in most cases will be well in advance of the restart.
Q: Does this give people a way to steal the mission file?
A: Not really, no. We already have protections in place for this, and someone who would be able to bypass these would already have the knowledge to easily extract it from their game folder (or get another person to get it for them if they were banned).
How to
Instructions for setting up automatic synchronization can be found in the HOWTO.txt, including a link to instructional images on how to set it up.
- Visit the mission file folder at https://www.roleplay.co.uk/missions (making sure you are signed into your google account)
- Add this folder to your Google drive (shared with me -> select RPUK MIssion Files folder -> press Shift + Z -> add to drive)
- Download Google Drive Sync application: https://www.google.co.uk/drive/download/
- Ensure that this folder has been synced to your local Google Drive folder (C:\Users\%USERNAME%\Google Drive). You may need to enable syncing this folder if you didn't click Sync All in Google Drive Sync settings (see tutorial images above!)
- Run the following commands in an Administrator command prompt (with your game closed!):
- You will now receive updates to the mission file, even when you are actively playing on our server thanks to the 3-file system.
For step 5 - Run each of these individually in an elevated Command Prompt |
---|
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.A.Altis.pbo" |
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.B.Altis.pbo" |
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.C.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.A.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.A.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.B.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.B.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.C.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.C.Altis.pbo" |
Image Tutorial
Footnote
That's everything done, if the 3 symbolic links have completed successfully, you should now find the mission files sync automatically and you can login without downloading them.
If you have any issues - please reply to this forum post so a member of the community can support you. https://www.roleplay.co.uk/topic/123583-rpuk-altis-mission-file-downloads-syncing/
For Step 5b and 5c - Run each of these individually in an elevated Command Prompt |
---|
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.A.Altis.pbo" |
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.B.Altis.pbo" |
del "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.C.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.A.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.A.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.B.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.B.Altis.pbo" |
mklink "C:\Users\%USERNAME%\AppData\Local\Arma 3\MPMissionsCache\RPUK.live.prod.C.Altis.pbo" "C:\Users\%USERNAME%\Google Drive\RPUK Mission Files\RPUK.live.prod.C.Altis.pbo" |