Home - Kieranator/BadArma GitHub Wiki

#BadArma Wiki

Welcome 2 BadArma wiki! Come here to learn how to walk 4km and get blown up. Also come here to make missions where people walk 4km and get blown up.

##Documents

Wiki pages with useful information for players and mission makers. Badger Need-to-know Manual, naming conventions, weapon class names, etc.

###Player Quick-Start Guide Installation instructions and the bare minimum info to get started.

###Badger Handbook Rules, suggestions, and knowledge that help you avoid making the gameplay experience shitty for yourself and others.

###Editor Quick-Start Guide Go here if you're new to making Arma missions and want to get up and running as fast as possible.

###Tutorials Text and video tutorials that cover almost everything you need to know, from making your first mission to complex triggers and AI interaction.

###Naming Conventions Some naming practices that help keep missions more consistent.

##Mission Templates

Template missions to quickly set up different scenarios. Adversarial missions, Badger Alliance 2, Area Control, etc.

##Scripts

Collection of miscellaneous scripts to automate tedious tasks that missions commonly require. Examples include setting up radios, adding group markers to the map, and "game on" scripts.

###deployUnit.sqf

  • Sends unit(s) to given destination, handling different destination types. Helper script for creating missions with in-game briefing (Also see mission template here).