Billboards - Global-Conflicts-ArmA/Olsen-Framework-Arma-3 GitHub Wiki

Description

The billboard module is pretty simple.
It applies textures to all billboards mission wide.

Usage

  1. Go to modules>modules.sqf and enable the Billboards module.
  2. Place your billboards around the mission, copy the classname of the billboard(s).
  3. Go to modules>Billboards>settings.sqf

In the settings file you'll see the following

billboards = [];

[] - Between the brackets, add a list of classnames like so [Classname1,Classname2,Classname3]. Leave blank to apply to all default billboards of classname Land_Billboard_F

billboards_blank = false;

false - A chance for some of the billboards to spawn blank. Either true or false.

billboards_vanilla = false; 

false - A chance for some of the billboards to spawn with vanilla textures. Either true or false.

billboards_textureNames = ["cherno.jpg","coffee.jpg","waifu.jpg"]

cherno.jpg","coffee.jpg","waifu.jpg - A list of custom textures the billboards will use in modules\billboards\images. Formats accepted are .jpg and .paa