File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Load Diff This file was deleted.
Original file line number Diff line number Diff line change 11## SourceServerDev
2- ![ Status] ( https://img.shields.io/badge/status-In_Process-gren.png )
3- ![ Bug] ( https://img.shields.io/badge/Bugs-0-red.png )
4- ![ Updates] ( https://img.shields.io/badge/Updates-8-gren.png )
5- ![ Releases] ( https://img.shields.io/github/v/release/ViniciusRed/SourceServerDev?color=gren&display_name=tag )
6- ![ Download] ( https://img.shields.io/github/downloads/ViniciusRed/SourceServerDev/total )
7- ___
8- ### State of Build
92<div align =" center " >
103
11- ``` CSS
12- [Docker(css)] = [Working ]
13- [Docker(csso)] = [In Wait ]
14- [Docker(clientmod)] = [In Wait ]
15- [Launcher ] = [In Wait ]
16- [Install Server ] = [Working only linux ]
17- [CsSoMod ] = [In Wait ]
18- [MetaMod CsSo ] = [In Wait ]
4+ ![ Status] ( https://img.shields.io/badge/status-In_Development-green.svg )
5+ ![ Bugs] ( https://img.shields.io/badge/Bugs-0-brightgreen.svg )
6+ ![ Updates] ( https://img.shields.io/badge/Updates-8-blue.svg )
7+
8+ ### Project Status
9+
1910```
20- ___
11+ Component | Status
12+ ------------------|------------------------
13+ Docker (CSS) | ✅ Working
14+ Docker (CSSO) | ⏳ Pending
15+ Docker (ClientMod)| ⏳ Pending
16+ Launcher | ⏳ Pending
17+ Install Server | ✅ Working (Linux Only)
18+ CSSO Mod | ⏳ Pending
19+ MetaMod CSSO | ⏳ Pending
20+ ```
21+
2122### About
22- This project was created to improve the server that uses SourceEngine
23- ___
24- Example:
25- <div align="center">
23+ A project focused on enhancing and improving Source Engine server functionality and performance.
24+
25+ ### Features
2626
27- ```CSS
28- [Plugins ]
29- [Server_Config ]
30- [Or Code Improvements ]
3127```
32- <div/>
28+ • Custom Server Plugins
29+ • Advanced Server Configurations
30+ • Source Engine Code Optimizations
31+ • Performance Improvements
32+ • Security Enhancements
33+ ```
34+ </div >
Original file line number Diff line number Diff line change @@ -288,6 +288,7 @@ start() {
288288 -console \
289289 +ip 0.0.0.0 \
290290 -port " $SERVER_PORT " \
291+ -clientport " $SERVER_PORT " \
291292 +maxplayers " $MAX_PLAYERS " \
292293 $additionalParams
293294 else
@@ -296,6 +297,7 @@ start() {
296297 -console \
297298 +ip 0.0.0.0 \
298299 -port " $SERVER_PORT " \
300+ -clientport " $SERVER_PORT " \
299301 +maxplayers " $MAX_PLAYERS " \
300302 $additionalParams
301303 fi
You can’t perform that action at this time.
0 commit comments