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.
Solved Can't find .bat files
Discussion in 'Rust Discussion' started by TSN.Pedro da boleia, Dec 4, 2017.
-
Wulf Community Admin
Those were just examples, they are not unique to Oxide. You can still see them here, we just don't bundle them anymore as they aren't part of Oxide really. Oxide.Rust/_start-example.bat at develop · OxideMod/Oxide.Rust · GitHub
-
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 belowAttached Files:
-
-
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] -
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 -
English only
That folder is only made after you install oxide -
Ok, obrigado, isso está começando a funcionar.
[DOUBLEPOST=1512406000][/DOUBLEPOST]Okay, thank you, this is starting to work. -
-
Sorry, the translator translates even when I send -
-
How to create a bat file to start the server and load the oxide?
-
Wulf Community Admin
-
-
Wulf Community Admin
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"
-
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
-
Wulf Community Admin
-
-
Wulf Community Admin
-
-
Wulf Community Admin