-
Notifications
You must be signed in to change notification settings - Fork 35
FAQ
Alexander Olk edited this page Apr 15, 2020
·
14 revisions
- First, one has to mark an artillery target with a laser designator (or a binocular in the IFA3 version). Look through the laser designator and you get a new action menu entry to mark the target. When the mark dialog shows, select the type and the number of salvoes.
- If you play a normal Domination version without AI recruitment enabled then only squad leaders and artillery operators can mark artillery targets.
- After an artillery target is marked an artillery operator has to call in the strike by opening the artillery dialog via the Domination Menu, select the marked target and hit the fire button. If AI recruitment is enabled all players can do that.
- Simply set d_db_auto_save in the dom_settings table to true
- For that you need to edit the mission itself. Open init\fn_preinit.sqf in a text editor and search for d_remove_from_arsenal
- Select the correct array (rifles, launchers, etc) and add either the class name to the array or code to remove more than one class name at once (_this holds the class name in the code)