1. Do you need support for Assetto Corsa Competizione? Please use the proper forum below and ALWAYS zip and attach the WHOLE "Logs" folder in your c:\users\*youruser*\AppData\Local\AC2\Saved. The "AppData" folder is hidden by default, check "Hidden items" in your Windows view properties. If you report a crash, ALWAYS zip and attach the WHOLE "Crashes" folder in the same directory. Do not post "I have the same issue" in an existing thread with a game crash, always open your own thread. Do not PM developers and staff members for personal troubleshooting and support.
  2. As part of our continuous maintenance and improvements to Assetto Corsa Competizione we will be releasing small updates on a regular basis during the esports season which might not go through the usual announcement process detailing the changes until a later version update where these changes will be listed retrospectively.
  3. If ACC doesn't start with an error or the executable is missing, please add your entire Steam directory to the exceptions in your antivirus software, run a Steam integrity check or reinstall the game altogether. Make sure you add the User/Documents/Assetto Corsa Competizione folder to your antivirus/Defender exceptions and exclude it from any file sharing app (GDrive, OneDrive or Dropbox)! The Corsair iCue software is also known to conflict with Input Device initialization, if the game does not start up and you have such devices, please try disabling the iCue software and try again. [file:unknown] [line: 95] secure crt: invalid error is a sign of antivirus interference, while [Pak chunk signing mismatch on chunk] indicates a corrupted installation that requires game file verification.
  4. When reporting an issue with saved games, please always zip and attach your entire User/Documents/Assetto Corsa Competizione/Savegame folder, along with the logs and the crash folder (when reporting related to a crash).

DOCS The Server Admin Handbook thread

