Skip to content

Commit d3766d7

Browse files
Merge pull request #437 from fonix4000/patch-1
Update README.md
2 parents 70bdd44 + 8a0f0ff commit d3766d7

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,18 @@ A compatible client modification can be found here: [CoD4x_Client_pub](https://g
2020
The CoD4x server can run on Windows and Linux.
2121
The CoD4x client update is only available for windows.
2222

23-
## Setting up a Call of Duty 4 server with Cod4x 1.8
23+
## Setting up a Call of Duty 4 server with Cod4x
2424
Download binaries: [Releases](https://github.com/callofduty4x/CoD4x_Server/releases)
2525

2626
You also require the base game to run a server. Copy every .iwd file in `cod4directory/main/` to `serverdirectory/main/`.
2727
Also copy everything inside `cod4directory/zone` to `serverdirectory/zone`.
2828

2929
Now you can run the server with `./cod4x18_dedrun +map mp_killhouse`. If you are running a local server on Windows use `cod4x18_dedrun.exe +map mp_killhouse +set dedicated 2 +set net_ip 127.0.0.1`. Join the server with your client via the console (`^`) by typing `/connect 127.0.0.1` (if hosted locally), and see if you can join the server.
3030

31+
You will need a token if you want your server to be listed on the [Cod4x Master List](https://cod4master.cod4x.ovh). You can generate a token [here](https://cod4master.cod4x.ovh/index.php?token_generator=true).
32+
33+
Once a token is generated add it to the sv_authtoken cvar in server.cfg or command-line parameters by using `sv_authtoken "mytokenhere`
34+
3135
Hint: you probably want to run the server on a separate user. Please don't run the server (any server) as root. That would be a major security threat.
3236

3337
A more detailed server tutorial is available on [our wiki](https://github.com/callofduty4x/CoD4x_Server/wiki/Server-setup).

0 commit comments

Comments
 (0)