cetteup
15a7b78b6c
Switch to OpenSpy master server for Unreal Tournament 2004 ( #133 )
* fix(ut2k4): Remove GameSpy master servers
* feat(ut2k4): Use OpenSpy master instead of soon defunct Epic master
closes GameServerManagers/LinuxGSM#4086
2 years ago
Marcin Jakubowski
4e9cd04b20
feat: add ets2 and ats ( #134 )
2 years ago
ttocszed00
caf4f99cee
fixing default config ( #102 )
2 years ago
Leonid Chizhevskiy
525c7db8b7
Default maxplayers 16 ( #119 )
Added maxplayers to config and set value to 16 to allow FFA to work properly.
Default server config is broken and only allows 1 map to be played.
2 years ago
Marcin Jakubowski
2aff790e45
fix(armar): change order of variables ( #126 )
2 years ago
Frisasky
42c1ac7718
Update BATTALION: Legacy config file ( #127 )
* Update DefaultGame.ini
* Update DefaultGame.ini
2 years ago
jusito
956c7ed452
fix(bfv): config got deleted in previous pr ( #128 )
* fix(bfv): bfv config del by accident
partial reverting
1afb713af5
"feat: Memories of Mars (#103 )"
* fix(bfv): gamespy / serverbrowser
Co-authored-by: scott <[email protected] >
2 years ago
crawforc3
74f813363e
Necesse ( #131 )
* Add worldSettings
* remove gameVersion
* Add default server config
* Fix formatting
2 years ago
Hayaku
48fb2f7091
feat(newserver): Team Fortress 2 Classic
3 years ago
H3o66
575712aecf
feat: add Core Keeper config
3 years ago
Marcin Jakubowski
69fb940653
feat(armar) add admin password, steam query vars
3 years ago
H3o66
b30249b4bd
fix(armar): remove address from gameHostRegisterBindAddress
3 years ago
H3o66
5602e3cd79
feat: Add config for Arma Reforger Server
3 years ago
H3o66
fdc31ef3a2
feat: add Craftopia config
3 years ago
Nightreaver
b505886663
feat: update to latest (default) Project Zomboid 41.65 ( #123 )
3 years ago
H3o66
49c01ee71b
feat: add Crafing Dead config
3 years ago
H3o66
f7c9fab813
add The Isle Game.ini
3 years ago
H3o66
8b11c3e400
Update DayOfDragons Config
3 years ago
Claiyc
6170ee537b
Add Satisfactory defaultcfg ( #122 )
3 years ago
H3o66
b392ebd8fc
fix(stn): remove whitespaces for better parsing of the password
4 years ago
Marcin Jakubowski
733f4d4ac8
fix: DayZ config typo, comment log file, add steamQueryPort ( #120 )
4 years ago
H3o66
31a2c705c7
Update Day of Dragons config with latest variables
4 years ago
Marcin Jakubowski
745784bd14
feat: add DayZ config ( #118 )
4 years ago
H3o66
edf644b417
Add Survive the Nights configs
4 years ago
H3o66
ac47f90521
Update DayOfDragons config
4 years ago
Daniel Gibbs
cd9b1ee69d
Added BeaconPort
4 years ago
Daniel Gibbs
840caae590
Updated Squad configs
4 years ago
Daniel Gibbs
ccdcd66691
Update config.txt
4 years ago
Daniel Gibbs
5426d0b085
Update server.cfg
4 years ago
Daniel Gibbs
c426b3dc1a
Update server.cfg
4 years ago
cwilkc
939c6dee19
fix: Added IpServer.UdpServerUplink section ( #117 )
* Added IpServer.UdpServerUplink section to support reporting to master servers.
* fix: Added IpServer.UdpServerUplink section
4 years ago
Daniel Gibbs
994c306573
Changed ports to correct defaults
4 years ago
Daniel Gibbs
88609710fc
Update DefaultGame.ini
4 years ago
H3o66
6a2c14d2ec
Waterfall: remove stats token und enable query
4 years ago
Joachim
6ac0093413
Update cvar_list to version 5830736 ( #110 )
April 28, 2020, https://developer.valvesoftware.com/wiki/List_of_TF2_console_commands_and_variables
4 years ago
spacegears
3f9a2a8b6e
Update INS/DoI full cvar lists and fix invalid cvars in DoI server config ( #112 )
* Update insurgency full_cvar_list.txt
* Add Day of Infamy full_cvar_list.txt
* Update Day of Infamy server.cfg
Fixes invalid cvars
4 years ago
Christian
940075455d
feat(rust): add server tags in the default config ( #116 )
4 years ago
H3o66
ddd6d1d007
feat: add Day of Dragons config
4 years ago
Daniel Gibbs
c69a0130bb
Update git-sync.yml
4 years ago
H3o66
d04e66a543
feat: scp secret labratory configs
4 years ago
H3o66
15a7fe9b4c
feat: add Vintage Story config
4 years ago
H3o66
aa7726bb0c
fix: update Colony Survival config for version 0.8.1
4 years ago
Christian
b449474f83
fix: update config to new version ( #108 )
4 years ago
Christian
a350b0705d
feat: inital config for Colony Survival ( #107 )
4 years ago
ttocszed00
1afb713af5
feat: Memories of Mars ( #103 )
4 years ago
Daniel Gibbs
f18d5726bd
update UT99 config
4 years ago
Sascha Moser
400633d098
Update ts3server.ini ( #106 )
* Update ts3server.ini
Hello,
Whitelist and blacklist needed to be renamed for future versions.
Otherwise you get a warning with this:
```2020-11-16 08:16:15.421211|WARNING |ServerMain | |Warning - name 'query_ip_whitelist' from file /home/ts3server/serverfiles/ts3server.ini is deprecated (but understood), please use the new name 'query_ip_allowlist' instead.
2020-11-16 08:16:15.421230|WARNING |ServerMain | |Warning - name 'query_ip_blacklist' from file /home/ts3server/serverfiles/ts3server.ini is deprecated (but understood), please use the new name 'query_ip_denylist' instead.```
Generating a new config file also lets the `voice_ip` and `filetransfer_ip` fields empty. This needs to be tested.
Furthermore enable http query protocols which were introduced in `Server Release 3.12.0 18 March 2020`: https://community.teamspeak.com/t/teamspeak-server-3-12-x/3916
The changelog for the renamce: https://community.teamspeak.com/t/teamspeak-server-3-13-x/13301
Also the license should be excepted in the ini. I don't know how the file is placed, but if it's automatically activated we should do it in the ini instead of the local file.
* minor change based on linux generated ini file
Co-authored-by: Daniel Gibbs <[email protected] >
4 years ago
Christian
03b46f2b1a
fix(pvrserver): config missing bracket ( #105 )
4 years ago
Daniel Gibbs
0229e66bc0
Update server.cfg
5 years ago
Daniel Gibbs
c8bab90fc3
Update server-settings.json
5 years ago