Olympus Mission Updater: Difference between revisions

From Olympus Entertainment Wiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
='''Utilization'''=
='''Utilization'''=
There are two ways to use the mission updater: AHK (Auto-Hotkey script), and Executable (Source Available)<br>
There are two ways to use the mission updater: AHK (Auto-Hotkey script), and Executable (Source Available)<br>
==='''Compiled .exe'''===
The executable has been officially verified my Microsoft, but if you do not trust that the .exe matches the source code, you can run the .ahk manually.<br>
#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'''===
==='''Running the ahk manually'''===
Line 11: Line 17:
#Run "Olympus Mission Updater.ahk" with AutoHotkey
#Run "Olympus Mission Updater.ahk" with AutoHotkey


==='''Compiled .exe'''===
#Download the updater [https://github.com/olympus-entertainment/olympus-mission-updater/releases/latest/download/Olympus.Mission.Updater.exe here]<br>
The executable has been officially verified my Microsoft, but if you do not trust that the .exe matches the source code, you can run the .ahk manually.<br>


='''Using'''=
='''Using'''=

Revision as of 04:40, 1 April 2023

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

The executable has been officially verified my Microsoft, but if you do not trust that the .exe matches the source code, you can run the .ahk manually.

  1. Download the updater executable here
  2. Run the executable

Running the ahk manually

  1. Install Auto Hotkey v2
  2. Download the latest version as .zip here from the GitHub Repository
  3. Extract the zip to a folder
  4. Run "Olympus Mission Updater.ahk" with AutoHotkey


Using

  1. Open the application or AHK script
  2. Select which mission files you would like to download
  3. Click "Download"
  4. 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.
Left

Source Code