Solved Rename console title?

Discussion in 'Rust Development' started by GaNj4, Jul 11, 2015.

  1. Hey

    I wanna rename the title of the CMD-Window where Oxide runs... it always named "0|1" or something but ive added the command "TITLE Rust" in my batch what is ignored... what can i do?
    [DOUBLEPOST=1436610228][/DOUBLEPOST]Other ways gonna break my progs and my neck.. pls.. how can i set my own title?
    [DOUBLEPOST=1436611766][/DOUBLEPOST]hm... -autoupdate doesnt work too... think oxide have to grow
     
    Last edited by a moderator: Jul 11, 2015
  2. As far as I know the only way would be to fork the git repo, change it in the source and compile it on your own.
     
  3. Wulf

    Wulf Community Admin

    The title shows the player count and the server.hostname as set by your server, ex. "+server.hostname "My server" in your command-line. There's no need to compile your own build for that.

    The 'autoupdate' option should never be used with mods, as you'll wind up with an umodded server.