mirror of
https://github.com/acemod/ACE3.git
synced 2024-08-30 18:23:18 +00:00
65df821e2b
* Update documentation guidelines * Add version info part 1 * Add version info part 2 * Add removed in version to frontmatter and tag testmissions as removed * Add version info part 3 * Seaparate ACE3 and ACEX Features/Framework menus, Add ACEX Headless documentation * Add ACEX support to extract_dependencies.py * Merge useful-functions into frameworks * Move class-names to main menu * Prettify class-names table titles * Fix table of contents on documentation guidelines and tips * Merge mission-tools into frameworks * Merge modules into frameworks * Rename to Frameworks (plural) * Fix capitalization in class-names * Improve wiki menu positioning * Add 'mod' to documentation guidelines * Update frameworks sections description for new content * Update wiki menu descriptions * Fix class-names 4 digit versions * More places for descriptions * Include documentation in PRs if applicable note * Add short ACE3 and ACEX description page, outlining the difference
32 lines
966 B
Markdown
32 lines
966 B
Markdown
---
|
|
layout: wiki
|
|
title: ACEX Installation Guide
|
|
description: Step-by-step guide for installing ACEX
|
|
group: user
|
|
order: 2
|
|
parent: wiki
|
|
---
|
|
|
|
## 1. Overview
|
|
|
|
This guide will explain how to get ACEX up and running.
|
|
|
|
## 2. Prerequisites
|
|
|
|
- Download [CBA](https://github.com/CBATeam/CBA_A3/releases/latest).
|
|
- Download [ACE3]({{site.ace.githubUrl}}/releases/latest).
|
|
- Download [ACEX]({{site.acex.githubUrl}}/releases/latest).
|
|
|
|
## 3. Install ACEX
|
|
|
|
- Extract CBA, ACE and ACEX .zip files into your Arma 3 folder. By default it is located in:
|
|
- 32-Bit - `C:/Program Files/Steam/Steamapps/Common/Arma 3/`
|
|
- 64-Bit - `C:/Program Files (x86)/Steam/Steamapps/Common/Arma 3/`
|
|
- After extraction you should have the `@acex`, `@ace` and `@CBA_A3` folders inside your Arma 3 folder.
|
|
|
|
## 5. Launch Arma 3 with ACEX
|
|
|
|
- Launch Arma 3 to start the official game launcher.
|
|
- Click `Mods` and make sure the checkboxes next to `ace`, `acex` and `CBA_A3` are ticked.
|
|
- Click `Play`
|