Misc Main Config Options. - oSoDirty/DNA_Keycards GitHub Wiki

Additional options that are found in (DNA_Keycards\System\Main\KeyCard_Main_System_Config.json)

{
	Separate Sidearms by tier. //Bool to determine whether all sidearms can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Separate Food and Drink by tier. //Bool to determine whether all food and drink items can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Separate Tools by tier. //Bool to determine whether all tools can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Separate Meds by tier. //Bool to determine whether all meds can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Separate Materials by tier. //Bool to determine whether all materials can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Separate Miscellaneous by tier. //Bool to determine whether all miscellaneous can spawn in any tier crate, or only it's designated tier (does not apply to smol crates)

	Alarm Toggle. //Bool to determine whether or not alarm sounds when card is used. (options for keyed crates, strongrooms, and lockouts only)
	
	Notification Toggle and Range. //Int to determine whether or not notification is posted on screen when card is used. 0 = off, 1 - 2000, shows for players in the range specified, anything 2001 and up shows entire map the notification. Doesn't show to players within 10m, they will surely know what's going on. (options for keyed crates, strongrooms, and lockouts only) 
}

Additional Alarm and notification settings in: "DNA_Keycards\System\Other\DoorAlarmAndNotifications_Config.json"

ALL ALARM SETTINGS ARE (0 = OFF) & (1 = ON)

NOTIFICATION RANGE BETWEEN 10 & 2000 METERS HIGER THAN 2000 SHOWS FULL MAP, LESS THAN 10 IS DISABLED

NOT GOING TO EXPLAIN EVERY SINGLE ONE, THEY ARE SELF EXPLANATORY AND ALTERNATE BETWEEN ENABLE & RANGE

{      
	"dna_SoundAlarmOrangeLockout": 0, //Bool to enable 
	"dna_NotificationRangeOrangeLockout": 0, //Int to determine onscreen notification range in meters
	"dna_SoundAlarmOrangeOneWay": 0,
	"dna_NotificationRangeOrangeOneWay": 0,
	"dna_SoundAlarmOrangeWarp": 0,
	"dna_NotificationRangeOrangeWarp": 0,
	"dna_SoundAlarmYellowOneWay": 0,
	"dna_NotificationRangeYellowOneWay": 0,
	"dna_SoundAlarmYellowWarp": 0,
	"dna_NotificationRangeYellowWarp": 0,
	"dna_SoundAlarmGreenOneWay": 0,
	"dna_NotificationRangeGreenOneWay": 0,
	"dna_SoundAlarmGreenWarp": 0,
	"dna_NotificationRangeGreenWarp": 0,
	"dna_SoundAlarmBlueOneWay": 0,
	"dna_NotificationRangeBlueOneWay": 0,
	"dna_SoundAlarmBlueWarp": 0,
	"dna_NotificationRangeBlueWarp": 0,
	"dna_SoundAlarmPurpleOneWay": 0,
	"dna_NotificationRangePurpleOneWay": 0,
	"dna_SoundAlarmPurpleWarp": 0,
	"dna_NotificationRangePurpleWarp": 0,
	"dna_SoundAlarmRedOneWay": 0,
	"dna_NotificationRangeRedOneWay": 0,
	"dna_SoundAlarmRedWarp": 0,
	"dna_NotificationRangeRedWarp": 0
}