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
3.5 KiB
3.5 KiB
layout | title | description | group | order | parent |
---|---|---|---|---|---|
wiki | ACE3 Installation Guide | Step-by-step guide for installing ACE3 | user | 1 | wiki |
1. Overview
This guide will explain how to get ACE3 up and running.
2. Prerequisites
3. Install ACE3
- Extract both CBA and ACE3 .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/
- 32-Bit -
- After extraction you should have the
@ace
and@CBA_A3
folders inside your Arma 3 folder.
4. Install ACE3 Optional components
Note:
Skip this step if you're not using additional mods. If you are, consult with your mission maker before installing any of these components. If you are a mod creator, please visit the Modularity and PBO Structure page for more information.
4.1 What do they do?
Optional components supplement 3rd party mods with ACE3 features, for example:
- Optional weapon components make Advanced Ballistics possible, as well as the ability to use ACE3 weapon attachments with 3rd party weapons like RHS, HLC, etc.
- Optional tracers component brings back ACE2 ball tracers.
- Optional server component is used to load the userconfig files.
4.2 Which optionals should I use?
Only use the optional components that correspond with your mod-pack.
4.3 How to install these components?
- Inside your
Arma 3\@ace\
folder, you'll find theoptionals
andaddons
folders. - Inside the
Arma 3
folder create a new folder e.g.Arma 3\@ace_optionals\
and a subfolderArma 3\@ace_optionals\addons
- Copy and paste the relevant
.pbo
and.bisign
files from theArma 3\@ace\optionals
folder into theArma 3\@ace_optionals\addons
folder.
4.3.1 Alternative method to install optionals
- Inside your
Arma 3/@ace/
folder, you'll find theoptionals
andaddons
folders. - Copy and paste the relevant
.pbo
and.bisign
files from theoptionals
folder into theaddons
folder. - Copy and paste the
userconfig
folder from theoptionals
folder into rootArma 3
folder.
5. Launch Arma 3 with ACE3
- Launch Arma 3 to start the official game launcher.
- Click
Mods
and make sure the checkboxes next toace
andCBA_A3
are ticked. - Click
Play
6. Alternative launch methods
6.1 Swifty
Swifty{:target="_blank"}
- tbd
6.2 Arma3Sync
Arma3Sync{:target="_blank"}
- Inspect
Addon Options
and verify theAddon Search Directories
are leading to your Arma 3 folder. - Return to the
Addons
tab and clickRefresh
. - Right-click inside
Addon Groups
, clickCreate Group
and give it a name. - Drag and drop
@ace
and@CBA_A3
fromAvailable Addons
into the new Group you created insideAddon Groups
and make sure the checkboxes are ticked. - Click
Start Game
6.3 Play withSIX
Play withSIX{:target="_blank"}
- tbd