You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 10, 2021. It is now read-only.
//You can also add a blacklist per side AND/OR per faction. All blacklists that match player when ASORVS is opened will be included. Examples:
//ASORVS_Blacklist_WEST = []; //hide items for all west units
//ASORVS_Blacklist_BLU_F = []; //hide items for all NATO (class name BLU_F) units
//Only these items will show in any lists. Items not in these lists will be removed when opening ASORVS. Only base radios from TFAR / ACRE need to be added.
//ASORVS_Whitelist ["ItemRadio"];
//You can also add a whitelist per side and/or per faction. Items in this list MUST also be in ASORVS_Whitelist if it exists.
//ASORVS_Blacklist_WEST = ["ItemRadio"]; //hide items for all west units
//ASORVS_Blacklist_BLU_F = ["ItemRadio"]; //hide items for all NATO (class name BLU_F) units