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. Orcajavi

    Orcajavi Racer

    At first, only "S" is missing in front of "playerID": "Sxxxxxxx"
     
    Pier84 likes this.
  2. icemanzp

    icemanzp Simracer

    @Minolin it would be great to have "manualStart" field. Not to write command everytime before the race. Is it possible?
     
    Piret2000 and Wutzmann like this.
  3. Pier84

    Pier84 Simracer

    Right! I didn't notice! Thanks so much :D
     
    Orcajavi likes this.
  4. cestcomi

    cestcomi Racer

    - There is a mistake, you have to put a "S" before the steamID like this

    "playerID": "S76561198080220946"

    - And a "," to remove here:

    }

    ],
    "forceEntryList": 0
    }

    And this is the more complete and working entrylist:

    Code:
    {
       "configVersion":1,
       "entries":[
          {
             "drivers":[
                {
                   "firstName":"P.",
                   "lastName":"PIER 84",
                   "shortName":"PIE",
                   "driverCategory":3,
                   "playerID":"S76561198080220946"
                }
             ],
             "raceNumber":-1,
             "forcedCarModel":-1,
             "overrideDriverInfo":1,
             "isServerAdmin":1,
             "customCar":"",
             "overrideCarModelForCustomCar":-1
          }    
       ],
       "forceEntryList":0
    }
     
    Pier84 likes this.
  5. Pier84

    Pier84 Simracer

    INFINITE THANKS, REALLY !!!!:D:D
     
    cestcomi likes this.
  6. mister dog

    mister dog Alien

    We're looking for an option to put a tyre wear multiplier but it seems ACC doesn't feature this yet? Would come in handy for the shorter races in order to give folk a reason to pit. Are we overseeing things here and the option is available (also for fuel for example), or does this need to be patched in still?

    Thanks in advance!
     
  7. martcerv

    martcerv Alien

    In a private server you can use mandatory stops for fuel or tyres to force a stop, you can use a pit window for a shorter race or max stint time for longer ones. These options all work well to force stops but rules dont work on public servers currently.
     
  8. mister dog

    mister dog Alien

    Cheers we knew that you can force pit stops but then there is no tyre or fuel acceleration featured yet correct?
     
  9. martcerv

    martcerv Alien

    No thats not available atm.
     
    mister dog likes this.
  10. domidomi

    domidomi Gamer

    Hey, guys, i have a silly question, i'm hoping someone will take a couple minutes to check this out for me. I have a server, which is running great, but i cannot get "allowAutoDQ" to function as intended. It's set to zero, as you can see in the attached settings.json, but it keeps disqualifying me after i speed through the Spa pits. Has this object key quit working for whatever reason? Is there some other way to get rid of speeding penalties?

    PS: Spa pits were made for speeding, sue me. The intended use case for this is to practice offline, speeding through the pits and using the pit exit kink to kind of warm up brakes, then clear the penalty during the outlap, and basically not have to live with the constant reminder that we don't get a sprint version of Spa. :p
     

    Attached Files:

  11. domidomi

    domidomi Gamer

    Bump, kind of. Recently ran into an issue where running /clear [raceNumber] after someone gets DQ'd produces a message that the penalty has been cleared, but controls remain locked until the user disconnects and reconnects.
     
  12. baakstaff

    baakstaff Racer

    The "isRefuellingTimeFixed": true option in the eventRules.json also seems a bit off; setting it to true doesn't change anything until you get to at least 40L, at which point it stays at 10.8 seconds; anything below 40L still reduces the time it takes to refuel by 0.2s/L, to a minimum of 3.2 seconds for the stop (all of this is with no tires taken during the stop).

    I'm guessing it's purely set up to balance the cars for endurance stints, but doesn't help in shorter races (60 minutes or less generally).

    Side note, will this option be expanded on in the future to include customizable fixed times for refuelling? I'd like to force people to decide between taking tires at the cost of an extra few seconds in the stop in exchange for better pace vs those who don't take tires at the end of a race (I know I'm wishlisting at this point, remove as needed :D)
     
  13. baakstaff

    baakstaff Racer

    Running the new exe with eventRules, I see this in the log:

    0: Reading custom event rules
    0: FileToStruct cfg/eventRules.json
    0: Error reading tyreSetCount

    is there an option to limit the number of available tire sets, or did I just leave something out? If so, I don't see it included within the admin handbook v6
     
  14. Minolin

    Minolin Staff Member KS Dev Team

    no there is no option (no tyresets in MP atm), possibly the structure wants to read this but we never fill it. Can take care of this soon, for the moment just add a line
    "tyreSetCount": 30,

    or so
     
  15. baakstaff

    baakstaff Racer

    thanks, tried adding it but it's still acting like it cant or isn't present in the file. Also, two exe's were shipped with the update, with the other called "accServer (Aristotelis Vasilakos's conflicted copy 2019-11-15).exe"; did that sneak its way in or is it meant for something else?
     
  16. Minolin

    Minolin Staff Member KS Dev Team

    ok found the issue- you can safely ignore this. error will be gone with the next server update
     
    baakstaff likes this.
  17. Doesnt matter anymore. Dont know how to delete posts:/
     
  18. HemiR

    HemiR Gamer

    [​IMG]

    No more menu pops up when invalid lap on last lap of qualifying , no wait time message anymore?, note the rectangle right of left mirror after qualifying when is over, hitting f2 to none shows two blank rectangles small on left large on right.
    Getting stuck in another cars cockpit when hitting drive..this seems to happen when you have watched a replay in a online session.. to get back to my car I have to enter replay select my car and click back in the replays timeline somewhere and then I get back into my cars cockpit when clicking drive. it does not work by clicking between cars in the live session.
     
  19. tyreSetCount": 5 Works to limit tyres in server :D
     
  20. HemiR

    HemiR Gamer

    also in MFD pitstop shows invalid when correctly set even when the mandatory pitstop window opens, it use too say valid when it opened now it will only go valid when you cross the pit entrance control line.
    isRefuellingTimeFixed set false is not working here.
    This is all tested in private servers
     

    Attached Files:

    Last edited: Dec 22, 2019
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