Skip to content

Commit

Permalink
fixed header ids
Browse files Browse the repository at this point in the history
  • Loading branch information
ampreeT committed Aug 31, 2024
1 parent f5f5b78 commit 746c5a1
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,11 @@ It currently supports <a href="https://store.steampowered.com/app/362890/Black_M

| Table of Contents |
|:--:|
| [πŸ–₯️ Setup Guide](#πŸ–₯️-setup-guide) - [🌎 Campaign Support](#🌎-campaign-support) - [βš™οΈ Configuration](#βš™οΈ-configuration) - [🌱 Contributing](#🌱-contributing) - [πŸ“Έ Credits](#πŸ“Έ-credits) |
| [πŸ–₯️ Setup Guide](#setup-guide) - [🌎 Campaign Support](#campaign-support) - [βš™οΈ Configuration](#configuration) - [🌱 Contributing](#contributing) - [πŸ“Έ Credits](#credits) |
| [πŸ“‘ Server Running Tips](https://github.com/ampreeT/SourceCoop/wiki/Server-running-tips) - [πŸ”— Public Servers](https://github.com/ampreeT/SourceCoop/wiki/Public-Servers) |
| [πŸ“ Developing](https://github.com/ampreeT/SourceCoop/wiki/Developing) - [πŸ—ƒοΈ EDT Map Script Format](https://github.com/ampreeT/SourceCoop/wiki/EDT---Map-script-format) - [πŸ“˜ Authoring Maps](https://github.com/ampreeT/SourceCoop/wiki/Authoring-maps-for-SourceCoop) |

<a id="setup-guide"></a>
## πŸ–₯️ Setup Guide

__If you are someone who is looking to play on a server__, then you are already set up and ready to play! Cooperative servers can be found in the server browser just like any other server.
Expand Down Expand Up @@ -66,7 +67,7 @@ The script installation will automatically go through the process of installing
./srccoop-bms-linux-install.sh
```
- After the installation process is complete, the server can be started by running the following commands. [Make sure that the necessary ports are forwarded so players to be able to join the server!](#πŸ›œ-port-forwarding)
- After the installation process is complete, the server can be started by running the following commands. [Make sure that the necessary ports are forwarded so players to be able to join the server!](#port-forwarding)
##### Windows PowerShell Terminal
```powershell
cd "Black Mesa Dedicated Server"
Expand Down Expand Up @@ -98,10 +99,11 @@ The script installation will automatically go through the process of installing
- Install [Metamod:Source](https://www.sourcemm.net/downloads.php?branch=stable) (latest tested build ➀ __1155__) onto the server.
- Install [SourceMod](https://www.sourcemod.net/downloads.php?branch=stable) (latest tested build ➀ __6968__) onto the server.
- Install [the latest SourceCoop release](https://github.com/ampreeT/SourceCoop/releases) onto the server.
- [Forward the necessary ports.](#πŸ›œ-port-forwarding)
- [Forward the necessary ports.](#port-forwarding)
A visual step-by-step guide for Black Mesa is also available on <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2200247356"><img src="images/icon-steam-small.png" height="16px"> Steam</a>.
<a id="port-forwarding"></a>
### πŸ›œ Port Forwarding
In order for players to able to join the server, you will need to only forward the default game transmission TCP/UDP port `27015`. All other ports are optional.
Expand All @@ -115,6 +117,7 @@ In order for players to able to join the server, you will need to only forward t
| `27005` | UDP | Client Port - Can be changed using `-clientport` on startup |
| `26900` | UDP | Steam Port, outgoing - Can be changed using `-sport` on startup |
<a id="campaign-support"></a>
## 🌎 Campaign Support
<h3><img src="images/icon-bms-small.png" height="20px"> Black Mesa - <a href="https://steamcommunity.com/sharedfiles/filedetails/?id=2375865650">Steam Workshop Collection</a></h3>
Expand All @@ -127,6 +130,7 @@ SourceCoop __allows single-player map configurations__ without decompiling and r
If you have already created native cooperative support for your map by including a EDT file, please make a pull request onto the `README.md` with your Steam Workshop item link so we can showcase it off!
<a id="configuration"></a>
## βš™οΈ Configuration
### Commands
Expand Down Expand Up @@ -230,6 +234,7 @@ ConVar: `sc_ft <FEATURE> <0 or 1>`
| `CHANGELEVEL_FX` | Show visual effects (spawn particles) at level change locations. |
| `TRANSFER_PLAYER_STATE` | Enables player persistence through level changes. Currently, players will carry over their health, armor and equipment for the first spawn point (checkpoint) in the map. Afterwards, the default map equipment is used. |
<a id="contributing"></a>
## 🌱 Contributing
__If you are looking to help with the development of the project__, we are always looking for more help! Heres some ways you can help:
Expand All @@ -241,6 +246,7 @@ __If you are looking to help with the development of the project__, we are alway
__If you are interested in helping us__, contact us on [Discord](https://discord.gg/Fh77rxQaEB) or create a pull request.
<a id="credits"></a>
## πŸ“Έ Credits
### πŸ™ Contributors
Expand Down

0 comments on commit 746c5a1

Please sign in to comment.