Brando

Speed up time?

5 posts in this topic

I see in an entry in @ExileServer\addons\exile_server_config\config.cpp that looks like this:

class Time
    {
        useRealTime = 0;
        useStaticTime = 1;
        staticTime[] = {2039,10,24,12,0};
    };

I'm trying to have one exile day per real hour.  Any advice?

Share this post


Link to post
Share on other sites
Advertisement

class Time
    {
        useRealTime = 0;
        useStaticTime = 1;
        staticTime[] = {2039,10,24,12,0};
    };

replace this 

class Time
    {
        useRealTime =1;
        useStaticTime = 0;
        staticTime[] = {2039,10,24,12,0};
    };

with  

Unpack your mission.pbo and insert into initServer.sqf on the very top:

setTimeMultiplier 5;

 

And you have a real time 

  • Like 1

Share this post


Link to post
Share on other sites
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.