Orange Sonic
The Average Sonic
I followed all the steps on the wiki, but its not showing up on the master server. am i doing anything wrong? (yes, it is a batch file, and it opens the game in a terminal.)
Did you portforward?I followed all the steps on the wiki, but its not showing up on the master server. am i doing anything wrong? (yes, it is a batch file, and it opens the game in a terminal.)
View attachment 97559
yesDid you portforward?
Put up your server and check this site, then screenshot what you see and put it here: https://www.jameds.org/SRB2/port/
KPut up your server and check this site, then screenshot what you see and put it here: https://www.jameds.org/SRB2/port/
Put up your server and check this site, then screenshot what you see and put it here: https://www.jameds.org/SRB2/port/
Spaces in command lines separate different arguments. Usually one argument is a switch (like-room ID 33
-roomid
) and the next is its argument. What I'm quoting is three different arguments; I didn't look at the command line syntax of SRB2 but you should probably remove the space between -room
and ID
.I don't blame anybody who does get this confused, because tbh this should probably have better clarification on the wiki page. But you aren't supposed to put the text "ID" after the -room parameter, all it's supposed to contain is the number.To host on the Master Server, you also need to specify a room with the parameter-room [I]ID[/I]
. The room ID should be 33 for the Standard room and 28 for the Casual room.
srb2win -dedicated -room 33