Development Guide
Here are some general guidelines about developing with ACE Anvil.
Requirements
- Arma Reforger and Arma Reforger Tools (available on Steam)
- Git
Development Environment
- Clone ACE Anvil with Git
- Open Arma Reforger Tools -> Add Project -> Scan for Projects
- Select
ACE-Anvil/addons
folder - Launch
ACE All in One
Recommended Worlds to test on:
ArmaReforger/worlds/MP/MpTest/MpTest.ent
ArmaReforger/worlds/ScenarioFramework/SF-Tutorial-Navmesh.ent
(if AI is required)
Code Formatting
We will follow Bohemia Interactive’s guidelines for now.
Debug Mode
All ACE components should have the following attribute to enable a debugging mode, if there is one:
Further reading
- Read official scripting guidelines
- Read official scripting tutorials