Add 17 games as supported (#371)

* 18 new games supported

* refactor: capitalize unturned in game.txt

The commit capitalizes the word "Unturned" in the file "game.txt". This change improves consistency and readability.

* refactor(games_list): remove duplicate entry

The commit removes a duplicate entry for the game "Operation: Harsh Doorstop" in the games list.
This commit is contained in:
Daniel Gibbs 2023-10-08 18:02:12 +01:00 committed by GitHub
parent 171e909ecf
commit 1b4aee4ab4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 57 additions and 2 deletions

View file

@ -14,9 +14,28 @@
* Eco (2018) - Added support (requested by @dgibbs64).
* Core Keeper (2022) - Added support (by @dgibbs64).
* ARMA: Reforger (2022) - Added support (by @dgibbs64).
* Action Half-Life - Added support (by @dgibbs64).
* Action: Source (2019) - Added support (by @dgibbs64).
* Base Defense (2017) - Added support (by @dgibbs64).
* Blade Symphony (2014) - Added support (by @dgibbs64).
* Brainbread - Added support (by @dgibbs64).
* Deathmatch Classic (2001) - Added support (by @dgibbs64).
* Double Action: Boogaloo (2014) - Added support (by @dgibbs64).
* Dystopia (2005) - Added support (by @dgibbs64).
* Empires Mod (2008) - Added support (by @dgibbs64).
* Fistful of Frags (2014) - Added support (by @dgibbs64).
* Half-Life: Opposing Force (1999) - Added support (by @dgibbs64).
* Pirates, Vikings, and Knights II (2007) - Added support (by @dgibbs64).
* Project Cars (2015) - Added support (by @dgibbs64).
* Project Cars 2 (2017) - Added support (by @dgibbs64).
* The Specialists - Added support (by @dgibbs64).
* Vampire Slayer - Added support (by @dgibbs64).
* Warfork (2018) - Added support (by @dgibbs64).
* Wurm Unlimited (2015) - Added support (by @dgibbs64).
* The Forest (2014) - Added support.
* Operation: Harsh Doorstop (2023) - Added support.
* Insurgency: Modern Infantry Combat (2007) - Added support.
* Capatilzed Unturned in game.txt
### 4.1.0
* Replace `compressjs` dependency by `seek-bzip` to solve some possible import issues.