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... ## To Be Released...
## 5.X.Y ## 5.X.Y
Changes to be made... * FOUNDRY - Added support (#585)
## 5.0.1 ## 5.0.1
* Minetest - Added support for minetest utilizing official server list (By @xCausxn #573) * 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) | | fof | Fistful of Frags | [Valve Protocol](#valve) |
| formulaone2002 | Formula One 2002 | | | formulaone2002 | Formula One 2002 | |
| fortressforever | Fortress Forever | [Valve Protocol](#valve) | | fortressforever | Fortress Forever | [Valve Protocol](#valve) |
| foundry | FOUNDRY | [Valve Protocol](#valve) |
| garrysmod | Garry's Mod | [Valve Protocol](#valve) | | garrysmod | Garry's Mod | [Valve Protocol](#valve) |
| gck | Giants: Citizen Kabuto | | | gck | Giants: Citizen Kabuto | |
| geneshift | Geneshift | | | geneshift | Geneshift | |

View file

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