From 453bafa3def97e49328486ac4c2aaef5acb89f01 Mon Sep 17 00:00:00 2001 From: Pedro Ivo Hudson Date: Mon, 29 Jan 2024 18:32:40 -0300 Subject: [PATCH] chore: Add EOS notes on Palworld and The Isle Evrima (#522) * add EOS protocols notes * add protocol options --- GAMES_LIST.md | 4 ++-- tools/generate_games_list.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/GAMES_LIST.md b/GAMES_LIST.md index 781298c..430276c 100644 --- a/GAMES_LIST.md +++ b/GAMES_LIST.md @@ -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 | | @@ -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 | | diff --git a/tools/generate_games_list.js b/tools/generate_games_list.js index a5cdd45..d0c6146 100644 --- a/tools/generate_games_list.js +++ b/tools/generate_games_list.js @@ -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) {