1. Welcome to the Starbound support forums. Please check the support FAQs before posting: http://playstarbound.com/support

Closed Steamcmd beta -unstable downloads wrong version

Discussion in 'Starbound Support' started by Dragonisser, Jul 11, 2016.

Thread Status:
Not open for further replies.
  1. Dragonisser

    Dragonisser Scruffy Nerf-Herder

    Im trying to set up an unstable Starbound server with Steamcmd but instead it downloads the normal Starbound server every time, even with beta -nightly it downloads the normal one.

    Protocol needed 722 and the downloaded one is 711


    ./steamcmd/steamcmd.sh +login [name] +force_install_dir /home/srv/starbound/ +app_update 211820 -beta unstable validate +quit

    This is the command i use. Using the Script or doing it manually changes nothing.
     
  2. Iris Blanche

    Iris Blanche Pudding Paradox Forum Moderator

    Try following command:

    For unstable:
    Code:
    ./steamcmd/steamcmd.sh +login [name] +force_install_dir /home/srv/starbound/ +app_update 367540 validate +quit
    For nightly:
    Code:
    ./steamcmd/steamcmd.sh +login [name] +force_install_dir /home/srv/starbound/ +app_update 367540 -beta nightly validate +quit

    211820 is the appid for the stable starbound and the unstable was splitted to a different appid which is 367540. ;)

    ~ Iris ~
     
    Dragonisser likes this.
  3. Dragonisser

    Dragonisser Scruffy Nerf-Herder

    Thanks its working now.
     
Thread Status:
Not open for further replies.

Share This Page