[Help] how to start the matchserver on ...

Re: ok now i need help on how to start the matchserver on ...

Make a new string value in the registry with the full path to your MatchServer.

Location:

Code:
HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows\CurrentVersion\Run
explain a little bit more? I get that part but where to put the path of the MatchServer location?
 
Upvote 0
Re: ok now i need help on how to start the matchserver on ...

explain a little bit more? I get that part but where to put the path of the MatchServer location?

It didn't need explaining, but heres a script you can use instead:

  1. Copy and paste the code into Notepad
  2. Replace the bold text with the MatchServer.exe location on your server
  3. Save the file as .reg and run it

Code:
Windows Registry Editor Version 5.00

[HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Run\]
"MatchServer"="[B][SIZE="3"]C:\Gunz\MatchServer\MatchServer.exe[/SIZE][/B]"
 
Upvote 0
Back