Does +oxide.directory still works? i tried it and i don't know how to get it to work. I want oxide to be in my "server\myserver1". Any solution?
Oxide directory argument working?Solved
Here is what i use
oxide.directory "server/{{server.identity}}" Doesn't work for me. oxide file isnt showing upOrange
Here is what i useoxide.directory "server/{{server.identity}}"
Where are you setting it? It's only settable via the command-line, not server.cfg. Using the above example, the oxide directory would be server/myserver1/oxide or server/my_server_identity/oxide if you do not have +server.identity set.
Wulf
Where are you setting it? It's only settable via the command-line, not server.cfg. Using the above example, the oxide directory would be server/myserver1/oxide or server/my_server_identity/oxide if you do not have +server.identity set.
It is in my batchfile for running the server, maby it is because i host it on windows? Or i am just missing a step (probably my second gues).
Oyplap
It is in my batchfile for running the server, maby it is because i host it on windows? Or i am just missing a step (probably my second gues).
It wouldn't matter which OS you are on.
RustDedicated.exe -batchmode -nographics +oxide.directory "server/battlefield/oxide" +server.port 28015 +server.level "Procedural Map" +server.seed 123 +server.worldsize 1234 +server.maxplayers 123 -logfile "server/battlefield/Log.txt" +server.hostname "123" +server.description "123" +server.headerimage "123" +server.url "123" +server.identity "battlefield" +rcon.port 28016 +rcon.password 123 +rcon.web 1 Did you check "server/battlefield/oxide/oxide"?
Wulf
Did you check "server/battlefield/oxide/oxide"?
runescape's settings worked! Thank you guys for your help!
Locked automatically