Skip to content

Commit

Permalink
chore: Add EOS notes on Palworld and The Isle Evrima (#522)
Browse files Browse the repository at this point in the history
* add EOS protocols notes

* add protocol options
  • Loading branch information
podrivo authored Jan 29, 2024
1 parent d737304 commit 453bafa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions GAMES_LIST.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@
| openarena | OpenArena | |
| openttd | OpenTTD | |
| painkiller | Painkiller | |
| palworld | Palworld | |
| palworld | Palworld | [EOS Protocol](#epic) |
| pce | Primal Carnage: Extinction | [Valve Protocol](#valve) |
| pixark | PixARK | [Valve Protocol](#valve) |
| postal2 | Postal 2 | |
Expand Down Expand Up @@ -289,7 +289,7 @@
| thefront | The Front | [Valve Protocol](#valve) |
| thehidden | The Hidden | [Valve Protocol](#valve) |
| theisle | The Isle | [Valve Protocol](#valve) |
| tie | The Isle Evrima | |
| tie | The Isle Evrima | [EOS Protocol](#epic) |
| theship | The Ship | [Valve Protocol](#valve) |
| thespecialists | The Specialists | [Valve Protocol](#valve) |
| thps3 | Tony Hawk's Pro Skater 3 | |
Expand Down
2 changes: 1 addition & 1 deletion tools/generate_games_list.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ for (const id in sortedGames) {
if (game.options.protocol === 'valve' || game.options.protocol === 'dayz') {
notes.push('[Valve Protocol](#valve)')
}
if (game.options.protocol === 'epic' || game.options.protocol === 'asa') {
if (game.options.protocol === 'epic' || game.options.protocol === 'asa' || game.options.protocol === 'palworld' || game.options.protocol === 'theisleevrima') {
notes.push('[EOS Protocol](#epic)')
}
if (notes.length) {
Expand Down

0 comments on commit 453bafa

Please sign in to comment.