Dev Tools Starter Setup
Please note that this part is still heavily work in progress. For more dev related information please go to our Antistasi-Wiki-for-Devs.
Arma 3 Developer Mods
Arma 3 Developer Mods
Name |
Steam URL |
---|---|
Advanced Developer Tools |
|
CBA_A3 |
|
Zeus Enhanced |
Code Editor Extensions
Code Editor Extensions
Visual Studio Code
You can download Visual Studio Code for free on their Website. The following extensions are extremely useful for editing Antistasi and are almost required.
Name |
Description |
---|---|
Utilities specifically built for Antistasi development |
|
Hover over command, see explanation |
|
Quickly open your last RPT to check for errors with Ctrl + Alt + R |
|
Comprehensive command support for SQF |
|
Adds command and structure highlighting |
Name |
Description |
---|---|
Can help other people debug your code if needed |
|
Extends on the existing VSCode Git support |
|
Allows the viewing of pull requests from within VSCode |
|
Useful to find differences between files in a pinch |
|
Useful for editing stringtable files |
Atom
Atom is no longer supported by Antistasi Dev team. However, it is still possible to use Atom as an editor for Arma. The plugins down below were recommended back then.
Name |
Description |
---|---|
Syntax highlighting, auto-completions and snippets for sqf and other languages used within the Real Virtuality engine |
|
Animates bracket highlighting |