Play on Mac – Arma 3

From Bohemia Interactive Community
Jump to navigation Jump to search
(Page creation)
 
(Add dedicated server)
Line 71: Line 71:
# The new custom-made Application should have now been created - close the Script Editor and open the created Application.
# The new custom-made Application should have now been created - close the Script Editor and open the created Application.
# Hit OK on the dialog that appeared - the game should launch with the mod(s) loaded.
# Hit OK on the dialog that appeared - the game should launch with the mod(s) loaded.
== Dedicated Server ==
# Run the Steam client (if you do not start the normal game first, it will not let you launch after the Dedicated Server is on).
# Run {{arma3}} and wait for the game to get to the main menu.
# Run Terminal.
# Change the current directory to the path where the '''Arma3.app''' is - e.g. {{hl|cd ~/Library/Application\ Support/Steam/SteamApps/common/Arma\ 3/}}.
# Run the Dedicated Server by command: {{hl|./Arma3.app/Contents/MacOS/Arma3 --args -server -config=Server.cfg}}.




[[Category:Arma 3: Tutorials]]
[[Category:Arma 3: Tutorials]]

Revision as of 16:51, 20 June 2023

This article covers the basic setup and troubleshooting of Arma 3 on Mac.


Setup

  1. Download and install the Steam client, create an account and purchase the retail version of Arma 3.
  2. Install the game (it will automatically download the data for Mac, depending on the platform you are installing from).
  3. The launch options will offer a choice of the default non-native version, and the more experimental native version.
    • Select "Play Arma 3" for the default non-native version
    • Select "Launch experimental Apple Silicon version" for the experimental, native version
  4. Click Play!


BattlEye

Only the non-native version supports BattlEye.


Mods

In order to launch Arma 3 with mods, they must be downloaded from the Steam Workshop or another source. The mod directory should be moved into the game directory, then loaded using the game's Steam launch options. There also exists a way to launch the game with mods via Terminal, or by making an Alias with the help of the Apple Script Editor.

  • Moving the folder will stop the mod from updating via Steam Workshop. If you want the Workshop to update the mods, you must write the whole path to the original folder.
  • Keep in mind that you need to start your path with C:
Launch Options Example: -mod=C:/Users/macuser/Desktop/rhs

Most mods will work out of the box for Arma 3 on Mac.

Steam

  1. Subscribe to and download the mod from the Steam Workshop.
  2. Locate the folder with mods. Default path: /Users/macuser/Library/Application Support/Steam/steamapps/workshop/content
  3. Look for folders with number IDs. Those should be the mods.
  4. Open the game folder. Default path: /Users/macuser/Library/Application Support/Steam/steamapps/common/Arma 3
    You can locate the game folder quickly by using Steam. Press Right Mouse Button on Arma 3 → Properties → Local files → Browse
  5. Copy the mod folder inside the game folder (in our example: 450814997)
    It is recommended to rename the copied folder to a simpler name (example: modname, etc)
  6. Open Steam and go to its properties once again.
  7. Find Launch Options in the General tab and enter: -mod=<directoryName or directoryFullPath>
    • Example 1: -mod=mod1
    • Example2: -mod=C:/Users/macuser/Desktop/mod1
  8. Close the properties and launch the game - the game should launch with the mod(s) loaded.

Terminal

  1. Open the Terminal.
  2. Write the followingg command: open -a Arma3 --args -mod=<directoryName or directoryFullPath> -p default -no-remote
    • Example 1: open -a Arma3 --args -mod=rhs -p default -no-remote
    • Example 2: open -a Arma3 --args -mod=C:/Users/macuser/Desktop/rhs -p default -no-remote
  3. Press Enter to confirm the command.
  4. Press OK on the dialog that appeared - the game should launch with the selected mod(s) loaded.

Apple Script Editor

  1. Open Script Editor
  2. Write command: do shell script "open -a Arma3 --args -mod=<directoryName or directoryFullPath> -p default -no-remote"
    • Example 1: do shell script "open -a Arma3 --args -mod=rhs -p default -no-remote"
    • Example 2: do shell script "open -a Arma3 --args -mod=C:/Users/macuser/Desktop/rhs -p default -no-remote"
  3. Go to File → Export.
  4. Name the file and choose where it will be created (e.g the desktop) - change the File Format to Application and click Save.
  5. The new custom-made Application should have now been created - close the Script Editor and open the created Application.
  6. Hit OK on the dialog that appeared - the game should launch with the mod(s) loaded.


Dedicated Server

  1. Run the Steam client (if you do not start the normal game first, it will not let you launch after the Dedicated Server is on).
  2. Run Arma 3 and wait for the game to get to the main menu.
  3. Run Terminal.
  4. Change the current directory to the path where the Arma3.app is - e.g. cd ~/Library/Application\ Support/Steam/SteamApps/common/Arma\ 3/.
  5. Run the Dedicated Server by command: -No content provided-.