Discussion in 'ACC Blog' started by Minolin, Jun 10, 2019.

  1. Captain Barracuda

    Captain Barracuda Hardcore Simmer

    Thanks Minolin as always.

    I wonder what we get if we choose zolder_2019 or zandvoort (signifying 2018 version) :confused:

    Do we somehow get warped to an alternate dimension, like below? :eek:

    ni2rbpqhfmw01.jpg
     
  2. icemanzp

    icemanzp Simracer

    @Minolin does endurance mode for qual works now? Maybe, can you give an example for correct server config?
     
  3. HemiR

    HemiR Gamer

    @Minolin It appears that if you use the postQualySeconds and postRaceSeconds . you can no longer use the admin /next .. we set at ten minutes and would skip if all drivers are ready before the 10 minute period. By design?

    Also . should we be using a newer server exe.. ie deleting and verifying to get a newer version?
     
  4. Rolz

    Rolz Alien

    I'd noticed admin commands not working, but hadn't pinpointed to postQualySeconds and postRaceSeconds - just from previous to current versions it's stopped working...
    Glad to hear it's not just me.
     
    Chriss likes this.
  5. n1lyn

    n1lyn Racer

    It does work, but I had to spam /next cause even the postqualyseconds (and race) are treated as a session as well as every other instance where things are moved "forward". From free practice to free practice its at least 20 "/next" commands :D
     
    cestcomi likes this.
  6. Minolin

    Minolin Staff Member KS Dev Team

    I think it's safe to say this is not the intended behaviour :D Thanks, I'll dig into this
     
  7. n1lyn

    n1lyn Racer

    would at least be easier if there was the possibility to use the up-arrow to repeat the earlier command, or that the chat line stays active after sending a message so you can just copy/paste spam ;)

    and while i'm at it: i noticed that in the scenario where I am streaming, i cannot enter the admin password on the server. maybe there is a way to automatically transform anything behind the /admin command to: ******
     
    surtic86 likes this.
  8. cestcomi

    cestcomi Racer

    Code:
    {
       "preRaceWaitingTimeSeconds":90,
       "sessionOverTimeSeconds":140,
       "postQualySeconds":90,
       "postRaceSeconds":120, 
    }
    Yesterday and the day before, we used the above "event.json" on one of our servers and I try several times the "/next" command without problems.
     
  9. martcerv

    martcerv Alien

    Im fairly sure what is happening after you use skip or even restart command in a qualy or race session, this doesnt take effect until after the postQualy and postRace seconds have expired. If you use skip command in a practice session there is no big delay and thats the only session without these delays.

    "postQualySeconds": 30,
    "postRaceSeconds": 110,
    "sessionOverTimeSeconds": 110,

    Not sure if it also uses session overtime but if you could make the admin command bypass these then I think this should work out the same as in current practice sessions.
     
    Steven Vranch and cestcomi like this.
  10. martcerv

    martcerv Alien

    @Minolin could you take a look at single session qualy or practice servers being set to day 3 always starting on a green track.

    Here is the session setup I am using.
    {
    "track": "zolder_2019",
    "eventType": "E_6h",
    "preRaceWaitingTimeSeconds": 100,
    "postQualySeconds": 30,
    "postRaceSeconds": 110,
    "sessionOverTimeSeconds": 110,
    "ambientTemp": 22,
    "cloudLevel": 0.05000000149011612,
    "rain": 0.0,
    "weatherRandomness": 0,
    "sessions": [
    {
    "hourOfDay": 15,
    "dayOfWeekend": 3,
    "timeMultiplier": 1,
    "sessionType": "Q",
    "sessionDurationMinutes": 30
    }
    ],
    "configVersion": 1
    }

    This is for a league qualifying server where I want static conditions and optimum track. This never has worked for me but if I add an extra session of 1 min practice then skip to qualy I can get optimal grip for the qualy session.

    Here is what the log says at the start of the session.

    Code:
    20028: No drivers around, resetting session
    20028: Resetting race weekend
    20028: Empty Leaderboard - will skip the json dump
    20028: Resetting weekend to friday night
    20028: ==ERR: Track services ERROR target time is more than 2 days 226800, is 0
    20028: SessionManager::randomizeGreenFlagTriggers: s:0.970972 e:0.000000 r:0.976583
    20028: Detected sessionPhase <session> -> <waiting for drivers> (Qualifying)
    
    
    I don't know if the track services ERROR is the issue but no idea what that means. Is there a way to setup a server with static optimum grip levels? also can time scale be 0. If it starts optimum will the track still keep gripping up so we should keep a short session to avoid it getting faster if more join in and run lots of laps.
     
    Rolz likes this.
  11. martcerv

    martcerv Alien

    I found adding an extra practice session of 1 minute ahead of this gives me the optimum track next session.

    Code:
    {
        "track": "zolder_2019",
        "eventType": "E_6h",
        "preRaceWaitingTimeSeconds": 10,
        "postQualySeconds": 5,
        "postRaceSeconds": 5,
        "sessionOverTimeSeconds": 100,
        "ambientTemp": 22,
        "cloudLevel": 0.05000000149011612,
        "rain": 0.0,
        "weatherRandomness": -1,
        "sessions": [
            {
                "hourOfDay": 11,
                "dayOfWeekend": 2,
                "timeMultiplier": -1,
                "sessionType": "P",
                "sessionDurationMinutes": 1
            },
            {
                "hourOfDay": 15,
                "dayOfWeekend": 3,
                "timeMultiplier": -1,
                "sessionType": "Q",
                "sessionDurationMinutes": 30
             }
        ],
        "configVersion": 1
    }
    Also timeMultiplier -1 does keep time static which is what I wanted. WeatherRandomness -1 seems to work too.

    Not sure why a single qualy session always starts out green still. That is a workaround, it just means people that join first need to skip the practice or wait a minute.

    Ambient temp is also starting at 26c on this session even with dynamic off and 22 set in the config.
     
  12. stasek44

    stasek44 Rookie

    Hi,

    Im trying to setup ACC server, here is my session order:
    FP, Q1, Q2, R1, R2

    But for both racers the grid is ordered by results from Q1, results from Q2 are useless. Do you know how to fix this? Is this a known issue?

    Regards,
    SF
     
  13. lordpatou

    lordpatou Simracer

    It's a known issue.
     
  14. martcerv

    martcerv Alien

    Current workaround is use FP Q1 R1 Q2 R2 this is working correctly in 1.1.2
     
  15. pastranario

    pastranario Racer

    Hello, could you upload the .json to confirm how you have it?
     
  16. martcerv

    martcerv Alien

    this is not from our league server but I found you can even stack 3 races and I have had no issues with it,
    Code:
    {
        "track": "zolder_2019",
        "eventType": "E_6h",
        "preRaceWaitingTimeSeconds": 90,
        "postQualySeconds": 30,
        "postRaceSeconds": 100,
        "sessionOverTimeSeconds": 100,
        "ambientTemp": 22,
        "cloudLevel": 0.050000000149011612,
        "rain": 0.15,
        "weatherRandomness": 3,
        "sessions": [
            {
                "hourOfDay": 16,
                "dayOfWeekend": 1,
                "timeMultiplier": 4,
                "sessionType": P",
                "sessionDurationMinutes": 20
            },
            {
    [LEFT][FONT=Georgia][COLOR=rgb(20, 20, 20)]            "hourOfDay": 8,
                "dayOfWeekend": 2,
                "timeMultiplier": 4,
                "sessionType": "Q",
                "sessionDurationMinutes": 10
            },
            {[/COLOR][/FONT][/LEFT]
                "hourOfDay": 10,
                "dayOfWeekend": 2,
                "timeMultiplier": 4,
                "sessionType": "R",
                "sessionDurationMinutes": 15
            },
            {
                "hourOfDay": 15,
                "dayOfWeekend": 2,
                "timeMultiplier": 4,
                "sessionType": "Q",
                "sessionDurationMinutes": 10
            },
            {
                "hourOfDay": 16,
                "dayOfWeekend": 2,
                "timeMultiplier": 4,
                "sessionType": "R",
                "sessionDurationMinutes": 15
            },
            {
                "hourOfDay": 20,
                "dayOfWeekend": 3,
                "timeMultiplier": 4,
                "sessionType": "Q",
                "sessionDurationMinutes": 10
            },
            {
                "hourOfDay": 23,
                "dayOfWeekend": 3,
                "timeMultiplier": 4,
                "sessionType": "R",
                "sessionDurationMinutes": 15
            }
        ],
        "configVersion": 1
    }
    The server will post this error.
    Code:
    0: ==ERR: Detected Q after R(1)
    0: ==ERR: Detected Q after R(2)
    0: SessionManager::randomizeGreenFlagTriggers: s:0.890000 e:0.950000 r:0.901380
    0: Track zolder_2019 was set and updated
    0: Event changed
    0: ==ERR: Detected Q after R(1)
    0: ==ERR: Detected Q after R(2)
    But it has worked without issues on Open and private servers for me in 1.1.x builds. PQQRR now just uses Q1 for the grid of both races though that worked in earlier versions.
     
    pastranario likes this.
  17. cestcomi

    cestcomi Racer

    I remember being able to run the PQRQR (but not the PQQRR) well before patch 1.1.
    I would have to try with PQRPQR when I have time.
     
  18. -WPT-

    -WPT- Rookie

    Has ACC allowed to add ballast to player yet?
     
  19. Hi everyone, I updated the config in my server with PQRQR but the log show this:

    Code:
    0: Joining during race is allowed
    0: maxCarSlots 30 exceeds the allowed slots by Rating requirement (26). Add Track Medal and Safety Rating Requirements to gain up to 30 slots (3 TM + 70 SA)
    0: ==ERR: Detected Q after R(1)
    0: SessionManager::randomizeGreenFlagTriggers: s:0.890000 e:0.950000 r:0.920050
    0: Track nurburgring_2019 was set and updated
    0: Event changed
    0: ==ERR: Detected Q after R(1)
    0: SessionManager::randomizeGreenFlagTriggers: s:0.890000 e:0.950000 r:0.891793
    0: Significant change detected, updating lobby (1|1)
    0: maxCarSlots 30 exceeds the allowed slots by Rating requirement (26). Add Track Medal and Safety Rating Requirements to gain up to 30 slots (3 TM + 70 SA)
    0: Resetting weekend to friday night
    0: SessionManager::randomizeGreenFlagTriggers: s:0.890000 e:0.950000 r:0.906546
    
    {
    "track": "nurburgring_2019",
    "eventType": "SP",
    "preRaceWaitingTimeSeconds": 120,
    "postQualySeconds": 30,
    "postRaceSeconds": 100,
    "sessionOverTimeSeconds": 120,
    "ambientTemp": 10,
    "trackTemp": 16,
    "cloudLevel": 0.8,
    "rain": 0.0,
    "weatherRandomness": 2,
    "sessions": [

    {
    "hourOfDay": 14,
    "dayOfWeekend": 1,
    "timeMultiplier": 4,
    "sessionType": "P",
    "sessionDurationMinutes": 30
    },

    {
    "hourOfDay": 9,
    "dayOfWeekend": 2,
    "timeMultiplier": 4,
    "sessionType": "Q",
    "sessionDurationMinutes": 15
    },

    {
    "hourOfDay": 14,
    "dayOfWeekend": 2,
    "timeMultiplier": 4,
    "sessionType": "R",
    "sessionDurationMinutes": 25
    },
    {
    "hourOfDay": 10,
    "dayOfWeekend": 3,
    "timeMultiplier": 4,
    "sessionType": "Q",
    "sessionDurationMinutes": 15
    },

    {
    "hourOfDay": 14,
    "dayOfWeekend": 3,
    "timeMultiplier": 4,
    "sessionType": "R",
    "sessionDurationMinutes": 45
    }
    ],
    "configVersion": 1
    }
     
    plantunivers likes this.
  20. Pier84

    Pier84 Simracer

    Guys a question.
    How to set up track grip? (green, fast, and others)
    I can't set it on the server
    Thanks a lot
     
