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. Mike Hanson

    Mike Hanson New Member

    Joined:
    Jan 8, 2026
    Messages:
    1
    Likes Received:
    0
    I have created an application that made it easier for me to manage my AMS2 Dedicated Server and get the race results. It is an open source cross platform app called AMS2 Dedicated Server Toolbox and is available to install from GitHub.

    You will find installers for Windows, Linux and MacOS and it is self updating. Please give it a try and let me have any constructive feedback or issues via GitHub Issues or Discord
     
    • Winner Winner x 1
  2. Knell Rohan

    Knell Rohan Active Member AMS2 Club Member

    Joined:
    Oct 17, 2017
    Messages:
    143
    Likes Received:
    124
    Hello! How work function RaceWeatherProgression on dedicated?
     
  3. Dave Stephenson

    Dave Stephenson Administrator Staff Member AMS2 Club Member

    Joined:
    Feb 13, 2016
    Messages:
    1,019
    Likes Received:
    1,602
    the setting takes numeric values equal to the multipliers you can set in the game client so a setting of 1 is normal speed, 2 is 2x etc etc.

    If you have enabled the http api on the dedi you can get list of all the gameplay settings with some basic documentation on how to use them at by navigating to attributes/session section at http://localhost:9001/api/list
     
    • Informative Informative x 1
  4. AW9

    AW9 New Member

    Joined:
    Mar 31, 2020
    Messages:
    4
    Likes Received:
    5
    Hi,
    Is it possible to do a server rotation with a muliclass event, followed by a single class event, then another single class event in the sms_rotate_config file?

    eg

    Race 1
    P1 / GT3 multiclass
    Silverstone

    Race 2
    Procars
    Spielberg

    eg.

    I've searched, and tried different ways, but cannot get it to work.

    Anybody have a working example they can share?

    Thanks
     
  5. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    60
    Likes Received:
    29
    That's how I generated it with an Excel spreadsheet. Very important: `default`: `{}` contains all the options you want to use in each combination. upload_2026-3-27_20-25-23.png
     

    Attached Files:

    Last edited: Mar 27, 2026
  6. AW9

    AW9 New Member

    Joined:
    Mar 31, 2020
    Messages:
    4
    Likes Received:
    5
    Thanks,

    I am running into the same problem with your rotate_config file.

    Race 1 is the Formula Trainer
    When I go back to the lobby, there should be 4 classes for Race 2 to choose from as per the race 2 multiclass slots, but I am getting 5 classes, with the Formula Trainer included.

    Not sure if it is just my game
     
  7. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    60
    Likes Received:
    29
    In event 2, delete the two slashes:
    Code:
    // VehicleClassID : 31429440 ,
    and leave it like this:
    Code:
    VehicleClassID : 31429440 ,
     
    Last edited: Mar 29, 2026 at 2:06 PM
  8. AW9

    AW9 New Member

    Joined:
    Mar 31, 2020
    Messages:
    4
    Likes Received:
    5
    Thanks drak64,

    Managed to get it working, by removing the two slashes on the VehicleClassID

    When I did the VehicleModelID, the Multiclass race only had the Ligier as an option, but your suggestion pushed me in the right direction.

    Thanks again.
     
    • Like Like x 1
  9. drak64

    drak64 Member

    Joined:
    Mar 9, 2020
    Messages:
    60
    Likes Received:
    29

    I'm editing my response so as not to confuse others.
    Thank you for the correction.
     
    Last edited: Mar 29, 2026 at 9:22 PM
  10. Dave Stephenson

    Dave Stephenson Administrator Staff Member AMS2 Club Member

    Joined:
    Feb 13, 2016
    Messages:
    1,019
    Likes Received:
    1,602
    VehicleClassID should always be set in any event that isn't restricted to a single model via VehicleModelID. That includes when doing multiclass events where the MulticlassSlots are additional classes.
     
  11. kinch

    kinch New Member

    Joined:
    Jan 13, 2026
    Messages:
    2
    Likes Received:
    0
    Are dedicated servers not showing up in the browser for 1.6.9.5.3231.AVX, even with filtering turned off?
     
  12. Marius H

    Marius H Forum moderator Staff Member AMS2 Club Member

    Joined:
    Mar 24, 2016
    Messages:
    7,108
    Likes Received:
    3,899
    Good one. I checked it, and also asked internally. The dedi update is up, but the servers need to be updated, thus those that aren't updated won't show up in the list.
     

Share This Page