Leaflets – Arma 3
Jump to navigation
Jump to search
Lou Montana (talk | contribs) m (Some wiki formatting) |
Lou Montana (talk | contribs) m (Some wiki formatting) |
||
Line 43: | Line 43: | ||
! Default Texture | ! Default Texture | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_West_F | ||
| | |||
West | |||
| [[File:a3 orange cfgleaflets west ca.jpg|128px]] | | [[File:a3 orange cfgleaflets west ca.jpg|128px]] | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_East_F | ||
| | |||
East | |||
| [[File:a3 orange cfgleaflets east ca.jpg|128px]] | | [[File:a3 orange cfgleaflets east ca.jpg|128px]] | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Guer_F | ||
| | |||
Guer | |||
| [[File:a3 orange cfgleaflets guer ca.jpg|128px]] | | [[File:a3 orange cfgleaflets guer ca.jpg|128px]] | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Civ_F | ||
| | |||
Civ | |||
| [[File:a3 orange cfgleaflets civ ca.jpg|128px]] | | [[File:a3 orange cfgleaflets civ ca.jpg|128px]] | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_01_F | ||
| | |||
Custom_01 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_02_F | ||
| | |||
Custom_02 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_03_F | ||
| | |||
Custom_03 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_04_F | ||
| | |||
Custom_04 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_05_F | ||
| | |||
Custom_05 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_06_F | ||
| | |||
Custom_06 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_07_F | ||
| | |||
Custom_07 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_08_F | ||
| | |||
Custom_08 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_09_F | ||
| | |||
Custom_09 | |||
| ''Empty'' | | ''Empty'' | ||
|- | |- | ||
| | | | ||
| | 1Rnd_Leaflets_Custom_10_F | ||
| | |||
Custom_10 | |||
| ''Empty'' | | ''Empty'' | ||
|} | |} | ||
Line 110: | Line 138: | ||
=== Scripting Functions === | === Scripting Functions === | ||
*[[BIS_fnc_initLeaflet]] | * [[BIS_fnc_initLeaflet]] | ||
*[[BIS_fnc_initInspectable]] | * [[BIS_fnc_initInspectable]] | ||
{{GameCategory|arma3|Editing}} | {{GameCategory|arma3|Editing}} |
Revision as of 16:08, 15 July 2022
Propaganda leaflets are a new feature introduced in Arma 3 Laws of War DLC (1.76)
Mission Usage
Leaflets are a special weapon which can be fired both by a player or AI.
To add leaflets to an Utility Drone, use pylons settings in Eden Editor:
Alternatively, you can add them by script:
Several leaflet types exist apart from West, see the table below.
To let AI drop the leaflets, simply fire the weapon:
Custom Leaflets
Leaflet visuals are tied to specific magazine type. They are defined in global Config.cpp, but can be overriden in Description.ext:
class CfgLeaflets
{
class West // configuration for 1Rnd_Leaflets_West_F
{
text = "Text of the leaflet"; // text shown when previewing the leaflet full-screen. Ideally should be localized, so even player who cannot read the image can get the information
texture = "myLeaflet_ca.paa"; // leaflet texture shown when previewing the leaflet full-screen
model = "myLeaflet.p3d"; // in-flight model. Optional; When undefined, generic white leaflet is used
}
};
Leaflet Classes
Leaflet Preview
Once a leaflet falls on the ground, it can be inspected using hold action. It will bring up a full-screen leaflet preview with the ability to show localized text of the leaflet.