feat: add FOUNDRY support (#585)

* feat: add FOUNDRY support

* add pr
This commit is contained in:
CosminPerRam 2024-07-07 23:28:33 +03:00 committed by GitHub
parent 8a968c006c
commit 38229cde3b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 10 additions and 1 deletions

View File

@ -1,7 +1,7 @@
## To Be Released...
## 5.X.Y
Changes to be made...
* FOUNDRY - Added support (#585)
## 5.0.1
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573)

View File

@ -130,6 +130,7 @@
| fof | Fistful of Frags | [Valve Protocol](#valve) |
| formulaone2002 | Formula One 2002 | |
| fortressforever | Fortress Forever | [Valve Protocol](#valve) |
| foundry | FOUNDRY | [Valve Protocol](#valve) |
| garrysmod | Garry's Mod | [Valve Protocol](#valve) |
| gck | Giants: Citizen Kabuto | |
| geneshift | Geneshift | |

View File

@ -1221,6 +1221,14 @@ export const games = {
protocol: 'valve'
}
},
foundry: {
name: 'FOUNDRY',
release_year: 2024,
options: {
port: 27015,
protocol: 'valve'
}
},
fortressforever: {
name: 'Fortress Forever',
release_year: 2007,