1. This site uses cookies. By continuing to use this site, you are agreeing to our use of cookies. Learn More.

AMS2 Dedicated Server Tool / SteamCMD Support

Discussion in 'Automobilista 2 - General Discussion' started by Dave Stephenson, May 29, 2020.

  1. Sinnoffty

    Sinnoffty New Member

    Joined:
    Feb 7, 2025
    Messages:
    1
    Likes Received:
    0
    If the server isn't detecting some tracks, make sure the directories and permissions are correct. Sometimes, missing or corrupt files can cause issues too. A VPN can help if there’s a connection problem between your local machine and the server. I’ve used https://ishosting.com/en/vpn before to troubleshoot connection drops, and it made a difference when syncing files across different locations.
     
  2. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    32
    Likes Received:
    22
    What if you try to reduce the BOX? from GridSize : 26, to GridSize : 8, And Ascurra_RX (for example) will appear.
     
  3. XAGMNINETY

    XAGMNINETY New Member AMS2 Club Member

    Joined:
    Jun 3, 2022
    Messages:
    9
    Likes Received:
    2
    Can someone reiterate how exactly you kick players using the dedicated server tool?

    Running the server on a separate machine, using the Emperor frontend, I couldn't find anything at the time. Ran an open lobby this past weekend, and had a few rammers/trolls that I wanted to kick ASAP but had to use the vote. The AMS2 machine was the "host driver" - but since the server was using the dedicated client, I didn't have any moderation ability from the machine running AMS2.

    Emperor support themselves are unsure on this as well - any clarification would be beneficial.

    Cheers.
     
  4. Roy Niessink

    Roy Niessink Well-Known Member AMS2 Club Member

    Joined:
    Mar 27, 2020
    Messages:
    1,623
    Likes Received:
    758
    So you have the server running on a different machine on the same network?

    I dont use emperor, but if they have an option to set which ip the httpapi listens to, and set that to the servers internal ip adress, you should be able to access the httpapi from the machine your game is running, go the the status (old) page, scroll down and kick the player you want to kick.

    2nd option is to use the JustRace.net platform and their servermanager, amongst a lot of other things, they support using ingame chat messages to kick/ban people from the server by using their (partial) name or current position.
     
  5. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    32
    Likes Received:
    22
     

    Attached Files:

    • 1.jpg
      1.jpg
      File size:
      114.7 KB
      Views:
      35
    • 2.jpg
      2.jpg
      File size:
      249.2 KB
      Views:
      37
  6. Fernando Vignola

    Fernando Vignola New Member

    Joined:
    Sep 13, 2024
    Messages:
    8
    Likes Received:
    0
    upload_2025-3-21_11-36-8.png
    upload_2025-3-21_11-42-3.png

    Hello friends! I want to put different cars and two tracks to rotate the map. But when I open the server it's not right. Am I doing the command line right?
     
  7. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    32
    Likes Received:
    22

    In server.cfg you should activate these options:
    Code:
    "sms_rotate",
    controlGameSetup : true
    And in lua_config/sms_rotate_config.json you should see something like this
    Code:
    rotation :
    [
    // EVENT 1
    {
    VehicleClassId: -962921788,
    VehicleModelId: -215037480,
    TrackId: 1312214486,
    }
    // EVENT 2
    {
    VehicleClassId: -962921788,
    VehicleModelId: -215037480,
    TrackId: 1312214486,
    }
    // EVENT 3
    {
    VehicleClassId :-962921788,
    VehicleModelId: -215037480,
    TrackId: 1312214486,
    }
    ]}
     
    Last edited: Mar 21, 2025
  8. Fernando Vignola

    Fernando Vignola New Member

    Joined:
    Sep 13, 2024
    Messages:
    8
    Likes Received:
    0
    upload_2025-3-21_13-7-28.png


    Hello friends! I opened the dedicated server on my computer, but the first person who enters the server becomes the host, something that was not supposed to happen. After qualifying, race counting will only begin if the host clicks continue. What do I need to configure to automatically start counting races like I've seen on other servers?
     
  9. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    32
    Likes Received:
    22
    If you are in rotating mode, it doesn't matter who the admin is, they can't change anything. You can also enter through the browser (http://127.0.0.1:9000/) and expel it if necessary.
     
  10. Fernando Vignola

    Fernando Vignola New Member

    Joined:
    Sep 13, 2024
    Messages:
    8
    Likes Received:
    0
    upload_2025-3-21_13-31-58.png
    Automobilista 2 - Dedicated Server\lua_config


    I went to the location provided, does server.cfg only work if there is only 1 type of car and track? It is set up for F3 and Bathurst track all ok. But when I added other cars and track it didn't work. This location you gave me has a different track "TrackId": "Spielberg", I'm confused now.
     

    Attached Files:

  11. Fernando Vignola

    Fernando Vignola New Member

    Joined:
    Sep 13, 2024
    Messages:
    8
    Likes Received:
    0
  12. Fernando Vignola

    Fernando Vignola New Member

    Joined:
    Sep 13, 2024
    Messages:
    8
    Likes Received:
    0
    [​IMG]


    I want to put this category of cars and two tracks, but in server.cfg only 1 car and 1 track works
     
  13. Dave Stephenson

    Dave Stephenson Administrator Staff Member AMS2 Club Member

    Joined:
    Feb 13, 2016
    Messages:
    894
    Likes Received:
    1,258
    in the main section of your rotate config add the following

    Code:
    "AutoAdvanceSession" : 1,
    note: there is a missing closing brace } at the bottom of your posted rotate config above
    Capture111.PNG
     
    Last edited: Mar 21, 2025

Share This Page