From 17f969cd048c82184c77198adf0c810f1e6317df Mon Sep 17 00:00:00 2001 From: Josh Anderson Date: Mon, 8 Apr 2024 10:40:40 -0400 Subject: [PATCH] Adds a few titles to compatibility list (#6) * adds Rain World and Dishonored * adds Geometry wars 3 * adds Deep Rock * removes empty line * adds titles to the compatability readme * corrects Fear and hungers Steam AppId * Entries arranged alphabetically * grammer fixes * Adds ultrakill * Adds Quake 2 * fixes ultrakill link * Adds turbo overkill * adds Forgive me father 2 * Adds Deadlink --- src/SUMMARY.md | 9 +++++++++ src/game-support/README.md | 9 +++++++++ src/game-support/deadlink.md | 7 +++++++ src/game-support/deep-rock-galactic.md | 7 +++++++ src/game-support/dishonored.md | 7 +++++++ src/game-support/fear-and-hunger.md | 2 +- src/game-support/forgive-me-father-2.md | 7 +++++++ src/game-support/gw3-dimensions-evolved.md | 5 +++++ src/game-support/quake2.md | 5 +++++ src/game-support/rain-world.md | 7 +++++++ src/game-support/turbo-overkill.md | 7 +++++++ src/game-support/ultrakill.md | 5 +++++ 12 files changed, 76 insertions(+), 1 deletion(-) create mode 100644 src/game-support/deadlink.md create mode 100644 src/game-support/deep-rock-galactic.md create mode 100644 src/game-support/dishonored.md create mode 100644 src/game-support/forgive-me-father-2.md create mode 100644 src/game-support/gw3-dimensions-evolved.md create mode 100644 src/game-support/quake2.md create mode 100644 src/game-support/rain-world.md create mode 100644 src/game-support/turbo-overkill.md create mode 100644 src/game-support/ultrakill.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1ad11dcc..b52c86e6 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -13,14 +13,19 @@ - [Counter-Strike 2](./game-support/counter-strike-2.md) - [Cyberpunk 2077](./game-support/cyberpunk-2077.md) - [Dark Souls III](./game-support/dark-souls-3.md) + - [Deadlink](./game-support/deadlink.md) + - [Deep Rock Galactic](./game-support/deep-rock-galactic.md) - [Diablo IV (Battle.net)](./game-support/diablo-4-battle-net.md) - [Diablo IV (Steam)](./game-support/diablo-4-steam.md) + - [Dishonored](./game-support/dishonored.md) - [Dorfromantik](./game-support/dorfromantik.md) - [Dying Light 2](./game-support/dying-light-2.md) - [Elden Ring](./game-support/elden-ring.md) - [Elite Dangerous](./game-support/elite-dangerous.md) - [Fear and Hunger](./game-support/fear-and-hunger.md) + - [Forgive Me Father 2](./game-support/forgive-me-father-2.md) - [Fortnite](./game-support/fortnite.md) + - [Geometry Wars 3: Dimensions Evolved](./game-support/gw3-dimensions-evolved.md) - [Grand Theft Auto V](./game-support/gta-5.md) - [Horizon Zero Dawn](./game-support/horizon-zero-dawn.md) - [Kenshi](./game-support/kenshi.md) @@ -30,10 +35,14 @@ - [Persona 3 Reload](./game-support/p3r.md) - [Persona 4 Golden](./game-support/p4g.md) - [Palworld](./game-support/palworld.md) + - [Quake II](./game-support/quake2.md) - [r2modman](./game-support/r2modman.md) + - [Rain World](./game-support/rain-world.md) - [Risk of Rain 2](./game-support/risk-of-rain-2.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - [Skyrim SE](./game-support/skyrim-se.md) - [Star Wars Jedi: Fallen Order](./game-support/sw-fallen-order.md) - [Star Wars: Squadron](./game-support/sw-squadrons.md) + - [Turbo Overkill](./game-support/turbo-overkill.md) + - [Ultrakill](./game-support/ultrakill.md) - [Warframe](./game-support/warframe.md) diff --git a/src/game-support/README.md b/src/game-support/README.md index 3753ae06..b13e9c0a 100644 --- a/src/game-support/README.md +++ b/src/game-support/README.md @@ -26,14 +26,19 @@ title is partially left to the article author, but some general guidelines apply - [Counter-Strike 2](./counter-strike-2.md) - [Cyberpunk 2077](./cyberpunk-2077.md) - [Dark Souls III](./dark-souls-3.md) +- [Deadlink](./deadlink.md) +- [Deep Rock Galactic](./deep-rock-galactic.md) - [Diablo IV (Battle.net)](./diablo-4-battle-net.md) - [Diablo IV (Steam)](./diablo-4-steam.md) +- [Dishonored](./dishonored.md) - [Dorfromantik](./dorfromantik.md) - [Dying Light 2](./dying-light-2.md) - [Elden Ring](./elden-ring.md) - [Elite Dangerous](./elite-dangerous.md) - [Fear and Hunger](./fear-and-hunger.md) +- [Forgive Me Father 2](./forgive-me-father-2.md) - [Fortnite](./fortnite.md) +- [Geometry Wars 3: Dimensions Evolved](./gw3-dimensions-evolved.md) - [Grand Theft Auto V](./gta-5.md) - [Horizon Zero Dawn](./horizon-zero-dawn.md) - [Kenshi](./kenshi.md) @@ -43,8 +48,12 @@ title is partially left to the article author, but some general guidelines apply - [Persona 3 Reload](./p3r.md) - [Persona 4 Golden](./p4g.md) - [Palworld](./palworld.md) +- [Quake 2](./game-support/quake2.md) - [r2modman](./r2modman.md) - [Risk of Rain 2](./risk-of-rain-2.md) +- [Rain World](./rain-world.md) - [Sekiro: Shadows Die Twice](./sekiro.md) - [Skyrim SE](./skyrim-se.md) - [Star Wars Jedi: Fallen Order](./sw-fallen-order.md) +- [Turbo Overkill](./turbo-overkill.md) +- [Ultrakill](./ultrakill.md) \ No newline at end of file diff --git a/src/game-support/deadlink.md b/src/game-support/deadlink.md new file mode 100644 index 00000000..0472fb6c --- /dev/null +++ b/src/game-support/deadlink.md @@ -0,0 +1,7 @@ +# Deadlink + +{{#template ../templates/rating.md status=Gold date=07/04/23 installs=Yes opens=Yes}} + +Viewing an effect for the first time will cause the game to hang for a second. After a few minutes of gameplay stutters stop and the game runs perfectly. + +{{#template ../templates/steam.md id=1676130}} \ No newline at end of file diff --git a/src/game-support/deep-rock-galactic.md b/src/game-support/deep-rock-galactic.md new file mode 100644 index 00000000..ea719f79 --- /dev/null +++ b/src/game-support/deep-rock-galactic.md @@ -0,0 +1,7 @@ +# Deep Rock Galactic + +{{#template ../templates/rating.md status=Silver date=03/04/24 installs=Yes opens=Yes}} + +When using a controller, both analog sticks look and move at the same time. The UI takes double clicks to interact. I was not able to find any servers or join any games. Solo missions work perfectly. The game runs well in DX12 mode. + +{{#template ../templates/steam.md id=548430}} \ No newline at end of file diff --git a/src/game-support/dishonored.md b/src/game-support/dishonored.md new file mode 100644 index 00000000..f0f9ab08 --- /dev/null +++ b/src/game-support/dishonored.md @@ -0,0 +1,7 @@ +# Dishonored + +{{#template ../templates/rating.md status=Silver date=03/04/24 installs=Yes opens=Yes}} + +The game runs with constant stutters. + +{{#template ../templates/steam.md id=205100}} \ No newline at end of file diff --git a/src/game-support/fear-and-hunger.md b/src/game-support/fear-and-hunger.md index 0a032fd2..2b4ac09c 100644 --- a/src/game-support/fear-and-hunger.md +++ b/src/game-support/fear-and-hunger.md @@ -14,4 +14,4 @@ > The game is terribly optimized and runs very poorly without community-made fixes, which have not yet been compatible with macOS and Whisky. > You can find those fixes [here](https://www.pcgamingwiki.com/wiki/Fear_%26_Hunger#Essential_Improvements), however at the current time they **do not work** on macOS and will prevent your game from running. -{{#template ../templates/steam.md id=534380}} \ No newline at end of file +{{#template ../templates/steam.md id=1002300}} \ No newline at end of file diff --git a/src/game-support/forgive-me-father-2.md b/src/game-support/forgive-me-father-2.md new file mode 100644 index 00000000..d9cb9245 --- /dev/null +++ b/src/game-support/forgive-me-father-2.md @@ -0,0 +1,7 @@ +# Forgive Me Father 2 + +{{#template ../templates/rating.md status=Gold date=04/04/23 installs=Yes opens=Yes}} + +The game complains about you not having the right driver; this prompt can be completely ignored. + +{{#template ../templates/steam.md id=2272250}} \ No newline at end of file diff --git a/src/game-support/gw3-dimensions-evolved.md b/src/game-support/gw3-dimensions-evolved.md new file mode 100644 index 00000000..2f549403 --- /dev/null +++ b/src/game-support/gw3-dimensions-evolved.md @@ -0,0 +1,5 @@ +# Geometry Wars 3: Dimensions Evolved + +{{#template ../templates/rating.md status=Gold date=03/04/23 installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=310790}} \ No newline at end of file diff --git a/src/game-support/quake2.md b/src/game-support/quake2.md new file mode 100644 index 00000000..74245a5b --- /dev/null +++ b/src/game-support/quake2.md @@ -0,0 +1,5 @@ +# Quake II + +{{#template ../templates/rating.md status=Gold date=04/04/23 installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=2320}} \ No newline at end of file diff --git a/src/game-support/rain-world.md b/src/game-support/rain-world.md new file mode 100644 index 00000000..72323e1e --- /dev/null +++ b/src/game-support/rain-world.md @@ -0,0 +1,7 @@ +# Rain World + +{{#template ../templates/rating.md status=Gold date=03/04/24 installs=Yes opens=Yes}} + +Runs out of the box. A controller is required to play. + +{{#template ../templates/steam.md id=312520}} \ No newline at end of file diff --git a/src/game-support/turbo-overkill.md b/src/game-support/turbo-overkill.md new file mode 100644 index 00000000..c2f422c5 --- /dev/null +++ b/src/game-support/turbo-overkill.md @@ -0,0 +1,7 @@ +# Turbo Overkill + +{{#template ../templates/rating.md status=Silver date=04/04/23 installs=Yes opens=Yes}} + +The game has longer than normal loading times, and some audio doesn't play during cutscenes. Otherwise, it runs very well. + +{{#template ../templates/steam.md id=1328350}} \ No newline at end of file diff --git a/src/game-support/ultrakill.md b/src/game-support/ultrakill.md new file mode 100644 index 00000000..79c938e6 --- /dev/null +++ b/src/game-support/ultrakill.md @@ -0,0 +1,5 @@ +# Ultrakill + +{{#template ../templates/rating.md status=Gold date=04/04/23 installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=1229490}} \ No newline at end of file