1. Well as i stated before after the update of rust oxide stopped working. i reinstalled the dedicated rust server in vanilla threw using the steam cmd to copy the new stuff into my server folder.... problem i dont know how to uninstall oxide because of what i heard the cmd update will overwrite oxide and i have to reinstall it threw filezilla? well i just added it threw explorer and did overwrite all existing oxide files with the new ones... after this i started the server with my batch file... after login in pressing F1 and entering oxide.version it still dont know the command. i don't know what i am doing wrong because my mistake before was a faulty path where i stored the new steam update but now i did put it in my server_identity folder where also the rustdedicated exe is and it still wont let me use any commands after login in also rusty admintool has its last oxide entries when i first updated it yesterday at 4 oclock so it seems my efforts the whole day were allmost pointless except that i believe i made everything like it should be xD
     
  2. Can you post your bat file/startup script make sure you hide the rcon password
     
  3. [DOUBLEPOST=1480723975][/DOUBLEPOST]
    @echo off
    cls
    :start
    echo Server wird gestartet...

    RustDedicated.exe -batchmode -nographics +server.ip 80.82.219.158 +rcon.ip 80.82.219.158 +server.port 28015 +rcon.port 28016 +rcon.password "********" +server.maxplayers 120 +server.hostname "[EU][QSmelt High-Loot Supply Kits VIP All x10000]" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 92345 +server.worldsize 6000 +server.saveinterval 300 +server.globalchat true +server.description "NoWipes" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "Oxide"

    echo.
    echo Starte den Server neu...
    timeout /t 10
    echo.
    goto start

    thx for the help... the last echo means restart the server... is that wrong?
     
  4. looks ok, after you updated the files did you reinstall oxide

    Code:
    @echo off
    cls
    :start
    echo Server wird gestartet...RustDedicated.exe -batchmode -nographics +server.ip 80.82.219.158 +rcon.ip 80.82.219.158 +server.port 28015 +rcon.port 28016 +rcon.password 1234 +server.maxplayers 120 +server.hostname "[EU][QSmelt High-Loot Supply Kits VIP All x10000]" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed 92345 +server.worldsize 6000 +server.saveinterval 300 +server.globalchat true +server.description "NoWipes" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "Oxide"echo.
    echo Starte den Server neu...
    timeout /t 10
    echo.
    goto start
    
    and just type version in rcon
     
    Last edited by a moderator: Dec 3, 2016
  5. same problem here, this is what i got.

    The game loads, Oxide doesnt create a new oxide folder if i remove it

    No plugins load period

    > version
    Protocol: 1928.139.1
    Build Version: 1086.99
    Build Date: Thursday, December 01, 2016 11:40:00 PM
    Unity Version: 5.4.2f2
    Changeset: 17746
    Branch: /main
    Oxide Version: 2.0.2781
     
  6. I cant see a reason why it wont make your oxide folder or load the plugins from the info you have given so far
     
  7. Was working fine, just updated to latest patch and dropped the new oxide files in and nothing
    [DOUBLEPOST=1480729548][/DOUBLEPOST]@Wulf houston we have a problem
    [DOUBLEPOST=1480731146][/DOUBLEPOST]Figured it out, he changed something, the server/default/oxide is no longer where oxide loads from, it is loading plugins from server/my_server_identity/oxide instead.

    Some reason the ~Find current server name~ isnt working
    "server\\{server.identity}\\oxide", THIS LINE IS NOT WORKING
    "server\\my_server_identity\\oxide" SO MANUALLY IT LOOKS HERE
     
  8. Wulf

    Wulf Community Admin

    The way it checks and loads has not changed. If it was "default" before, your +server.identity was most likely set as "default". The last line is a fallback in case you do not have +server.identity set. If this were an issue, it would have been an issue 2 years ago.
     
  9. Oh well at least we know its nothing on your end. Sorry for disturbing you lol
     
  10. Problem solved i forgot to extract also the folder in the new oxide download called something with dedicateddata, now it works again thx for the help and sorry for my noobish questions xD
     
    Last edited by a moderator: Dec 3, 2016