I thing its about 4 month ago i run this server and everything has changes.
Where are the oxide folder and where to put the plugins.
I am running this bat file but it is old, what do i have to changes.
What do i have to changes in the bat file.Code:@echo off cls :start echo Starting server...RustDedicated.exe -batchmode -nographics +server.ip 0.0.0.0 +rcon.ip 0.0.0.0 +server.port 28015 +rcon.port 28016 +rcon.web 0 +rcon.password "**********" +server.maxplayers 20 +server.hostname "Server name" +server.identity "my_server_identity" +server.level "Procedural Map" +server.seed ****** +server.worldsize 4000 +server.saveinterval 300 +server.globalchat true +server.description "Info about the server" +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" +server.url "Oxide"echo. echo Restarting server... timeout /t 10 echo. goto start
Where to put plugins, there is no oxide folder anymore.
Thanx all.
Solved Can't figure out where plugins go
Discussion in 'Rust Discussion' started by kimila, Dec 3, 2017.
-
I can provide my start.bat but its vanilla and because i used rust server manager to setup my server there are a lot of trash inside like (+halloween.murdererpopulation 0 +heli.lifetimeminutes 10 +heli.bulletaccuracy 2 +heli.bulletdamagescale 1 ) and most of them are default ones or you can change them form ingame. I will share my config now if you want delete them. I hope it helps.
Code:chcp 65001 @echo off :start cls echo Starting Server... echo This may take a while... RustDedicated.exe -batchmode -nographics ^ +oxide.directory "server/bulgaria/oxide" ^ +rcon.ip 79.100.227.240 ^ +rcon.port 28037 ^ +rcon.password "yourpass" ^ +rcon.web "True" ^ +server.ip 79.100.227.240 ^ +server.port 28035 ^ +server.maxplayers 175 ^ +server.hostname "(BULGARIA/EUROPE) SHKEMBE CHORBA - OFFICIAL SERVER" ^ +server.identity "bulgaria" ^ +server.level "Procedural Map" ^ +server.seed 735790883 +server.worldsize 2000 ^ +server.saveinterval 300 ^ +server.globalchat True ^ +server.description "$ Capiche? $" ^ +server.headerimage "bulgariachorbalogo — Postimage.org" ^ +server.url "Steam Community :: Group :: (BULGARIA) SHKEMBE CHORBA - OFFI" ^ +server.radiation True ^ +server.eac True ^ +server.secure True ^ +server.tickrate 10 ^ +server.pve False ^ +server.stability True ^ +ai.think True ^ +ai.move True ^ +antihack.enabled True ^ +decay.scale 1 ^ +bradley.enabled True ^ +backup ^ +nav_wait False ^ +nav_disable False ^ +halloween.enabled False ^ +xmas.enabled True ^ +craft.instant True ^ +halloween.murdererpopulation 0 ^ +heli.lifetimeminutes 10 ^ +heli.bulletaccuracy 2 ^ +heli.bulletdamagescale 1 ^ +heli.guns 1
Last edited by a moderator: Dec 3, 2017 -
Code:
@echo off cls :start echo Starting server...RustDedicated.exe -batchmode -nographics ^ +server.stability true ^ +server.ip 0.0.0.0 ^ +rcon.ip 0.0.0.0 ^ +server.port 28015 ^ +rcon.port 28016 ^ +rcon.web 0 ^ +rcon.password 1234 ^ +server.maxplayers 20 ^ +server.hostname "Server name" ^ +oxide.directory "server/{server.identity}/oxide" ^ +server.identity "my_server_identity" ^ +server.level "Procedural Map" ^ +server.seed ****** ^ +server.worldsize 4000 ^ +server.saveinterval 300 ^ +server.globalchat true ^ +server.description "Info about the server" ^ +server.headerimage "http://i.imgur.com/xNyLhMt.jpg" ^ +server.url "Oxide" ^echo. echo Restarting server... timeout /t 10 echo. goto start
-
What is this ^ after the lines.
Does it have to be there. -
This ^ was added auto for me from rust server manager. I do not know if raw start.bat need it.
There might be a reason if its typed but i do not know why too. -
Wulf Community Admin
-
oh, thanx
My server works now, thanx to you all nice people out there.