InuYasha Member Aug 22, 2006 #1 Well...I'd like tomake one but when I try it fails so...can someone tell me how to make a dedicated server?
Well...I'd like tomake one but when I try it fails so...can someone tell me how to make a dedicated server?
Oogaland Member Aug 23, 2006 #2 Your command-line should be something like this: Code: srb2win -dedicated -internetserver You'll also want an adedserv.cfg (which is executed instead of autoexec.cfg for dedicated servers) that specifies the server-name: Code: servername "InuYasha's Server" Then, do something along the lines of this in the console to set the map and gametype: Code: map map90 -gametype match
Your command-line should be something like this: Code: srb2win -dedicated -internetserver You'll also want an adedserv.cfg (which is executed instead of autoexec.cfg for dedicated servers) that specifies the server-name: Code: servername "InuYasha's Server" Then, do something along the lines of this in the console to set the map and gametype: Code: map map90 -gametype match