1. Ok thank you :) i get it
     
  2. Did that and it still gives the Infopanel.cs error and Missing Exception error
     
  3. Wulf

    Wulf Community Admin

    If you are having errors with just that plugin now, please post in the plugin's support thread.
     
  4. How can I get past the MissingException for Easy cheat?
     
  5. Wulf

    Wulf Community Admin

    That errors means Rust is somehow not fully updated, so all that can really be done is to make sure both Rust and Oxide are fully updated.
     
  6. Ok, I downloaded the oxide from github and it seemed to be missing EasyCheat dll in the managed folder. Now I am getting an error that the map is outdated. Is it possible to update the map or do I have to startover?
     
  7. Wulf

    Wulf Community Admin

    Oxide doesn't provide any of that, it's all from Rust.
     
  8. I did all these steps, and every time I start the .bat its not loading the plugins. Any help?
     
  9. Wulf

    Wulf Community Admin

    Are you doing any updating in your .bat? Any sort of updating will uninstall Oxide.
     
  10. This is how I was told over youtube..

    @echo off
    D:\SteamCMD\steamcmd.exe +login anonymous +force_install_dir D:\SteamCMD +app_update 258550 validate +quit
    @echo off
    RustDedicated.exe -batchmode +server.hostname "Nude Rust" +server.identity my_server_identity -datadir "server\my_server_identity\save" -cfg "server\my_server_identity\save\server.cfg" -oxidedir "server\my_server_identity\oxide\plugins" -logfile "logs.txt" +server.port 28015 +rcon.port 28016 +rcon.password 2**** +server.maxplayers 30 +server.worldsize 5000 +server.seed 5****
     
  11. Wulf

    Wulf Community Admin

    The updating at the start is removing Oxide, removing it and re-installing Oxide will solve it. You should have the update script in a separate script that you only run on Rust update days.

    The -datadir, -cfg, and -oxidedir options are not needed or used either, they can be removed.
     
  12. Oh, okay cool, I'll try that. Thanks Wulf!
     
  13. Never go by the videos on youtube I have fixed so many bat files from members going by the videos on there only go by the topic on this site
     
  14. Yeah lol, I got everything working now. Unfortunately I need more of a visual to understand it so just reading it doesn't help me all that much.. =[
     
  15. If you are ever having a problem understanding anything pm me your skype I can show you how things work
     
  16. Hey Wulf I have my server all up and its running great! the only problem I am having is my friend can't join it.. I port forwarded both 28015 and 28016.. I can see port 28016 but not 28015 any help man would be greatly appreciated!
     
  17. Wulf

    Wulf Community Admin

    Make sure you have +server.ip set to 0.0.0.0 and that you are forwarding UDP.
     
  18. does it strictly have be only UDP or can it be both UDP and TCP? and I added in the 0.0.0.0 now
     
    Last edited by a moderator: Mar 5, 2016
  19. Wulf

    Wulf Community Admin

    Rust only uses UDP. The only time TCP is used is when Rust:IO is used.
     
  20. Oh okay cool, so just do both just incase.. But I have everything you are saying and I still cant get friends to join the server...
    This is what the .bat looks like
    Code:
    @echo off
    RustDedicated.exe -batchmode +server.hostname "Nude Rust" +server.identity my_server_identity -datadir "server\my_server_identity\save" -cfg "server\my_server_identity\save\server.cfg" -oxidedir "server\my_server_identity\oxide\plugins" -logfile "logs.txt" +server.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.password 2**** +server.maxplayers 30 +server.worldsize 5000 +server.seed 5****
     
    Last edited by a moderator: Mar 5, 2016