dayzgreywolf

Base items dissappear

4 posts in this topic

It appears when I build a base, each time I reboot parts of the base vanish until it's all gone. No errors in game, but something is deleting these items from MySQL.

I recall in Arma 2 DayZ mod there was a day counter, after X days items were deleted. Is this the same in Exile? Any idea where I should start looking?

Share this post


Link to post
Share on other sites

inside your @ExileServer\exile_server_config\config.cpp

look for this and adjust to suit

Spoiler

        class Database 
        {
            // Remove all deleted items from the database after X days
            permanentlyDeleteTime = 14;
            
            // Remove all territories (and contructions + containers in it) that were not paid after X days
            territoryLifeTime = 28;

            // Remove all containers outside of territories that have not been used for X days
            // Example: Tents
            containerLifeTime = 7;

            // Remove all constructions outside of territories that are older than X days or not moved for X days 
            // Example: Work Benches
            constructionLifeTime = 14;

            // Remove all vehicles that were not moved/used for X days
            vehicleLifeTime = 120;
            
            // 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;
        };

 

  • Like 1

Share this post


Link to post
Share on other sites
Advertisement
Advertisement

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

  • Recently Browsing   0 members

    No registered users viewing this page.