Skip to content

Commit de06596

Browse files
Update README.md
1 parent 874a96a commit de06596

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,19 @@ Server for the Ghost feature in SAR (https://github.com/NeKzor/SourceAutoRecord)
55

66
- Download the last release in [releases page](https://github.com/Blenderiste09/GhostServer/releases)
77
- 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 :)
1211

1312
## 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.
1418

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
1621

1722
## Contributing
1823
Pull requests are welcome.

0 commit comments

Comments
 (0)