1. Hi everyone, I used the commands to start a vanilla server on an oxide server. Unfortunately, when uploading the server, I do not read the "file" oxide. Are there different setting commands to start an oxide server? Pls help me.


    I'm using this:

    C:\steamCMD\steamcmd.exe +login anonymous +force_install_dir "install path" +app_update 258550 validate +quit

    RustDedicated.exe -batchmode +server.hostname "Il mio server Rust" +server.identity RustServer +server.maxplayers 500 +server.port 28015 +rcon.port 28016 +rcon.password maranza

    +server.level "HapisIsland" or "SavasIsland_koth"
    +server.worldsize 4000
    +server.seed 2147483647
    +server.saveinterval 600
    -logfile “output.txt”
    +server.headerimage "www.tuosito.com/logo.jpg"
    +server.url www.tuosito.it
    +server.description "Descrizione server"

    For vanilla server.
     
  2. Wulf

    Wulf Community Admin

    Rust is the server, Oxide is just the mod for it. Your command-line shouldn't be spaced out onto each line though, that won't be read when ran. All of those settings are from Rust though, and would not affect Oxide running or not. What "file" isn't being read that you are referring?
     
  3. I do not remember the error well, but a red string with c sharp or something like that

    ____________________________

    So I compile the file .txt, save it in .bat

    ex setting:

    echo off
    :start

    cd steam
    steamcmd.exe +runscript ../update_script.txt
    steamcmd.exe +runscript ../update_script.txt
    cd ..

    cd rustds
    RustDedicated.exe -batchmode +server.hostname "wulf_server" +server.port 50500 +server.identity "prova_1" +server.seed 1234567 +server.maxpalyers 10 +server.worldsize 4000 +rcon.web 0 +decay.scale 0 +rcon.ip 192.168.1.4 +rcon.password "wulfo" +server.description "Wulf spacca i culi" +server.url "www.nonktube.com" -logFile "output.txt" -autoupdate
    cd ../

    goto start

    Before I start the file .bat , I insert oxide.config and RustDedicated_data ... right? @Wulf
     
  4. Wulf

    Wulf Community Admin

    The oxide.config.json file is under the "oxide" in your server's root location (where RustDedicated.exe is) and generated automatically. We'd need to be able to see the error you got to know what your issue is though.
     
  5. Nothing, i was strarting .bat with those command-line and it was starting a vanilla server. So i'm trying to start _start-example changing command-line and this is the error

    TypeLoadException: Could not load type 'GoogleAnalytics.Worker' from assembly 'Assembly-CSharp-firstpass, Version=0.0.0.0, Culture=neutral, PublicKeyToken=null'.
     
  6. Wulf

    Wulf Community Admin

    You do not have Oxide installed if it starts as vanilla, and that error means you're mixing Rust DLLs (from different game versions). Make sure you've fully updated Rust and overwritten ALL files included with the Oxide build you downloaded.
     
  7. I've copied and pasted all the files in the managed folder in the same folder on my server but I do not understand why it does not work.
    Now i try to start the file _start-example
     
  8. Wulf

    Wulf Community Admin

    If you still see the error you posted before, you're still not updated fully.
     
  9. Fuck shit steamcmd! LOL - I did updated and now it work... I hope :D

    ______________________________________________________

    I dnt know why cmd say me "success update" so i was closed cmd

    Thx @Wulf
    [DOUBLEPOST=1494255459][/DOUBLEPOST]@Wulf sorry, but could you help me? doesn't read plugins -.-"
     
    Last edited by a moderator: May 8, 2017
  10. Wulf

    Wulf Community Admin

    Check your output.txt for errors and make sure you're putting them in the right location.