SiN 1 Multiplayer: Difference between revisions

From Valve Developer Community
Jump to navigation Jump to search
m (<pre> sucks so converted to <code>. Also, listified See Also)
Line 1: Line 1:
{{game release|appid=1309}}
{{game release|appid=1309}}
==Dedicated Servers==
==Dedicated Servers==
===Starting A Standard Deathmatch Server===
===Starting A Standard Deathmatch Server===
To start a standard multiplayer server, select Game from the main menu, then Multiplayer and Start Multiplayer Game.
To start a standard multiplayer server, select Game from the main menu, then Multiplayer and Start Multiplayer Game.


Once all of the settings are how you want them, select Launch the Server... to start your server.
Once all of the settings are how you want them, select Launch the Server... to start your server.


To create a dedicated server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line:
To create a dedicated server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line: <code>+set dedicated 1</code>


+set dedicated 1
===Starting A Standard Dedicated CTF Server===
===Starting A Standard Dedicated CTF Server===
To create a dedicated Internet CTF server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line:


+set game ctf +set dedicated 1 +exec sinctf.cfg
To create a dedicated Internet CTF server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line: <code>+set game ctf +set dedicated 1 +exec sinctf.cfg</code>
 
===Ports===
===Ports===
* 22440 TCP/UDP
* 22440 TCP/UDP
* 22441 TCP/UDP
* 22441 TCP/UDP
* 27015 TCP/UDP
* 27015 TCP/UDP
==Availability==
==Availability==
This game is bundled with [[Sin Episodes#Emergence|SiN Episodes: Emergence]].
This game is bundled with [[Sin Episodes#Emergence|SiN Episodes: Emergence]].
==See Also==
==See Also==
[[SiN 1]]


[http://files.filefront.com/SiN_Tools/;5025089;;/fileinfo.html SiN Tools]
* [[SiN 1]]
* [http://files.filefront.com/SiN_Tools/;5025089;;/fileinfo.html SiN Tools]
* [http://www.ritualistic.com/node/ SiN Mapping and Scripting Resource]


[http://www.ritualistic.com/node/ SiN Mapping and Scripting Resource]
[[Category:Other games on Steam]]
[[Category:Other games on Steam]]

Revision as of 01:22, 1 May 2006

Dedicated Servers

Starting A Standard Deathmatch Server

To start a standard multiplayer server, select Game from the main menu, then Multiplayer and Start Multiplayer Game.

Once all of the settings are how you want them, select Launch the Server... to start your server.

To create a dedicated server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line: +set dedicated 1

Starting A Standard Dedicated CTF Server

To create a dedicated Internet CTF server, right-click on Sin in your Steam Games list, and select Create shortcut. Right-click on the new shortcut that has been created on your desktop, and add the following to the end of the Target line: +set game ctf +set dedicated 1 +exec sinctf.cfg

Ports

  • 22440 TCP/UDP
  • 22441 TCP/UDP
  • 27015 TCP/UDP

Availability

This game is bundled with SiN Episodes: Emergence.

See Also