Hello. Sorry if my question sounds dumb or whatever, but how do I run 2 or more commands in Rust in one line in game console. I mean something like server.headerimage "photo.png"; server.desctiption "description". It only executes server.headerimage "photo.png" but not server.description "description". Can't figure out and I failed at googling it. Thanks !
Solved Multiple commands in one line?
Discussion in 'Rust Discussion' started by Dealer., Oct 4, 2016.
-
You're refering to the bat file, correct?
If so, it is fairly straightforward, just check out the start.bat example encluded with the Oxide download. -
Wulf Community Admin
Those settings will not save if you enter them in the console. You need to add them to your startup script or server.cfg.
-
I bought server from survivalservers.com. Also I am using Rust Admin. And it's annoying to every time when I update the server write my server.headerimage and so on to each line in the command line so it saves. Thought it's possible to write it in one line :y
-
Wulf Community Admin
-
Code:
+server.headerimage "URL"
Also, I believe with Survival Servers, under the "Start Parameters" section in TCAdmin you can edit your start.bat -
Wulf Community Admin
-
-
Alrighty. Thanks a lot
gonna chech it out
[DOUBLEPOST=1475608335][/DOUBLEPOST]I didn't find any server.cfg file :y shall I create it in server/identity/cfg ?
[DOUBLEPOST=1475608572][/DOUBLEPOST]Anyways, more acurate question from me would be: I have RustAdmin. I log to my server and so on. There is also an input in there to write server commands. It's very comfortable for me to write it there. And I don't know how to execute two commands in one line. + or - didn't work :y
server.headerimage "rustheader.png" +server.description "The description !" It executes only first command and only mu headerimage changes.Last edited by a moderator: Oct 6, 2016 -
Wulf Community Admin
-
Agh ok. So I make server.cfg in server/identity/cfg and write this server.headerimage "rustheader.png" +server.description "The description !" in there? Do I need to restart my server afterwards?
-
Just type readcfg in console, no need to restart. -
Alright. Thank you