The TypeSqf Feature series is a series where I showcase different features of the TypeSqf editor.
How to download and install the TypeSqf editor, and write and execute a very simple script.
This video is showing the main features like Syntax Highlighting, Syntax Checking and Code Completion of the TypeSqf editor for Arma 3 scripting. It also touches the CPack Service and the SQX scripting language.
A CPack is used to download code into your Arma mission. This video shows how is it is used. Using CPacks I will also create a complete multiplayer mission with tasks, enemies, civilians and random traffic in less than 2 minutes.
This video explains how to handle CPacks in a mission using the TypeSqf editor and its CPack Console. I show how to install, update and remove CPacks, and how to list CPacks and check for CPack updates.
This video is a demonstration of the SQX syntax (Extended SQF) available in the TypeSqf Editor. In this video I create and use a Crowd class. The class models a crowd of civilians, and it contains the two methods GatherAtPosition and SpreadOut.
Here is a demo of the CPack Engima.Civilians. I create a mission from start, download the CPack, and make it work to populate a town with random civilians.