Skip to content

indig0fox/IFX_ACE3WindowBreak

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

IFX - ACE3 Window Break

Purpose

Provide players a way to break a window on any building using ACE interaction as if done with a hammer, weapon stock, or gloved fist to both save ammo and minimize noise profile. Provide customization options to minimize interaction clutter and maximize consistent usability and preference.

Provide server owners and mission makers the ability to enforce consistency of the gameplay mechanics this introduces.

CBA Settings

Available Options

Enable Interactions Enable or disable the clientside process which adds interactions as well as any existing actions on buildings. (default true)

Interaction Distance How far away a player can be for actions to appear. (default 2m)

Interaction Color What color the action icons will be. (default White)

Break Sound Distance How far away the breaking glass can be heard. (default 8m)

Enable on invincible buildings Enable/disable action use on editor-placed buildings that were marked as invincible (allowDamage false). (default true)

Note: This setting requires the addon to be running on the server as well. If it isn't, this setting will be ignored and all buildings will be interactable.

Admin Enforcement

The following can be added to a server-side or mission folder cba_settings file to enforce the defaults above:

  // IFX - ACE3 Window Break
  force force ifx_ACE3WindowBreak_setting_enabled = true;
  force force ifx_ACE3WindowBreak_setting_interactionDistance = 2;
  ifx_ACE3WindowBreak_setting_color = [1,1,1]; // not forced
  force force ifx_ACE3WindowBreak_setting_audibleDistance = 8;
  force force ifx_ACE3WindowBreak_setting_allowInvincible = true;

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published