Jump to content

SHOODIDAGEN

Members
  • Posts

    5
  • Joined

  • Last visited

Posts posted by SHOODIDAGEN

  1. On 12/8/2021 at 8:40 PM, Beelzybub said:

    It is an example, not a prescribed path. Edit it and put whatever path you want to use there.

     

    I know its an example, its my example i used for my install. Yes, you can put whatever you like after the 'force_install_dir' =]

    Sorry if i wasn't clear about that.

  2. Hey all,

     

    The official release notes describe the following options for RWG;

     

    Quote

    New Random Gen Preview tool mix options to support tweaking custom maps to your liking changing many things including:

    • Frequency of Towns
    • Frequency of Wilderness POI’s
    • Frequency of Rivers, Craters, Cracks, and Lakes
    • Frequency of Plains, Hills, and Mountains
    • Global amount of Randomness

     

    Can one set this in the ServerConfig.xml for a dedicated server before starting it. I can't see any settings specifically for this in the new config file. Perhaps this is soley for the GUI? As soon as i start the server up (on a headerless x64 Ubuntu 20.04.3 LTS) it will surely start to build the world right?

     

     

    FYI

    I installed using the following steamcmd commands and I can tell its the new server config file as the default World Gen Size is at 6144.

     

    Quote

    steamcmd

    force_install_dir /home/7dtd

    login anonymous

    app_update 294420 -validate -beta latest_experimental
    quit

     

     

    Thank you =]

  3. I created an account here so i could get involved as i've been having issues with Linux and obtaining A20 too.

     

    I'm trying to install a fresh copy of A20 on x64 Ubuntu 20.04.3 LTS [Headerless] and i've been having issues too (mostly not working out what to put after the 'app_update 294420' as i've been told a few ways). I hear its best to fresh install than update from A19 to A20.

     

    I've tried the following using the switch (-beta latest_experemenal) provided by @Beelzybub above (Thank you!) also shown on the valve site https://developer.valvesoftware.com/wiki/7_Days_to_Die_Dedicated_Server.

     

    The following assumes that steamcmd has been installed via APT alongside its 64 bit prereqs (i put at the bottom). It also assumes you want to install to /home/7dtd :]. I'll let you know my findings with the first time run of the app as soon as i get the time. I hope the following works for you @prieshas

     

    Dont run steamcmd as root. I do my installs bit by bit instead of using one line at at time though i know this is not as efficient.

     

    Quote

     

    steamcmd

    force_install_dir /home/7dtd

    login anonymous

    app_update 294420 -validate -beta latest_experimental
    quit

     

     

    =======================================

    steamcmd for ubuntu x64 (not needed for x86)

    =======================================
    SteamCMD APT install with 64 bit prereqs

     

    Quote

    sudo add-apt-repository multiverse
    sudo dpkg --add-architecture i386
    sudo apt update
    sudo apt install lib32gcc1 steamcmd

    ln -s /usr/games/steamcmd steamcmd

     

×
×
  • Create New...