1. I'm using google translator to write this, but I'm having trouble downloading the oxide does not come from those .bat files for example shows in many tutorials.
     
  2. Wulf

    Wulf Community Admin

  3. Então, como faço para instalar isso sem esses arquivos? Por exemplo, a pasta dos plugins entre outras coisas, uma vez que está aparecendo a foto abaixo
    [DOUBLEPOST=1512405683][/DOUBLEPOST]So how do I install this without those files? For example the folder of the plugins among other things since it is appearing the photo below
     

    Attached Files:

    • r.png
      r.png
      File size:
      2.2 MB
      Views:
      64
  4. If you want a bat file made I can do one for you over pm just tell me what you want in it
    [DOUBLEPOST=1512405804][/DOUBLEPOST]
    you upload the RustDedicated_Data to the same folder you see it in and overwrite all files
     
  5. Eu só queria saber em qual pasta eu coloquei os plugins?
    [DOUBLEPOST=1512405850][/DOUBLEPOST]I just wanted to know in which folder I put the plugins
     
  6. English only
    That folder is only made after you install oxide
     
  7. Ok, obrigado, isso está começando a funcionar.
    [DOUBLEPOST=1512406000][/DOUBLEPOST]Okay, thank you, this is starting to work.
     
  8. English only
     
  9. Okay, thank you, this is starting to work.
    Sorry, the translator translates even when I send
     
  10. Good to hear if you need any more help just ask
     
  11. How to create a bat file to start the server and load the oxide?
     
  12. Wulf

    Wulf Community Admin

    Create a text file and rename it as .bat, or download the one I linked previously.
     
  13. But with a command, there is no request, there is no problem. -batchmode + server.ip 0.0.0.0 + server.tickert + server.tickert + server.hostname + server.hostname Your Server Name + server.identity "your_server_identity" + server.seed 793197 + server.maxplayers 50 + server.worldsize 3000 + server.saveinterval 600 + rcon.ip 0.0.0.0 + rcon.port 28016 + rcon.password "Your_Rcon_Password" -logfile "logfilename.log"
     
  14. Wulf

    Wulf Community Admin

    You have a bunch of spaces and duplicate or invalid parts that shouldn't be there.
    Code:
    -batchmode +server.ip 0.0.0.0 +server.hostname Your Server Name +server.identity "your_server_identity" +server.seed 793197 +server.maxplayers 50 +server.worldsize 3000 +server.saveinterval 600 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "Your_Rcon_Password" -logfile "logfilename.log"
     
  15. Code:
    @echo off
    :start
    cd C:\rustds
    -batchmode +server.ip 0.0.0.0 +server.port 28015 +server.tickrate 10 +server.hostname "Your Server Name" +server.identity "your_server_identity" +server.seed 793197 +server.maxplayers 50 +server.worldsize 3000 +server.saveinterval 600 +rcon.ip 0.0.0.0 +rcon.port 28016 +rcon.password "Your_Rcon_Password" -logfile "logfilename.log"
    goto start
    Fiz assim agora e continua falando que o caminho não é reconhecido
     
  16. Wulf

    Wulf Community Admin

    You need to have the RustDedicated.exe before -batchmode. Also, please use English when posting.
     
  17. But the rest is alright?
     
  18. Wulf

    Wulf Community Admin

    I wouldn't change the tick rate personally, but up to you. Looks fine otherwise.
     
  19. I think it's working, thank you. Sorry, the writing is that I'm Brazilian.
     
  20. Wulf

    Wulf Community Admin

    No worries. :)