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
Solved Oxide won't work after update (not installed)
Discussion in 'Rust Discussion' started by iShYaBoiPsycrowHere, Dec 2, 2016.
-
Can you post your bat file/startup script make sure you hide the rcon password
-
[DOUBLEPOST=1480723975][/DOUBLEPOST]
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? -
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
Last edited by a moderator: Dec 3, 2016 -
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 -
I cant see a reason why it wont make your oxide folder or load the plugins from the info you have given so far
-
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 -
Wulf Community Admin
-
Oh well at least we know its nothing on your end. Sorry for disturbing you lol
-
Last edited by a moderator: Dec 3, 2016