You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+10-5Lines changed: 10 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -5,14 +5,19 @@ Server for the Ghost feature in SAR (https://github.com/NeKzor/SourceAutoRecord)
5
5
6
6
- Download the last release in [releases page](https://github.com/Blenderiste09/GhostServer/releases)
7
7
- Unzip the archive
8
-
- Launch __Server.exe__
9
-
- Once the server console is open, your IP adress is shown on the first line along the port the server use to communicate. The default port is **53000**. You can change it by using the ``port`` command.
10
-
- In the settings of your router, open both UDP and TCP xxxxx port, xxxxx beign the port you specified with the ``port`` command.
11
-
- Setup is done.
8
+
- Change the port the server will use to communicate by changing the value in **port.cfg**. Default one is **53000**
9
+
- In the settings of your router, open both UDP and TCP xxxxx port, xxxxx being the port you specified in **port.cfg**.
10
+
- Setup is done :)
12
11
13
12
## Usage
13
+
- Launch __Server.exe__
14
+
- Once the server console is open, the server is running. Your public IP adress is shown on the first line along the port the server use to communicate. From there, two options :
15
+
- Give your public IP to people that wants to connect to your server.
16
+
- Do a no-ip solution and give the address to people.
17
+
- People can connect to your server by using SAR ghost commands (those starting with *sar_ghost* or *sar_hud_ghost*) available here : https://github.com/Blenderiste09/SourceAutoRecord/blob/Ghosts/doc/cvars.md.
14
18
15
-
Once the server console is open, the server is running. Your IP adress is shown on the first line along the port the server use to communicate. Use the ``help`` command to see the different commands available.
19
+
## Commands
20
+
You can find a list of commands and their explanations here : https://github.com/Blenderiste09/GhostServer/blob/master/commands.md
0 commit comments