Jump to content
  • 0

Rename Server title bar to show actual title, not full path to the executable


xHashii

Question

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);

 

Link to comment
Share on other sites

4 answers to this question

Recommended Posts

  • 1

Alright. So here's the easy way.

 

Copy the following text into a file and save it as 'start server.bat' and throw it into the same folder as 'Intersect Server.exe'

 

TITLE Intersect Server
"Intersect Server.exe"

 

When you run your server, start it by double clicking on the 'start server.bat' file.

 

Tada:

e0d4c04e1c0caa93aad29c66977e2d7f.png

Link to comment
Share on other sites

×
×
  • Create New...