mirror of
https://github.com/tribufu/node-gamedig
synced 2026-06-01 09:42:41 +00:00
parent
8a968c006c
commit
38229cde3b
3 changed files with 10 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
|
|
@ -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 | |
|
||||||
|
|
|
||||||
|
|
@ -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,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue