From d1db96c32231d50eee38c5a642b577fb4b35dbd1 Mon Sep 17 00:00:00 2001 From: Tom Schepers Date: Sat, 27 Jul 2024 11:25:30 +0200 Subject: [PATCH 01/29] Added Kebab Chefs --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..6ee02eb0 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -71,6 +71,7 @@ - [In Sound Mind](./game-support/in-sound-mind.md) - [JoJo's Bizarre Adventure: All-Star Battle R](./game-support/jjba-asbr.md) - [Kingdom Come: Deliverance](./game-support/kcd.md) + - [Kebab Chefs! - Restaurant Simulator](./game-support/kebab-chefs.md) - [Kenshi](./game-support/kenshi.md) - [Kingsway](./game-support/kingsway.md) - [The King of Fighters XV](./game-support/kof15.md) From b6e776d700252932bcd466584eff90dbcc1443c2 Mon Sep 17 00:00:00 2001 From: Tom Schepers Date: Sat, 27 Jul 2024 11:27:01 +0200 Subject: [PATCH 02/29] Added Kebab Chefs (for real now) --- src/game-support/kebab-chefs.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/game-support/kebab-chefs.md diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md new file mode 100644 index 00000000..d9c9f069 --- /dev/null +++ b/src/game-support/kebab-chefs.md @@ -0,0 +1,9 @@ +# Kebab Chefs! - Restaurant Simulator + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> The game is stuck in the loading screen whenever you load or start a new game. + +{{#template ../templates/steam.md id=1001270}} From b325d9de150939f0d62f1f8c97c3d84f9f5c85cc Mon Sep 17 00:00:00 2001 From: Tom Schepers Date: Sat, 27 Jul 2024 12:27:20 +0200 Subject: [PATCH 03/29] Changed description for Kebab Chefs --- src/game-support/kebab-chefs.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md index d9c9f069..dc0739be 100644 --- a/src/game-support/kebab-chefs.md +++ b/src/game-support/kebab-chefs.md @@ -1,9 +1,12 @@ # Kebab Chefs! - Restaurant Simulator -{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} -> [!WARNING] -> The game is stuck in the loading screen whenever you load or start a new game. +## Setup +- Use Windows 10 and enable DXVK +- Install in Steam as normal +- You might need to restart the game / your PC a few times to play +- Game performs very bad, so use low graphic settings, limit the FPS or set a small resolution {{#template ../templates/steam.md id=1001270}} From ea5c0efd13dcbfb6da58b36f40b595d07a4fc42d Mon Sep 17 00:00:00 2001 From: Tom Schepers Date: Sat, 27 Jul 2024 12:30:52 +0200 Subject: [PATCH 04/29] Changed some bullshit again it looks better now --- src/game-support/kebab-chefs.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md index dc0739be..9a8c5750 100644 --- a/src/game-support/kebab-chefs.md +++ b/src/game-support/kebab-chefs.md @@ -7,6 +7,8 @@ - Use Windows 10 and enable DXVK - Install in Steam as normal - You might need to restart the game / your PC a few times to play -- Game performs very bad, so use low graphic settings, limit the FPS or set a small resolution + +> [!WARNING] +> Game performs very bad, so use low graphic settings, limit the FPS or set a small resolution {{#template ../templates/steam.md id=1001270}} From 71300e32f5274e8b79b49282f0e81f2593cb633d Mon Sep 17 00:00:00 2001 From: Tom Schepers Date: Sat, 27 Jul 2024 20:13:00 +0200 Subject: [PATCH 05/29] Changed status to bronze --- src/game-support/kebab-chefs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md index 9a8c5750..01422fc3 100644 --- a/src/game-support/kebab-chefs.md +++ b/src/game-support/kebab-chefs.md @@ -1,7 +1,7 @@ # Kebab Chefs! - Restaurant Simulator -{{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} ## Setup - Use Windows 10 and enable DXVK From 54d4ebf339b7c4aa3a59a0ff88bd8254287cc312 Mon Sep 17 00:00:00 2001 From: Marc Geremias Serra Date: Sun, 28 Jul 2024 20:01:10 +0200 Subject: [PATCH 06/29] Added Hollow Knight game support --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..978906ea 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -66,6 +66,7 @@ - [Hellblade: Senua's Sacrifice](./game-support/hellblade.md) - [Hitman: Contracts](./game-support/hitman-3-c.md) - [Hearts of Iron III](./game-support/hoi-3.md) + - [Hollow Knight](./game-support/hollow-knight.md) - [Horizon Zero Dawn](./game-support/horizon-zero-dawn.md) - [Homeworld 3](./game-support/hw-3.md) - [In Sound Mind](./game-support/in-sound-mind.md) From fd81b18624d3307839403c55752338ed047325a5 Mon Sep 17 00:00:00 2001 From: Marc Geremias Serra Date: Mon, 29 Jul 2024 09:55:45 +0200 Subject: [PATCH 07/29] Added src/game-support/hollow-knight.md file --- src/game-support/hollow-knight.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/game-support/hollow-knight.md diff --git a/src/game-support/hollow-knight.md b/src/game-support/hollow-knight.md new file mode 100644 index 00000000..84b30478 --- /dev/null +++ b/src/game-support/hollow-knight.md @@ -0,0 +1,6 @@ +# Hollow Knight + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=367520}} From 6bbcf4eb965d91674917c134d1c5e0f1b73f73c4 Mon Sep 17 00:00:00 2001 From: Adhil Ahmed Date: Tue, 6 Aug 2024 10:36:00 +0530 Subject: [PATCH 08/29] Add Crysis Remastered series --- src/SUMMARY.md | 3 +++ src/game-support/crysis-2-remastered.md | 7 +++++++ src/game-support/crysis-3-remastered.md | 7 +++++++ src/game-support/crysis-remastered.md | 7 +++++++ 4 files changed, 24 insertions(+) create mode 100644 src/game-support/crysis-2-remastered.md create mode 100644 src/game-support/crysis-3-remastered.md create mode 100644 src/game-support/crysis-remastered.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..36b7f559 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -29,6 +29,9 @@ - [Contraband Police](./game-support/contraband-police.md) - [Control](./game-support/control.md) - [Counter-Strike 2](./game-support/counter-strike-2.md) + - [Crysis 2 Remastered](./game-support/crysis-2-remastered.md) + - [Crysis 3 Remastered](./game-support/crysis-3-remastered.md) + - [Crysis Remastered](./game-support/crysis-remastered.md) - [Cyberpunk 2077](./game-support/cyberpunk-2077.md) - [Dagon: by H. P. Lovecraft](./game-support/dagon.md) - [Dark Souls III](./game-support/dark-souls-3.md) diff --git a/src/game-support/crysis-2-remastered.md b/src/game-support/crysis-2-remastered.md new file mode 100644 index 00000000..fac944a1 --- /dev/null +++ b/src/game-support/crysis-2-remastered.md @@ -0,0 +1,7 @@ +# Crysis 2 Remastered + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + + +{{#template ../templates/steam.md id=2096600}} diff --git a/src/game-support/crysis-3-remastered.md b/src/game-support/crysis-3-remastered.md new file mode 100644 index 00000000..ddbec7d2 --- /dev/null +++ b/src/game-support/crysis-3-remastered.md @@ -0,0 +1,7 @@ +# Crysis 3 Remastered + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + + +{{#template ../templates/steam.md id=2096610}} diff --git a/src/game-support/crysis-remastered.md b/src/game-support/crysis-remastered.md new file mode 100644 index 00000000..ed03c27e --- /dev/null +++ b/src/game-support/crysis-remastered.md @@ -0,0 +1,7 @@ +# Crysis Remastered + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + + +{{#template ../templates/steam.md id=1715130}} From 30946d44490ca5a9036abb3706fb7fc3e1bce2f9 Mon Sep 17 00:00:00 2001 From: joshandersn Date: Tue, 6 Aug 2024 09:57:49 -0400 Subject: [PATCH 09/29] adds sleeping dogs --- src/SUMMARY.md | 1 + src/game-support/sleeping-dogs-de.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/game-support/sleeping-dogs-de.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..96be5165 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -111,6 +111,7 @@ - [Satisfactory](./game-support/satisfactory.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - [Skyrim SE](./game-support/skyrim-se.md) + - [Sleeping Dogs](./game-support/sleeping-dogs-de.md) - [Sniper: Ghost Warrior 2](./game-support/sniper-gw-2.md) - [Sniper: Ghost Warrior](./game-support/sniper-gw.md) - [S.T.A.L.K.E.R.: Clear Sky](./game-support/stalker-clear-sky.md) diff --git a/src/game-support/sleeping-dogs-de.md b/src/game-support/sleeping-dogs-de.md new file mode 100644 index 00000000..4fd1ae52 --- /dev/null +++ b/src/game-support/sleeping-dogs-de.md @@ -0,0 +1,9 @@ +# Sleeping Dogs: Definitive Edition + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +> [!NOTE] +> Very minor audio crackling. Almost unoticable. + +{{#template ../templates/steam.md id=307690}} From c7d1e77cf34bbeb2ae527c8229b45ec934fc688e Mon Sep 17 00:00:00 2001 From: joshandersn Date: Tue, 6 Aug 2024 10:05:17 -0400 Subject: [PATCH 10/29] adds weird west --- src/SUMMARY.md | 3 ++- src/game-support/weird-west-de.md | 16 ++++++++++++++++ 2 files changed, 18 insertions(+), 1 deletion(-) create mode 100644 src/game-support/weird-west-de.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 96be5165..50d0a88e 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -111,7 +111,7 @@ - [Satisfactory](./game-support/satisfactory.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - [Skyrim SE](./game-support/skyrim-se.md) - - [Sleeping Dogs](./game-support/sleeping-dogs-de.md) + - [Sleeping Dogs: Definitive Edition](./game-support/sleeping-dogs-de.md) - [Sniper: Ghost Warrior 2](./game-support/sniper-gw-2.md) - [Sniper: Ghost Warrior](./game-support/sniper-gw.md) - [S.T.A.L.K.E.R.: Clear Sky](./game-support/stalker-clear-sky.md) @@ -137,6 +137,7 @@ - [V Rising](./game-support/v-rising.md) - [The Vanishing of Ethan Carter](./game-support/vanishing-of-ethan-carter.md) - [Warframe](./game-support/warframe.md) + - [Weird West: Definitive Edition](./game-support/weird-west-de.md) - [The Witcher: Enhanced Edition Director's Cut](./game-support/witcher.md) - [The Witcher 2: Assassins of Kings Enhanced Edition](./game-support/witcher2.md) - [The Witcher 3: Wild Hunt](./game-support/witcher3.md) diff --git a/src/game-support/weird-west-de.md b/src/game-support/weird-west-de.md new file mode 100644 index 00000000..71aa3b1a --- /dev/null +++ b/src/game-support/weird-west-de.md @@ -0,0 +1,16 @@ +# Weird West: Definitive Edition + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + + +> [!NOTE] +> The in-game mods don't seem to work. + +> [!NOTE] +> Set shadow quality to low or off for better performance. + +> [!NOTE] +> Dense areas usually stutter. + +{{#template ../templates/steam.md id=1097350}} From 02a695e60a10cfcd374a5dcb7faf2b63e978c0ec Mon Sep 17 00:00:00 2001 From: joshandersn Date: Tue, 6 Aug 2024 10:12:26 -0400 Subject: [PATCH 11/29] adds black ops 3 --- src/SUMMARY.md | 1 + src/game-support/call-of-duty-bo-3.md | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 src/game-support/call-of-duty-bo-3.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 50d0a88e..50da910a 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -20,6 +20,7 @@ - [Buckshot Roulette](./game-support/buckshot-roulette.md) - [Call of Cthulhu: Dark Corners of the Earth](./game-support/call-of-cthulhu-dcote.md) - [Call of Cthulhu](./game-support/call-of-cthulhu.md) + - [Call of Duty: Black Ops III](./game-support/call-of-duty-bo-3.md) - [Cities: Skylines 2](./game-support/cities-skylines-2.md) - [Cloudpunk](./game-support/cloudpunk.md) - [Call of Juarez: Bound in Blood](./game-support/coj-bound-in-blood.md) diff --git a/src/game-support/call-of-duty-bo-3.md b/src/game-support/call-of-duty-bo-3.md new file mode 100644 index 00000000..dd1c1737 --- /dev/null +++ b/src/game-support/call-of-duty-bo-3.md @@ -0,0 +1,12 @@ +# Call of Duty: Black Ops III + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} + +Hoping to play online as macOS port is versions behind the windows port. + +> [!NOTE] +> Black window upon startup. + + +{{#template ../templates/steam.md id=311210}} From 3bf5bf60c9b8916237a241c1e19cb3ffb382e950 Mon Sep 17 00:00:00 2001 From: joshandersn Date: Tue, 6 Aug 2024 10:25:09 -0400 Subject: [PATCH 12/29] Adds human revolution --- src/SUMMARY.md | 1 + src/game-support/deus-ex-human-revolution.md | 9 +++++++++ 2 files changed, 10 insertions(+) create mode 100644 src/game-support/deus-ex-human-revolution.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 50da910a..94b5a1c5 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -39,6 +39,7 @@ - [Deadlink](./game-support/deadlink.md) - [Deep Rock Galactic](./game-support/deep-rock-galactic.md) - [Deus Ex: Game of the Year Edition](./game-support/deus-ex-goty.md) + - [Deus Ex: Human Revolution](./game-support/deus-ex-human-revolution.md) - [Diablo IV \(Battle.net\)](./game-support/diablo-4-battle-net.md) - [Diablo IV \(Steam\)](./game-support/diablo-4-steam.md) - [Dishonored 2](./game-support/dishonored-2.md) diff --git a/src/game-support/deus-ex-human-revolution.md b/src/game-support/deus-ex-human-revolution.md new file mode 100644 index 00000000..f158da0b --- /dev/null +++ b/src/game-support/deus-ex-human-revolution.md @@ -0,0 +1,9 @@ +# Deus Ex: Human Revolution + + +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} + +> [!Note] +> Games runs poorly in both DX9 and DX10 modes. Also tried any relevant methods suggested on [PGgamingwiki](https://www.pcgamingwiki.com/wiki/Deus_Ex:_Human_Revolution) but nothing helped + +{{#template ../templates/steam.md id=238010}} From b7daf57f1f03d279f3de2176be114a18a5ae7c9d Mon Sep 17 00:00:00 2001 From: joshandersn Date: Tue, 6 Aug 2024 10:27:18 -0400 Subject: [PATCH 13/29] update sleeping dogs desc --- src/game-support/sleeping-dogs-de.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/game-support/sleeping-dogs-de.md b/src/game-support/sleeping-dogs-de.md index 4fd1ae52..568adccd 100644 --- a/src/game-support/sleeping-dogs-de.md +++ b/src/game-support/sleeping-dogs-de.md @@ -6,4 +6,7 @@ > [!NOTE] > Very minor audio crackling. Almost unoticable. +> [!NOTE] +> Game runs substantially better than Feral's mac port. + {{#template ../templates/steam.md id=307690}} From e6c5d435fb8ec22fb077839d83575d20d53e811d Mon Sep 17 00:00:00 2001 From: joshandersn Date: Wed, 7 Aug 2024 05:54:57 -0400 Subject: [PATCH 14/29] adds aliases and audio fix --- src/game-support/call-of-duty-bo-3.md | 7 +++++-- src/game-support/deus-ex-human-revolution.md | 4 +++- src/game-support/sleeping-dogs-de.md | 8 +++++--- src/game-support/weird-west-de.md | 6 ++++-- 4 files changed, 17 insertions(+), 8 deletions(-) diff --git a/src/game-support/call-of-duty-bo-3.md b/src/game-support/call-of-duty-bo-3.md index dd1c1737..0ac71cc3 100644 --- a/src/game-support/call-of-duty-bo-3.md +++ b/src/game-support/call-of-duty-bo-3.md @@ -1,10 +1,13 @@ # Call of Duty: Black Ops III - + {{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} Hoping to play online as macOS port is versions behind the windows port. - > [!NOTE] > Black window upon startup. diff --git a/src/game-support/deus-ex-human-revolution.md b/src/game-support/deus-ex-human-revolution.md index f158da0b..7c87ea1d 100644 --- a/src/game-support/deus-ex-human-revolution.md +++ b/src/game-support/deus-ex-human-revolution.md @@ -1,5 +1,7 @@ # Deus Ex: Human Revolution - + {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} diff --git a/src/game-support/sleeping-dogs-de.md b/src/game-support/sleeping-dogs-de.md index 568adccd..e71d8154 100644 --- a/src/game-support/sleeping-dogs-de.md +++ b/src/game-support/sleeping-dogs-de.md @@ -1,10 +1,12 @@ # Sleeping Dogs: Definitive Edition - + -{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} > [!NOTE] -> Very minor audio crackling. Almost unoticable. +> Very minor audio crackling. Set output speaker format to 88,200hz to fix in `Audio Midi Settings` > [!NOTE] > Game runs substantially better than Feral's mac port. diff --git a/src/game-support/weird-west-de.md b/src/game-support/weird-west-de.md index 71aa3b1a..56a64f1d 100644 --- a/src/game-support/weird-west-de.md +++ b/src/game-support/weird-west-de.md @@ -1,7 +1,9 @@ # Weird West: Definitive Edition - + -{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} > [!NOTE] From 81d432c333261d506e5067ed45ba6fe4b635ffec Mon Sep 17 00:00:00 2001 From: joshandersn Date: Wed, 7 Aug 2024 05:55:46 -0400 Subject: [PATCH 15/29] typo --- src/game-support/sleeping-dogs-de.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/sleeping-dogs-de.md b/src/game-support/sleeping-dogs-de.md index e71d8154..79e4ec22 100644 --- a/src/game-support/sleeping-dogs-de.md +++ b/src/game-support/sleeping-dogs-de.md @@ -6,7 +6,7 @@ {{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} > [!NOTE] -> Very minor audio crackling. Set output speaker format to 88,200hz to fix in `Audio Midi Settings` +> Very minor audio crackling. Set output speaker format to 88,200hz to fix in `Audio Midi Setup` > [!NOTE] > Game runs substantially better than Feral's mac port. From 6b41d821ca96673a45f927cf99b5bee263ee31c8 Mon Sep 17 00:00:00 2001 From: joshandersn Date: Wed, 7 Aug 2024 07:56:09 -0400 Subject: [PATCH 16/29] removes colons --- src/game-support/call-of-duty-bo-3.md | 2 +- src/game-support/deus-ex-human-revolution.md | 2 +- src/game-support/sleeping-dogs-de.md | 2 +- src/game-support/weird-west-de.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/game-support/call-of-duty-bo-3.md b/src/game-support/call-of-duty-bo-3.md index 0ac71cc3..85049f42 100644 --- a/src/game-support/call-of-duty-bo-3.md +++ b/src/game-support/call-of-duty-bo-3.md @@ -1,6 +1,6 @@ # Call of Duty: Black Ops III diff --git a/src/game-support/deus-ex-human-revolution.md b/src/game-support/deus-ex-human-revolution.md index 7c87ea1d..e5adc92f 100644 --- a/src/game-support/deus-ex-human-revolution.md +++ b/src/game-support/deus-ex-human-revolution.md @@ -1,6 +1,6 @@ # Deus Ex: Human Revolution {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} diff --git a/src/game-support/sleeping-dogs-de.md b/src/game-support/sleeping-dogs-de.md index 79e4ec22..927327d8 100644 --- a/src/game-support/sleeping-dogs-de.md +++ b/src/game-support/sleeping-dogs-de.md @@ -1,6 +1,6 @@ # Sleeping Dogs: Definitive Edition {{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} diff --git a/src/game-support/weird-west-de.md b/src/game-support/weird-west-de.md index 56a64f1d..90b00d9c 100644 --- a/src/game-support/weird-west-de.md +++ b/src/game-support/weird-west-de.md @@ -1,6 +1,6 @@ # Weird West: Definitive Edition {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} From a643c7797e660338181ae7ad713f357a572d93c2 Mon Sep 17 00:00:00 2001 From: Jay <39190648+thunder-blight@users.noreply.github.com> Date: Mon, 12 Aug 2024 01:37:13 +1000 Subject: [PATCH 17/29] Create sf6.md --- src/game-support/sf6.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/game-support/sf6.md diff --git a/src/game-support/sf6.md b/src/game-support/sf6.md new file mode 100644 index 00000000..cabc58a2 --- /dev/null +++ b/src/game-support/sf6.md @@ -0,0 +1,11 @@ +# Street Fighter 6 + +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal +- Go into Offline mode for steam and launch the game +- Once you accept the prompt to start the game offline feel free to go back into Online mode on steam + +{{#template ../templates/steam.md id=1364780}} From b2f288b9c951fd297f07ed088039d83630c1581b Mon Sep 17 00:00:00 2001 From: Jay <39190648+thunder-blight@users.noreply.github.com> Date: Mon, 12 Aug 2024 13:04:39 +1000 Subject: [PATCH 18/29] Create gbfvs.md --- src/game-support/gbfvs.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/game-support/gbfvs.md diff --git a/src/game-support/gbfvs.md b/src/game-support/gbfvs.md new file mode 100644 index 00000000..7cff1f10 --- /dev/null +++ b/src/game-support/gbfvs.md @@ -0,0 +1,9 @@ +# Granblue Fantasy: Versus + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal + +{{#template ../templates/steam.md id=1090630}} From ae948dabb887f4ee38247879eceabae22c92ea67 Mon Sep 17 00:00:00 2001 From: Jay <39190648+thunder-blight@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:18:25 +1000 Subject: [PATCH 19/29] Update SUMMARY.md Added sf6.md and gbfvs.md --- src/SUMMARY.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..db6dbc43 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -55,6 +55,7 @@ - [Forgive Me Father 2](./game-support/forgive-me-father-2.md) - [Fortnite](./game-support/fortnite.md) - [Friends vs Friends](./game-support/friends-vs-friends.md) + - [Granblue Fantasy: Versus](./game-support/gbfvs.md) - [Guilty Gear -Strive-](./game-support/ggst.md) - [GreedFall](./game-support/greedfall.md) - [Grand Theft Auto V](./game-support/gta-5.md) @@ -110,6 +111,7 @@ - [Ruiner](./game-support/ruiner.md) - [Satisfactory](./game-support/satisfactory.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) + - [Street Fighter 6](./game-support/sf6.md) - [Skyrim SE](./game-support/skyrim-se.md) - [Sniper: Ghost Warrior 2](./game-support/sniper-gw-2.md) - [Sniper: Ghost Warrior](./game-support/sniper-gw.md) From e318f85b40027d337957eca444aa4fa86e17bc2e Mon Sep 17 00:00:00 2001 From: Jay <39190648+thunder-blight@users.noreply.github.com> Date: Mon, 12 Aug 2024 20:21:22 +1000 Subject: [PATCH 20/29] Create sf30.md --- src/game-support/sf30.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 src/game-support/sf30.md diff --git a/src/game-support/sf30.md b/src/game-support/sf30.md new file mode 100644 index 00000000..d1b7197d --- /dev/null +++ b/src/game-support/sf30.md @@ -0,0 +1,9 @@ +# Street Fighter 30th Anniversary Collection + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +## Setup + +- Install in Steam as normal + +{{#template ../templates/steam.md id=586200}} From 00f65ca58b5c8ec517730c9a3c626e0470b563b0 Mon Sep 17 00:00:00 2001 From: Jay <39190648+thunder-blight@users.noreply.github.com> Date: Tue, 13 Aug 2024 07:48:43 +1000 Subject: [PATCH 21/29] Update SUMMARY.md --- src/SUMMARY.md | 1 + 1 file changed, 1 insertion(+) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 0e4351cd..df905c61 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -111,6 +111,7 @@ - [Satisfactory](./game-support/satisfactory.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - [Skyrim SE](./game-support/skyrim-se.md) + - [Street Fighter 30th Anniversary Collection](./game-support/sf30.md) - [Sniper: Ghost Warrior 2](./game-support/sniper-gw-2.md) - [Sniper: Ghost Warrior](./game-support/sniper-gw.md) - [S.T.A.L.K.E.R.: Clear Sky](./game-support/stalker-clear-sky.md) From 502b6ecb60f616e1313ed2a9df8ed621d2c455af Mon Sep 17 00:00:00 2001 From: plyght <81438024+plyght@users.noreply.github.com> Date: Tue, 13 Aug 2024 05:04:06 -0400 Subject: [PATCH 22/29] wowie --- src/SUMMARY.md | 1 + src/game-support/zero-sievert.md | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 src/game-support/zero-sievert.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 804e2bab..19597965 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -135,4 +135,5 @@ - [Wolfenstein: The New Order](./game-support/wolfenstein-new-order.md) - [Wolfenstein: The Old Blood](./game-support/wolfenstein-old-blood.md) - [Your Only Move Is Hustle](./game-support/yomi-hustle.md) + - [ZERO Sievert](./game-support/zero-sievert.md) \ No newline at end of file diff --git a/src/game-support/zero-sievert.md b/src/game-support/zero-sievert.md new file mode 100644 index 00000000..666ea88f --- /dev/null +++ b/src/game-support/zero-sievert.md @@ -0,0 +1,7 @@ +# ZERO Sievert + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + + +{{#template ../templates/steam.md id=1782120q}} From 40f0aa4ab74b9b9506d2ddd7341e7057ccc4dc18 Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 10:57:27 -0400 Subject: [PATCH 23/29] Fixed minor issues Added aliases and re-generated SUMMARY.md --- src/SUMMARY.md | 2 +- src/game-support/sf30.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index df905c61..df6d9ccf 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -110,8 +110,8 @@ - [Ruiner](./game-support/ruiner.md) - [Satisfactory](./game-support/satisfactory.md) - [Sekiro: Shadows Die Twice](./game-support/sekiro.md) - - [Skyrim SE](./game-support/skyrim-se.md) - [Street Fighter 30th Anniversary Collection](./game-support/sf30.md) + - [Skyrim SE](./game-support/skyrim-se.md) - [Sniper: Ghost Warrior 2](./game-support/sniper-gw-2.md) - [Sniper: Ghost Warrior](./game-support/sniper-gw.md) - [S.T.A.L.K.E.R.: Clear Sky](./game-support/stalker-clear-sky.md) diff --git a/src/game-support/sf30.md b/src/game-support/sf30.md index d1b7197d..03b006a1 100644 --- a/src/game-support/sf30.md +++ b/src/game-support/sf30.md @@ -1,4 +1,5 @@ # Street Fighter 30th Anniversary Collection + {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} From 3b4c6c40e3fdd82d265573cbd6877bd3929cec65 Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 11:01:15 -0400 Subject: [PATCH 24/29] Fixed minor issues Added aliases, generated summary. --- src/game-support/gbfvs.md | 3 +++ src/game-support/sf6.md | 3 +++ 2 files changed, 6 insertions(+) diff --git a/src/game-support/gbfvs.md b/src/game-support/gbfvs.md index 7cff1f10..28513b33 100644 --- a/src/game-support/gbfvs.md +++ b/src/game-support/gbfvs.md @@ -1,4 +1,7 @@ # Granblue Fantasy: Versus +' {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} diff --git a/src/game-support/sf6.md b/src/game-support/sf6.md index cabc58a2..d95c0c60 100644 --- a/src/game-support/sf6.md +++ b/src/game-support/sf6.md @@ -1,4 +1,7 @@ # Street Fighter 6 + {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} From a6f0e5ea7fb219fee559f93db342e36d3eb09f74 Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 11:05:11 -0400 Subject: [PATCH 25/29] Fix minor issues --- src/game-support/call-of-duty-bo-3.md | 1 - src/game-support/weird-west-de.md | 1 - 2 files changed, 2 deletions(-) diff --git a/src/game-support/call-of-duty-bo-3.md b/src/game-support/call-of-duty-bo-3.md index 85049f42..a0f50833 100644 --- a/src/game-support/call-of-duty-bo-3.md +++ b/src/game-support/call-of-duty-bo-3.md @@ -11,5 +11,4 @@ Hoping to play online as macOS port is versions behind the windows port. > [!NOTE] > Black window upon startup. - {{#template ../templates/steam.md id=311210}} diff --git a/src/game-support/weird-west-de.md b/src/game-support/weird-west-de.md index 90b00d9c..6a66a447 100644 --- a/src/game-support/weird-west-de.md +++ b/src/game-support/weird-west-de.md @@ -5,7 +5,6 @@ {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} - > [!NOTE] > The in-game mods don't seem to work. From 5774464ff97bacea83f8ea41bb0fbfe30c49574b Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 14:32:58 -0400 Subject: [PATCH 26/29] Fix minor issues --- src/game-support/zero-sievert.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/game-support/zero-sievert.md b/src/game-support/zero-sievert.md index 666ea88f..f88069dd 100644 --- a/src/game-support/zero-sievert.md +++ b/src/game-support/zero-sievert.md @@ -3,5 +3,4 @@ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} - -{{#template ../templates/steam.md id=1782120q}} +{{#template ../templates/steam.md id=1782120}} From 3806863ee82894b1b0abc753a2278b20eaa7a44d Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 22:20:47 -0400 Subject: [PATCH 27/29] Minor Fixes --- src/game-support/crysis-2-remastered.md | 1 - src/game-support/crysis-3-remastered.md | 1 - src/game-support/crysis-remastered.md | 1 - 3 files changed, 3 deletions(-) diff --git a/src/game-support/crysis-2-remastered.md b/src/game-support/crysis-2-remastered.md index fac944a1..3c96412a 100644 --- a/src/game-support/crysis-2-remastered.md +++ b/src/game-support/crysis-2-remastered.md @@ -3,5 +3,4 @@ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} - {{#template ../templates/steam.md id=2096600}} diff --git a/src/game-support/crysis-3-remastered.md b/src/game-support/crysis-3-remastered.md index ddbec7d2..3411a105 100644 --- a/src/game-support/crysis-3-remastered.md +++ b/src/game-support/crysis-3-remastered.md @@ -3,5 +3,4 @@ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} - {{#template ../templates/steam.md id=2096610}} diff --git a/src/game-support/crysis-remastered.md b/src/game-support/crysis-remastered.md index ed03c27e..0a9313ce 100644 --- a/src/game-support/crysis-remastered.md +++ b/src/game-support/crysis-remastered.md @@ -3,5 +3,4 @@ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} - {{#template ../templates/steam.md id=1715130}} From 75e2d576ca9fbaa5a924bff3c7f7bef4a211c5a3 Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 22:29:15 -0400 Subject: [PATCH 28/29] Formatting Fixes Grammatical fixes, formatting, alias additions. --- src/game-support/kebab-chefs.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md index 01422fc3..e257a476 100644 --- a/src/game-support/kebab-chefs.md +++ b/src/game-support/kebab-chefs.md @@ -1,14 +1,16 @@ # Kebab Chefs! - Restaurant Simulator - + {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} ## Setup - Use Windows 10 and enable DXVK - Install in Steam as normal -- You might need to restart the game / your PC a few times to play + +> [!NOTE] +> You may need to restart the game / your Mac in order for the game to launch. > [!WARNING] -> Game performs very bad, so use low graphic settings, limit the FPS or set a small resolution +> Game performs very poorly, so use low graphic settings, limit the FPS, or lower the resolution. {{#template ../templates/steam.md id=1001270}} From 2f8d2e873787de5be5f0d4d38c54031690c3c0f5 Mon Sep 17 00:00:00 2001 From: logan Date: Thu, 22 Aug 2024 22:29:33 -0400 Subject: [PATCH 29/29] Update kebab-chefs.md --- src/game-support/kebab-chefs.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/game-support/kebab-chefs.md b/src/game-support/kebab-chefs.md index e257a476..dec698c8 100644 --- a/src/game-support/kebab-chefs.md +++ b/src/game-support/kebab-chefs.md @@ -11,6 +11,6 @@ > You may need to restart the game / your Mac in order for the game to launch. > [!WARNING] -> Game performs very poorly, so use low graphic settings, limit the FPS, or lower the resolution. +> The game performs very poorly, so use low graphic settings, limit the FPS, or lower the resolution. {{#template ../templates/steam.md id=1001270}}