Daniel Gibbs
1 year ago
No known key found for this signature in database
GPG Key ID: 2076B128385E8C55
1 changed files with
10 additions and
2 deletions
-
cs2/server.cfg
|
|
@ -1,7 +1,7 @@ |
|
|
|
// ************************************************************************** // |
|
|
|
// // |
|
|
|
// Counter-Strike 2 - server.cfg // |
|
|
|
// Version 231111 // |
|
|
|
// Version 231204 // |
|
|
|
// // |
|
|
|
// ************************************************************************** // |
|
|
|
|
|
|
@ -25,9 +25,17 @@ game_alias "casual" |
|
|
|
// sv_lan - Server is a lan server ( no heartbeat, no authentication, no non-class C addresses ). |
|
|
|
sv_lan 0 |
|
|
|
|
|
|
|
// host_workshop_collection - Host workshop collection for this map. |
|
|
|
// e.g host_workshop_collection "3104731381" |
|
|
|
host_workshop_collection |
|
|
|
|
|
|
|
|
|
|
|
// host_workshop_map - Host workshop map for this map. |
|
|
|
// e.g host_workshop_map "3075706807" |
|
|
|
host_workshop_map |
|
|
|
|
|
|
|
// sv_logfile - Log server information in the log file. |
|
|
|
sv_logfile 1 |
|
|
|
|
|
|
|
// sv_logbans - Log server bans in the server logs. |
|
|
|
sv_logbans 1 |
|
|
|
|
|
|
|