Reset Timer Config - oSoDirty/DNA_Keycards GitHub Wiki

Options found at (DNA_Keycards/System/Other/ResetTimer_Config.json & DNA_Keycards/System/Other/SmolCrates_Config.json) NOTE Wood Crates and Keycard Crates share timer settings, Smol Wood Crates and Smol Crates also share timer settings.

Most options are found in the ResetTimer_Config.json. I am only going to explain a few of these, as most are just repeated for a different types/tiers. All time is in whole minutes. Distance is in meters.

{
	"dna_UseResetTimer": 1,  //This is a bool (0 false, 1 true) to turn on the timer all together, If this off, it will not work at all. 
	"dna_TimeBetweenChecks": 1,  //This is how often the timer checks for items to reset.
	"dna_Min_Distance_Between_Nearest_Player": 1.0, //This is distance in meters to determine how far away players need to be in order to reset
	"dna_ResetCrates": 1, //This is a bool to turn on resets for crates - this type of option is repeated
	"dna_TimeUntilYellowCrateResets": 1, //This is the minimum time required to pass after opening a crate - this type of option is repeated
	"dna_TimeUntilGreenCrateResets": 1,
	"dna_TimeUntilBlueCrateResets": 1,
	"dna_TimeUntilPurpleCrateResets": 1,
	"dna_TimeUntilRedCrateResets": 1,
	"dna_ResetStrongrooms": 1,
	"dna_TimeUntilYellowSRoomResets": 1,
	"dna_TimeUntilGreenSRoomResets": 1,
	"dna_TimeUntilBlueSRoomResets": 1,
	"dna_TimeUntilPurpleSRoomResets": 1,
	"dna_TimeUntilRedSRoomResets": 1,
	"dna_ResetLockouts": 1,
	"dna_TimeUntilYellowLockoutResets": 1,
	"dna_TimeUntilGreenLockoutResets": 1,
	"dna_TimeUntilBlueLockoutResets": 1,
	"dna_TimeUntilPurpleLockoutResets": 1,
	"dna_TimeUntilRedLockoutResets": 1,
	"dna_TimeUntilOrangeLockoutResets": 1,
	"dna_ResetOneWayDoors": 1,
	"dna_TimeUntilYellowOWDoorResets": 1,
	"dna_TimeUntilGreenOWDoorResets": 1,
	"dna_TimeUntilBlueOWDoorResets": 1,
	"dna_TimeUntilPurpleOWDoorResets": 1,
	"dna_TimeUntilRedOWDoorResets": 1,
	"dna_TimeUntilOrangeOWDoorResets": 1,
	"dna_ResetWarpDoors": 1,
	"dna_TimeUntilYellowWarpDoorResets": 1,
	"dna_TimeUntilGreenWarpDoorResets": 1,
	"dna_TimeUntilBlueWarpDoorResets": 1,
	"dna_TimeUntilPurpleWarpDoorResets": 1,
	"dna_TimeUntilRedWarpDoorResets": 1,
	"dna_TimeUntilOrangeWarpDoorResets": 1
}

The rest are found in SmolCrates_Config.json

{
	"dna_ResetSmolCrates": 0, //This will only work if the timer is activated in the previous file example. The rest is also the same.
	"dna_TimeUntilYellowSmolCrateResets": 1,
	"dna_TimeUntilGreenSmolCrateResets": 1,
	"dna_TimeUntilBlueSmolCrateResets": 1,
	"dna_TimeUntilPurpleSmolCrateResets": 1,
	"dna_TimeUntilRedSmolCrateResets": 1
}