My server executable file shows the full path to it in the title bar. I don't know if it's supposed to be like that or not but it's really annoying me because everything else goes by its title "Intersect Client" etc.
Would love to fix it even tho it's minor. If there is no way to do it. it's alright! <3
Â
Update: If you want to do the same thing, here's what you need to do!
public static void Start(params string[] args)
    {
      Just add this line -- Console.Title = "Your Game Server Name";
      var commandLineOptions = ParseCommandLineArgs(args);
Question
xHashii
My server executable file shows the full path to it in the title bar. I don't know if it's supposed to be like that or not but it's really annoying me because everything else goes by its title "Intersect Client" etc.
Would love to fix it even tho it's minor. If there is no way to do it. it's alright! <3
Â
Update: If you want to do the same thing, here's what you need to do!
Â
Link to comment
Share on other sites
4 answers to this question
Recommended Posts