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. Joe Tomlin

    Joe Tomlin Rookie

    Does anyone have any advice on what spec of VM is recommended to host an ACC server for Enduro races, on AWS?
    We're looking to move away from Elite for hosting, and want to host with AWS or similar. We have up to a 50 car grid, though 30-40 would be "normal", so we'd expect around 120 drivers connected at any one time.

    What CPU/RAM would be required for this level of hosting? Bandwidth with AWS shouldn't be much of any issue, nor should SSD in theory.
    I just don't want to overpay and have wasted resource, or similarly do it cheaply and have a bad experience for our drivers!
    upload_2023-7-28_20-32-48.jpeg

    Any advice will be appreciated!
     
  2. Rolz

    Rolz Alien

    recommend the free tier 12 month option to try... the league I used to help run that worked well for 40+ on big nights, biggest requirements was bandwidth over cpu/ram, but then u might see other issues if u are hitting 120ppl.
     
  3. Joe Tomlin

    Joe Tomlin Rookie

    Yeah I’m using a server on the free tier for our P server, but I know for our race requirements, it’s just not powerful enough.
     
  4. Rolz

    Rolz Alien

    you should be able to track resource requirements on your practice server and suitably increase whats needed then?
     
  5. Joe Tomlin

    Joe Tomlin Rookie

    Yes and no. Absolutely that’s possible, but it’s uncommon to get even double digits of users on for 99% of practice time. Usually the 24hrs before an endurance race might see those kind of numbers on at any one time, but for the rest of the months it’s down a handful at most concurrently
     
  6. oma95to

    oma95to Rookie

    Hello everyone,
    I've read through all but couldn't find an updated reply so here we are. Does the server has a sort of an API or something like the shared memory in the client?
    I'm developing an app which will launch automatically server instances and would be nice to know for example if drivers are in or not. I saw that apperently the only way to know is the log (which is refreshed once the session is ended), is there any other possibility? (if not reading the console itself)

    Thank you in advance
     
  7. icemanzp

    icemanzp Simracer

    no any api
    but log file is updating in realtime, not after the session ends. You can try to use it.
     
  8. Sorry if I missed this covered elsewhere, but is it possible in entrylist.json to override SOME driver info values and not others. For example right now I am trying something like:

    Code:
    {
      "entries": [
        {
          "drivers": [
            {
              "firstName": "Clint",
              "lastName": "Carpenter",
              "shortName": "Car",
              "playerID": "S123456789"
            }
          ],
          "forcedCarModel": -1,
          "overrideDriverInfo": 1,
          "isServerAdmin": 1
        }
      ]
    }
    This correctly forces the name values and sets admin, but is also forcing the driverCategory to 0. I'd like to keep the driverCategory from the user's client settings while still overriding the name.
     
  9. In another entry list related question. We would like to have the on track names match our the league's format [First Name Last Initial] (Clint C). Obviously ACC is defaulting to [First Initial Last name] (C. Carpenter). If in the entryList.json, I set the firstName to empty string and lastName to "Clint C" the tags on the cars look correct as do the leaderboards. However, in the times tab ACC is using different formatting so the name is displaying as ". Clint C"
    Any smart ideas on how to get "Clint C" consistently in ACC?
     
  10. Hi all,

    I have a few issues I am struggling with and hope you can help as I can't find it in the handbook. We have a private server for the PS5 so I know not everything works for us on console:

    1: I am struggling to find how I set teamName on the entry list. When I set it it doesn't appear but everything else is fine.

    Code:
    {
      "entries": [
        {
          "drivers": [
            {
              "firstName": "Mike",
              "lastName": "Matthews",
              "shortName": "MIK",
              "driverCategory": 2,
              "playerID": "P7587386549723186224"
           }
          ],
          "raceNumber": 11,
          "customCar": "",
          "forcedCarModel": -1,
          "overrideDriverInfo": 1,
          "isServerAdmin": 0,
          "overrideCarModelForCustomCar": 0,
          "teamName": "SimPlay_Racing",
          "defaultGridPosition": -1,
          "configVersion": 1
        }
      ],
      "forceEntryList": 0
    }
    
    2: We run a full limited formation lap. Is there a setting I am missing so that drivers who fail to select drive and start from the pitlane don't go a lap down or is this juts because of the formation lap and nothing that can be done other than change back to the short one?
     
  11. Arotho

    Arotho Gamer

    looks okay to me. Not sure if underscore is allowed in teamName, so you could check with a different teamname. other than that the only option is
    forceEntryList: 1

    if that doesn't work it's most likely not supported for ps5.

    settings.json
    shortFormationLap: 0
    formationLapType: 3
     
  12. Cheers for that, I thought it look ok. Nothing in the handbook mentions this setting though. I have tried with no underscore and it was the same. I have seen another racing league do it on PS5, we have asked them. The force entry lists could be the key to it to be honest.
     
  13. Jörg Kruft

    Jörg Kruft Rookie

    Hi mate,

    The “team name question” also cost me a good month with countless hours of research. I also asked a few server admins who had already implemented it, but they played dead...

    I added a screenshot, I think that's how you want to display it. If so, you can buy the information for $500...

    Adding a line called “teamname” in entrylist.json does nothing. I also tried it with two “last name” lines. Also in vain.

    The solution is, at least if you know it, quite simple...:
    You leave a space after the last name in the entry list, followed by a \n

    /n is the abbreviation for a line break. As I said, if you know it's clear, if you don't you're out of luck.

    It looks something like this...
    entrylist.json:
    "lastName": "Lastname \nTeamname"

    Let me know if I wrote the whole text for free or if this is the info you need..

    Greetings Miesepammel
     

    Attached Files:

  14. The space is useless though, it works the same without any space.
     
  15. Jörg Kruft

    Jörg Kruft Rookie

    Ok,thanks for the information...
     
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