Home › Forums › Arma 3 -> Exile -> Altis (Inactive server) › New territory and database saving configuration
- This topic has 0 replies, 1 voice, and was last updated 8 years, 3 months ago by Terd Fergasen.
Viewing 1 post (of 1 total)
-
AuthorPosts
-
September 27, 2016 at 10:00 am #984Terd FergasenKeymaster
See DEFAULT config vs new config below…
class Database { //DEFAULTS FOR REFERENCE // // Remove all deleted items from the database after X days // permanentlyDeleteTime = 3; // // Remove all territories (and contructions + containers in it) that were not paid after X days // territoryLifeTime = 7; // // Remove all containers outside of territories that have not been used for X days // // Example: Tents // containerLifeTime = 10; // // Remove all constructions outside of territories that are older than X days or not moved for X days // // Example: Work Benches // constructionLifeTime = 2; // // Remove all vehicles that were not moved/used for X days // vehicleLifeTime = 3; // // Set safe as abandoned // abandonedTime = 7; // // Deletes a base X days after the flag is stolen if the ransom money isn't paid // stolenFlagLifeTime = 3; // // Sets door & safe pins to 0000 and marks safes to abandoned X days after the flag is stolen if the ransom money isn't paid // unlockLifeTime = 2; // Remove all deleted items from the database after X days permanentlyDeleteTime = 7; // Remove all territories (and contructions + containers in it) that were not paid after X days territoryLifeTime = 15; // Remove all containers outside of territories that have not been used for X days // Example: Tents containerLifeTime = 15; // Remove all constructions outside of territories that are older than X days or not moved for X days // Example: Work Benches constructionLifeTime = 15; // Remove all vehicles that were not moved/used for X days vehicleLifeTime = 15; // Set safe as abandoned abandonedTime = 15; // Deletes a base X days after the flag is stolen if the ransom money isn't paid stolenFlagLifeTime = 3; // Sets door & safe pins to 0000 and marks safes to abandoned X days after the flag is stolen if the ransom money isn't paid unlockLifeTime = 2; };
-
AuthorPosts
Viewing 1 post (of 1 total)
- The forum ‘Arma 3 -> Exile -> Altis (Inactive server)’ is closed to new topics and replies.