No edit summary |
|||
(18 intermediate revisions by 4 users not shown) | |||
Line 1: | Line 1: | ||
='''Olympus Mission Updater Instructions'''= | ='''Olympus Mission Updater Instructions'''= | ||
Downloading Olympus mission files through our mission updater allows for joining the server significantly faster by pre-downloading mission files, rather than downloading through Arma 3 which has an average download speed of 128Kb/s with a max of 1 Mb/s. | |||
Downloading mission files through | |||
=''' | ='''Utilization'''= | ||
There are two ways to | There are two ways to use the mission updater: AHK (Auto-Hotkey script), and Executable (Source Available)<br> | ||
==='''Compiled .exe'''=== | |||
#Download the updater [https://github.com/olympus-entertainment/olympus-mission-updater/releases/latest/download/Olympus.Mission.Updater.exe | |||
#Download the updater executable [https://github.com/olympus-entertainment/olympus-mission-updater/releases/latest/download/Olympus.Mission.Updater.exe here]<br> | |||
#Run the executable | |||
==='''Running the ahk manually'''=== | |||
The executable has been officially verified by Microsoft, but if you do not trust that the .exe matches the source code, you can run the .ahk manually.<br> | |||
#Install [https://www.autohotkey.com/download/ahk-v2.exe Auto Hotkey v2] | #Install [https://www.autohotkey.com/download/ahk-v2.exe Auto Hotkey v2] | ||
#Download the latest version as .zip [https://github.com/olympus-entertainment/olympus-mission-updater/archive/refs/heads/master.zip here] | #Download the latest version as .zip [https://github.com/olympus-entertainment/olympus-mission-updater/archive/refs/heads/master.zip here] from the [https://github.com/olympus-entertainment/olympus-mission-updater/ GitHub Repository] | ||
#Extract the zip to a folder | #Extract the zip to a folder | ||
#Run "Olympus Mission Updater.ahk" with AutoHotkey | #Run "Olympus Mission Updater.ahk" with AutoHotkey | ||
='''Using'''= | ='''Using'''= | ||
#Open the application | #Open the application or AHK script | ||
#Select which mission files you | #Select which mission files you would like to download | ||
#Click "Download" | #Click "Download" | ||
#The mission files will be downloaded to your MPMissionsCache (%LocalAppData%\Arma 3\MPMissionsCache) | #The mission files will be downloaded to your MPMissionsCache (%LocalAppData%\Arma 3\MPMissionsCache) | ||
Note: it does not matter if you are in game when you use the updater.<br> | Note: it does not matter if you are in game when you use the updater.<br> | ||
[[File:OMUexample2.gif|Left]] | |||
[https://github.com/olympus-entertainment/olympus-mission-updater/ Source Code] |
Latest revision as of 00:28, 13 January 2024
Olympus Mission Updater Instructions
Downloading Olympus mission files through our mission updater allows for joining the server significantly faster by pre-downloading mission files, rather than downloading through Arma 3 which has an average download speed of 128Kb/s with a max of 1 Mb/s.
Utilization
There are two ways to use the mission updater: AHK (Auto-Hotkey script), and Executable (Source Available)
Compiled .exe
- Download the updater executable here
- Run the executable
Running the ahk manually
The executable has been officially verified by Microsoft, but if you do not trust that the .exe matches the source code, you can run the .ahk manually.
- Install Auto Hotkey v2
- Download the latest version as .zip here from the GitHub Repository
- Extract the zip to a folder
- Run "Olympus Mission Updater.ahk" with AutoHotkey
Using
- Open the application or AHK script
- Select which mission files you would like to download
- Click "Download"
- The mission files will be downloaded to your MPMissionsCache (%LocalAppData%\Arma 3\MPMissionsCache)
Note: it does not matter if you are in game when you use the updater.