Arma 3
[SCRIPT] Phronk's Furniture
This topic has been locked
Phronk  [developer] Nov 17, 2017 @ 2:02pm
Installation Instructions
INSTALLATION INSTRUCTIONS
  1. Move the "PF" folder from downloaded file, to your mission folder.

    EXAMPLE: "Documents\ArmA 3 - Other Profiles\<profile>\missions\myMission.VR"



  2. Copy & Paste below code into your mission's "init.sqf":

    if(isServer)then{PFrun=false;[]spawn compileFinal(preprocessFile"PF\init.sqf")};



  3. Done!


  4. (OPTIONAL) - The "CFG.sqf" file in the "PF" folder is the settings file.

    1. // TRUE enables furniture, FALSE disables it (Default = TRUE)
      PF_On= TRUE;

    2. // Activation range on buildings to spawn furniture (Default = 60)
      PF_Range = 60;

    3. //List of building CLASSNAMES to avoid spawning furniture in (Example: ["land_slum_01_f"])
      PF_BlacklistObj = [];
Last edited by Phronk; Jun 20, 2021 @ 3:43pm