Similar Threads
Forum Title Date
ACC Multiplayer Missing information in ACC Server Admin Handbook Version 1.10.0 Apr 3, 2024
ACC Troubleshooting Render Thread 1 crashed whilst spectating multiplayer as server admin Sep 28, 2023
ACC PS4/PS5/XB1/XBX/S General Discussions Online Server admin commands console May 30, 2023
ACC PS4/PS5/XB1/XBX/S General Discussions Running admin commands on a PS5 server Jul 19, 2022
ACC Multiplayer Isserveradmin not working Sep 10, 2021
Multiplayer Bugs & Issues Why is "isServerAdmin" per CAR and not per DRIVER? Apr 20, 2021
ACC PS4/PS5/XB1/XBX/S General Discussions Server Administration on XBox One Oct 29, 2020
ACC Multiplayer Feature Request: Add FCY and SC Mode as server admin commands Sep 14, 2020
ACC Multiplayer Admin server - next session command Sep 12, 2019
ACC Multiplayer For server admins: ACCServer 1.0.8 preview 1 Aug 9, 2019
ACC Multiplayer For server/league admins: 1.0.7 preview 1 Jul 24, 2019
ACC Multiplayer ACC Server Admin Handbook (german translate) Jul 5, 2019
ACC Multiplayer Server Log Parser for HTML (league admins) Jun 15, 2019
ACC Multiplayer Can't join the server as admin or spectator May 29, 2019
ACC General Discussions Server admin turn off practice session? May 18, 2019

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.
    Dismiss Notice