Steve Fan
026c24f6e9
Update entry.sh
2024-06-13 20:50:34 +08:00
John Edwards
22f0af7d49
Revert "Add workshop support"
2024-05-16 15:31:29 +01:00
TYGX
d77ddbe9b2
Update entry.sh
2024-05-13 16:17:22 +08:00
TYGX
557f8efce7
added workshop params
2024-05-13 15:48:41 +08:00
John Edwards
913ea848ee
template steamcmd command properly
2024-02-22 13:03:48 +00:00
John Edwards
d6cb895120
Add support for steamcmd app validation
2024-02-22 12:11:30 +00:00
John Edwards
e456054f38
Merge pull request #89 from joedwards32/logging_configuration_support
...
Add support for control over logging configuration
2024-02-21 20:29:01 +00:00
John Edwards
93c3674746
Add support for control over logging configuration
2024-02-21 17:33:22 +00:00
John Edwards
e84c021021
Add unip package to support CounterStrikeSharp
2024-02-09 10:59:51 +00:00
John Edwards
79d9bca45a
Merge branch 'main' into 70-unable-to-set-sv_cheats-to-true-in-cs2-docker-container
2024-01-01 17:03:19 +00:00
John Edwards
af5c45a01e
Add support for enabling/disabling cheats
2023-12-31 16:43:39 +00:00
John Edwards
7b65096143
Disable server hibernation by default as this has been observed to cause server crashes
2023-12-17 16:39:54 +00:00
John Edwards
7c4a4cf834
Add support for fetching a bundle of customisations from a URL
2023-12-06 22:40:09 +00:00
John Edwards
de9dc02dbd
Experimental support for downloading configuration tgz
2023-12-05 19:55:22 +00:00
John Edwards
da6155afc5
Add support for Game Login Tokens from https://steamcommunity.com/dev/managegameservers
2023-11-29 22:16:49 +00:00
Alex
53b1b109a0
Merge branch 'joedwards32:main' into main
2023-11-15 23:24:41 +01:00
John Edwards
a9f9ccbadb
Switch to anonymous logins
2023-11-07 11:59:58 +00:00
Alex
2da61fd258
Merge branch 'joedwards32:main' into main
2023-11-06 20:23:09 +01:00
John Edwards
2830f2132f
sv_lan induced segfault and CS2_IP fixes
2023-11-05 21:09:57 +00:00
John Edwards
b8d6fe4533
Added basic support for pre/post hooks
2023-11-05 14:28:31 +00:00
John Edwards
8c44c66df9
Disable TV by default and adjust TV defaults for best streaming performance
2023-10-27 15:06:02 +01:00
John Edwards
187d12ac85
Expanded CSTV options to include snapshot rate and delay.
2023-10-27 11:24:04 +01:00
John Edwards
cc3d4ddce4
Added support for TV client password
2023-10-27 09:26:43 +01:00
John Edwards
5c4c0f79ac
Update references from GOTV to CSTV
2023-10-26 22:05:27 +01:00
John Edwards
3ce0d671d6
SourceTV fixes and documentation updates
2023-10-26 21:59:25 +01:00
John Edwards
693f7340ce
Basic SourceTV/GOTV support
2023-10-26 21:32:03 +01:00
Alexander Volz
6d67ed013b
add libicu-dev for CounterStrikeSharp
2023-10-25 16:19:30 +02:00
John Edwards
f4104eedab
Updated sample docker compose file and clarified readme
2023-10-23 13:25:58 +01:00
loboda4450
309385913d
Added docker-compose.yml
2023-10-22 18:13:44 +02:00
John Edwards
b4aa0caaca
Add support for RCON TCP proxy using simpleproxy. Useful for AWS Fargate in awsvpc networking mode.
2023-10-18 13:36:44 +01:00
schadom
fc59ea513a
maxplayers_override is deprecated. Use the launch option -maxplayers <number> instead.
2023-10-15 10:40:31 +02:00
galinette-34
018d09ae97
Update entry.sh
...
use environment variable CS2_IP for cs2 parameter "-ip", to set tcp listener to a specific ip address.
2023-10-12 14:04:20 +02:00
galinette-34
a5dab84d73
Update Dockerfile to set variable CS2_IP
...
The variable CS2_IP will be used in entry.sh for cs2 parameter "-ip" to set the tcp listener to a specific ip address.
default: 0.0.0.0 (listen to all IPs on the local machine) is probably the best.
left blank: cs2 try to identify the current ip automatically
2023-10-12 13:58:09 +02:00
John Edwards
fc2c4be659
Add support for +game_alias, use this as the preferred game mode declaration when defined. Updated readme.
2023-10-11 22:16:00 +01:00
John Edwards
26e45981a3
symlink steamclient.so to correct location
2023-10-08 18:03:57 +01:00
John Edwards
1508d10f64
Make use of sed DRY and tidy up cs2 execution for readability
2023-10-08 17:40:33 +01:00
Attila
4ebfb7a400
Make competitive the default game mode
...
As stated in the official docs: Default gamemode when starting the server is competitive.
2023-10-05 19:52:52 +02:00
John Edwards
1e21f1cc4e
Correct server.cfg templating and Dockerfile whitespace
2023-10-05 14:22:52 +01:00
Nicholas
d53950d303
option for sv_lan
2023-10-05 13:09:57 +02:00
John Edwards
cfbab93d85
Remove superfluous argument
2023-10-04 20:52:29 +01:00
John Edwards
a66269bd89
Issue-6 allow users to define game server port number
2023-10-04 15:55:28 +01:00
John Edwards
056fbb9a3a
Issue-3 Env var parsing bug fixes
...
* Password now set on commandline and in server.cfg
* Rcon password now set on commandline and in server.cfg
* Server name now set in server.cfg
2023-10-02 14:44:32 +01:00
John Edwards
d51908fe3c
Added support for Steam Guard key to be provided as environment variable
2023-10-02 08:28:05 +01:00
John Edwards
99b24290bb
Added environment variables to control bot behaviour
2023-10-01 14:57:11 +01:00
John Edwards
7e38874c39
Updated README to reference https://developer.valvesoftware.com/wiki/Counter-Strike_2/Dedicated_Servers
2023-10-01 10:48:00 +01:00
John Edwards
0ccf90faac
Initial commit
2023-09-30 20:58:08 +01:00