Community Tools – ArmA: Armed Assault

From Bohemia Interactive Community
Jump to navigation Jump to search
m (→‎Multi Player: removed dead links)
(Add more scripting tools)
Line 44: Line 44:
* [http://arma.jonasscholz.de/armascript ArmA-Script plugin] for [http://notepad-plus.sourceforge.net/ Notepad++] (version 5.7) with Syntax Highlighting, code Hints, auto complete, etc.
* [http://arma.jonasscholz.de/armascript ArmA-Script plugin] for [http://notepad-plus.sourceforge.net/ Notepad++] (version 5.7) with Syntax Highlighting, code Hints, auto complete, etc.
* [https://sites.google.com/site/macsarmatools/squint Squint] An sqf/cpp editor with syntax highlighting which also performs error-checking by applying static-analysis to your projects. Catches all syntax errors and many logical errors. (by [[User:sbsmac|sbsmac]])
* [https://sites.google.com/site/macsarmatools/squint Squint] An sqf/cpp editor with syntax highlighting which also performs error-checking by applying static-analysis to your projects. Catches all syntax errors and many logical errors. (by [[User:sbsmac|sbsmac]])
* [http://forums.bistudio.com/showthread.php?91939 Syntax highlighting] for the text editor [http://notepad-plus.sourceforge.net/ Notepad++] (SQF for [[ArmA_2:_Operation_Arrowhead|Arma 2 OA]])
* [https://forums.bohemia.net/forums/topic/89123-notepad-sqf-syntax-highlight/ Syntax highlighting] for the text editor [http://notepad-plus.sourceforge.net/ Notepad++] (SQF for [[ArmA_2:_Operation_Arrowhead|Arma 2 OA]])
* [https://marketplace.visualstudio.com/items?itemName=Armitxes.sqf Syntax highlighting] for the text editor [https://code.visualstudio.com/ Visual Studio Code]
* [https://marketplace.visualstudio.com/items?itemName=skacekachna.sqflint Linting] for the text editor [https://code.visualstudio.com/ Visual Studio Code]
* [https://forums.bohemia.net/forums/topic/211626-arma-script-profiler/ SQF Performance Profiler]


== Multi Player ==
== Multi Player ==

Revision as of 13:45, 20 June 2018

Template:unsupportedTool


PBO Files

Note: When packing missions with these or other tools, make sure to not compress SQS-files, or they might not work correctly!

Config Files

  • Config Editor `Laza` Open/Edit/Save Cpp/Bin(and save to BIN present) configs. (by Flea)
  • Eliteness UnRap and rapify gui + other bits, PBO unpak and pack, etc, all engines. (by Mikero)
  • unRap raP to cpp conversion tool with features like #define macro expansion, comments, etc. (by Kegetys)

FSM Files

Modeling

Animations

Texturing

  • AlterTexView Small & fast texture viewer, browser and converter, supports OFP & ArmA(DXT3-4-5) alpha (by Flea)
  • PAAplug Photoshop plugin for reading and writing PAA textures with DXT1-5 support (by Kegetys)

Scripting

Multi Player

Terrain Editing

  • MaskMapper - This tool allows users to take a image mask, and generate objects randomly within that. Primary use is placing vegetation randomly on the map.(by Soul_Assassin and Rocket)

OFP Tools

You might also be interested in the community tools created for OFP.