Skip to content

Commit

Permalink
Adding OG Trackmania to fix GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Stephan Schaffner committed Jan 27, 2025
1 parent 6cda92c commit 9ece096
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
## To Be Released...
## 5.X.Y
* Docs: Arma Reforger query setup note (#670, thanks @xCausxn)
* Feat: Add support for Trackmania (2020) (By @Hornochs #672)
* Feat: Add support for Trackmania OG and Trackmania (2020) (By @Hornochs #672)

## 5.2.0
* Fix: Palworld not respecting query output players schema (#666)
Expand Down
1 change: 1 addition & 0 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -321,6 +321,7 @@
| tonolf | The Operative: No One Lives Forever | |
| towerunite | Tower Unite | [Valve Protocol](#valve) |
| toxikk | TOXIKK | |
| trackmania | Trackmania | [Notes](#nadeo) |
| trackmania2 | Trackmania 2 | [Notes](#nadeo) |
| trackmania2020 | Trackmania | [Notes](#nadeo) |
| trackmaniaforever | Trackmania Forever | [Notes](#nadeo) |
Expand Down
12 changes: 12 additions & 0 deletions lib/games.js
Original file line number Diff line number Diff line change
Expand Up @@ -3055,6 +3055,18 @@ export const games = {
protocol: 'valve'
}
},
trackmania: {
name: 'Trackmania',
release_year: 2003,
options: {
port: 2350,
port_query: 5000,
protocol: 'nadeo'
},
extra: {
doc_notes: 'nadeo'
}
},
trackmania2: {
name: 'Trackmania 2',
release_year: 2011,
Expand Down

0 comments on commit 9ece096

Please sign in to comment.