Welcome to The Forum

Register now to gain access to all of our features. Once registered and logged in, you will be able to create topics, post replies and more


Pat

Members
  • Posts

    159
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by Pat

  1. I have the same issue on my end have tried the steps above.

    Let me mention when i look at the github link you reference in the original post it doesn't exist...

    https://github.com/OxideMod/Snapshots

     

     

    Could this be something to do with it ?

     

     

    -console

     

    We had updated to the new Oxide file repos as directed by the Oxide team once they had swapped over. If you are having issues with this still, please submit a ticket and we'll look at your server for the problem.

  2. If you are having issues on the last update do the following:

     

    Shutdown the Server.

    Create the file "steam_appid.txt" in "..\DNL\Binaries\Win64\". 

    Write "529180" in the File. 

     

    steam_appid.txt is what you are  naming the file. then open it and write 529180 save it resync ftp and your good to go

     

     

    I can confirm this does bring up servers stuck in Loading. Working on a fix for this!

  3. You would be using FTP (with connection details found on your panel) to modify the severconfig.xml file.

     

    In there is a GameName directive, change the value for that to whatever you want as that is your seed :)

  4. @SwiftSolv & @Zaratz, this machine is being decommissioned due to hardware issues out of our control. You will have received an email detailing more information regarding this.

     

    @TechnoSam we're working with the Datacenter Techs now to get this machine back online. Sorry for the delay!

  5. You may want to clear out your local mods & server mods in order to grab fresh copies. Hopefully all of these mods are up to date with the latest ARK version. 

     

    You can clear out mods on your control panel & reinstall by:

     

    1. Check off `Clean SteamCMD Folder`
    2. Check off `Clean Mods Folder`
    3. Under Update, select `Yes, run update`
    4. Click `Save Settings & Restart Game Server`

    This will wipe the mod files and grab fresh copies;

     

    As for your client:

     

    1. Navigate to your Steam apps folder. Guide here: https://www.youtube.com/watch?v=35-mK-wCXxk
    2. Navigate to ARK/ShooterGame/Content/Mods/
    3. Delete all of the folders and files in this folder
    4. Restart Steam
    5. Launch ARK once
    6. Click the "Launch" button on our control panel. Wait for all of the mods to install (in the bottom right corner, could take up to 30-60 min depending on internet speed) and then exit the ARK window after it is finished downloading/installing.
    7. Click the "Launch" button one more time. This time no mods should be installed (if there are then repeat this step again until all mods are installed)
  6. This looks correct, however you are missing the closing tag for adminTools. See line #21

    <adminTools>
      <admins>
        <admin steamID="76561198203223893" permission_level="0" /> 
      </admins>             
    
      <permissions>
        <permission cmd="dm" permission_level="0" /> 
        <permission cmd="kick" permission_level="1" /> 
        <permission cmd="say" permission_level="1000" /> 
        <permission cmd="chunkcache" permission_level="1000" />
        <permission cmd="debugweather" permission_level="1000" />
        <permission cmd="getgamepref" permission_level="1000" />
        <permission cmd="getgamestat" permission_level="1000" />
        <permission cmd="gettime" permission_level="1000" />
        <permission cmd="help" permission_level="1000" />
        <permission cmd="listplayerids" permission_level="1000" />
        <permission cmd="listthreads" permission_level="1000" />
        <permission cmd="memcl" permission_level="1000" />
        <permission cmd="settempunit" permission_level="1000" />
      </permissions>
    </adminTools>