diff --git a/README.md b/README.md index 28fc341e..0e12ae54 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,7 @@ Documentation for Whisky. Star Wars Jedi: Fallen Order -> sw-fallen-order.md Geometry Wars 3: Dimensions Evolved -> gw3-dimensions-evolved.md ``` -2. Add the following template to your markdown file. Ensure the date is properly formatted, leaving zeroes if the month or day is a single digit. +2. Add the following template to your markdown file. ``` # @@ -74,9 +74,9 @@ Documentation for Whisky. Screenshot 2024-04-16 at 10 06 11 PM 3. Run the `generate` script with `./scripts/generate.mjs` to update `SUMMARY.md`. This will also make the game appear in the sidebar of the book. -4. Create a pull request detailing the changes you made. Ensure that it's consise, yet readable and coherent. +4. Run `./scripts/lint.mjs` to ensure that your changes are properly formatted. +5. Create a pull request detailing the changes you made. Ensure that it's consise, yet readable and coherent. - You will need to create a fork of `whisky-book` and push your changes there before creating a PR. Once you've done that, then you can submit a PR to merge your fork with `main`. -5. Run `./scripts/lint.mjs` to ensure that your changes are properly formatted. 6. Sit back, wait for PR reviews, and make changes as necessary. Have any questions about this process or anything Whisky-related? Stop by the [Discord](https://discord.gg/CsqAfs9CnM) and ask us a question! We're more than happy to help. diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 1afcc67d..7fb69125 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -20,7 +20,9 @@ - [Call of Cthulhu: Dark Corners of the Earth](./game-support/call-of-cthulhu-dcote.md) - [Call of Cthulhu](./game-support/call-of-cthulhu.md) - [Cities: Skylines 2](./game-support/cities-skylines-2.md) + - [Call of Juarez: Bound in Blood](./game-support/coj-bound-in-blood.md) - [Call of Juarez: Gunslinger](./game-support/coj-gunslinger.md) + - [Call of Juarez](./game-support/coj.md) - [Content Warning](./game-support/content-warning.md) - [Contraband Police](./game-support/contraband-police.md) - [Control](./game-support/control.md) @@ -32,6 +34,7 @@ - [Dead Space \(2023\)](./game-support/dead-space-2023.md) - [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) - [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) @@ -49,6 +52,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) + - [GreedFall](./game-support/greedfall.md) - [Grand Theft Auto V](./game-support/gta-5.md) - [Guild Wars 2](./game-support/gw2.md) - [Geometry Wars 3: Dimensions Evolved](./game-support/gw3-dimensions-evolved.md) @@ -86,6 +90,7 @@ - [Paradise Lost](./game-support/paradise-lost.md) - [People Playground](./game-support/people-playground.md) - [Phasmophobia](./game-support/phasmophobia.md) + - [A Plague Tale: Innocence](./game-support/plague-tale-innocence.md) - [PowerWash Simulator](./game-support/powerwash-simulator.md) - [Prey \(2017\)](./game-support/prey-2017.md) - [Quake II](./game-support/quake2.md) @@ -93,19 +98,24 @@ - [Rain World](./game-support/rain-world.md) - [Risk of Rain 2](./game-support/risk-of-rain-2.md) - [Risk of Rain Returns](./game-support/risk-of-rain-returns.md) + - [Return to Castle Wolfenstein](./game-support/rtcw.md) - [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) + - [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) - [Stardew Valley](./game-support/stardew-valley.md) - [Stronghold Crusader HD](./game-support/stronghold-crusader-hd.md) + - [Star Wars: Battlefront II \(Classic, 2005\)](./game-support/sw-battlefront2-2005.md) - [Star Wars Jedi: Fallen Order](./game-support/sw-fallen-order.md) - [Star Wars: Squadrons](./game-support/sw-squadrons.md) - [Tom Clancy's Rainbow Six Siege \(Steam\)](./game-support/tcr6s.md) - [Thief II: The Metal Age](./game-support/thief-2.md) - [Thief: Deadly Shadows](./game-support/thief-3.md) - [Thief Gold](./game-support/thief-gold.md) + - [Tomb Rider \(2013\)](./game-support/tomb-rider-2013.md) - [The Stanley Parable: Ultra Deluxe](./game-support/tsp-ud.md) - [Turbo Overkill](./game-support/turbo-overkill.md) - [Ultrakill](./game-support/ultrakill.md) @@ -113,6 +123,10 @@ - [Under Night In-Birth II Sys:Celes](./game-support/uni2.md) - [The Vanishing of Ethan Carter](./game-support/vanishing-of-ethan-carter.md) - [Warframe](./game-support/warframe.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) - [The Wolf Among Us](./game-support/wolf-among-us.md) + - [Wolfenstein: The New Order](./game-support/wolfenstein-new-order.md) + - [Wolfenstein: The Old Blood](./game-support/wolfenstein-old-blood.md) \ No newline at end of file diff --git a/src/game-support/ac-directors-cut.md b/src/game-support/ac-directors-cut.md index 5b0fcd38..b0760390 100644 --- a/src/game-support/ac-directors-cut.md +++ b/src/game-support/ac-directors-cut.md @@ -5,8 +5,11 @@ {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} +## Setup + +- Run DX9 version of the game as DX10 version does not render part of the player and NPCs + > [!WARNING] > The game suffers from a severe heartbeat-like sound stuttering. Also it's performance is quite poor. -> DX10 version does not render part of the player and NPCs. DX9 version renders fine. {{#template ../templates/steam.md id=15100}} diff --git a/src/game-support/armored-core-6.md b/src/game-support/armored-core-6.md index f80c7d9e..5ba62eb3 100644 --- a/src/game-support/armored-core-6.md +++ b/src/game-support/armored-core-6.md @@ -8,6 +8,7 @@ {{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} ## Setup + - Disable DXVK {{#template ../templates/steam.md id=1888160}} diff --git a/src/game-support/blitzkrieg-2-anthology.md b/src/game-support/blitzkrieg-2-anthology.md index cc774dd8..0e2c44dc 100644 --- a/src/game-support/blitzkrieg-2-anthology.md +++ b/src/game-support/blitzkrieg-2-anthology.md @@ -3,7 +3,7 @@ {{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} -> [!NOTE] +> [!WARNING] > Map Editor does not render map preview but rectangular window artifacts. > Audio stutters during intro movies. > There may be issue with exiting. Sometimes it is helpful to use the Activity Monitor and Force Quit if in-game button won't help. diff --git a/src/game-support/coj-bound-in-blood.md b/src/game-support/coj-bound-in-blood.md new file mode 100644 index 00000000..d4e6aba7 --- /dev/null +++ b/src/game-support/coj-bound-in-blood.md @@ -0,0 +1,9 @@ +# Call of Juarez: Bound in Blood + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> Opens with a black screen and crashes instantly. + +{{#template ../templates/steam.md id=21980}} diff --git a/src/game-support/coj-gunslinger.md b/src/game-support/coj-gunslinger.md index b645be98..a593eb68 100644 --- a/src/game-support/coj-gunslinger.md +++ b/src/game-support/coj-gunslinger.md @@ -1,6 +1,9 @@ # Call of Juarez: Gunslinger -{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> Opens with a black screen and crashes instantly. {{#template ../templates/steam.md id=204450}} diff --git a/src/game-support/coj.md b/src/game-support/coj.md new file mode 100644 index 00000000..a7b4404f --- /dev/null +++ b/src/game-support/coj.md @@ -0,0 +1,9 @@ +# Call of Juarez + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> DX9 crashes when hitting Escape during a gameplay while DX10 version when selecting "New Game" in the main menu. Repeating this shortcut also changes the mode back. Moreover `ChromEd.exe` editor does not work. The game can change it's presentation from fullscreen to windowed mode and vice versa switching between windows. + +{{#template ../templates/steam.md id=3020}} diff --git a/src/game-support/cyberpunk-2077.md b/src/game-support/cyberpunk-2077.md index ce413ff3..238742aa 100644 --- a/src/game-support/cyberpunk-2077.md +++ b/src/game-support/cyberpunk-2077.md @@ -3,4 +3,7 @@ {{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} +> [!WARNING] +> Don't set the `Intel Xe Super Sampling` in `Settings` -> `Graphics` as it slowdowns the rendering of intro movies and screens hugely. + {{#template ../templates/steam.md id=1091500}} diff --git a/src/game-support/deus-ex-goty.md b/src/game-support/deus-ex-goty.md new file mode 100644 index 00000000..65f866ba --- /dev/null +++ b/src/game-support/deus-ex-goty.md @@ -0,0 +1,9 @@ +# Deus Ex: Game of the Year Edition + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> The game starts windowed and shows a black screen regardless of initial configuration you set in the settings wizard. + +{{#template ../templates/steam.md id=6910}} diff --git a/src/game-support/greedfall.md b/src/game-support/greedfall.md new file mode 100644 index 00000000..9b622407 --- /dev/null +++ b/src/game-support/greedfall.md @@ -0,0 +1,9 @@ +# GreedFall + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> Crashes instantly. + +{{#template ../templates/steam.md id=606880}} diff --git a/src/game-support/gw2.md b/src/game-support/gw2.md index 5c8126df..5e7e288f 100644 --- a/src/game-support/gw2.md +++ b/src/game-support/gw2.md @@ -3,7 +3,8 @@ {{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} -## Setup +## Setup + - Enable DXVK in Bottle Configuration ### Direct diff --git a/src/game-support/in-sound-mind.md b/src/game-support/in-sound-mind.md index cfe3e4ee..81d0be42 100644 --- a/src/game-support/in-sound-mind.md +++ b/src/game-support/in-sound-mind.md @@ -3,7 +3,8 @@ {{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} -# Setup +## Setup + - Enable V-Sync as the game without it speed ups the movement innaturally. {{#template ../templates/steam.md id=1119980}} diff --git a/src/game-support/lotf-2014.md b/src/game-support/lotf-2014.md index 60772d02..63a022ec 100644 --- a/src/game-support/lotf-2014.md +++ b/src/game-support/lotf-2014.md @@ -1,7 +1,7 @@ # Lords Of The Fallen (2014) -{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} > [!WARNING] > Crashes instantly. diff --git a/src/game-support/mb-wfas.md b/src/game-support/mb-wfas.md index cfbeebcf..bae1f564 100644 --- a/src/game-support/mb-wfas.md +++ b/src/game-support/mb-wfas.md @@ -1,7 +1,7 @@ # Mount & Blade: With Fire & Sword -{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} > [!WARNING] > Freezes after showing a Bing logo with a black screen. diff --git a/src/game-support/metro-exodus.md b/src/game-support/metro-exodus.md index 70b921c0..c981ca7e 100644 --- a/src/game-support/metro-exodus.md +++ b/src/game-support/metro-exodus.md @@ -3,10 +3,11 @@ {{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} -> [!NOTE] -> Enhanced Edition won't open due to the lack of DXR 1.1 (DirectX 12's Raytracing) support. The standard one runs well. +## Setup + +- Install the standard version rather than the Enhanced Edition. Otherwise it won't open due to the lack of DXR 1.1 (DirectX 12's Raytracing) support. > [!WARNING] -> There is an issue with setting higher resolution, including native when it is already lowered. Then a screen resolution can be restored to native only in the config file as the game does not show anything above the actually lowered screen resolution. It can be done via `user.cfg` which is located in the game installation directory, not in the Windows' `Documents` like mentioned elsewhere. Also colorful normal maps appear sometimes on also random surfaces and within some particles types. Changing audio output in macOS turns the game's audio off. It is required to restart the game then. +> There is an issue with setting higher resolution, including native when it is already lowered. Then a screen resolution can be restored to native only in the config file as the game does not show anything above the actually lowered screen resolution. It can be done via `user.cfg` which is located in the game installation directory, not in the Windows' `Documents` like mentioned elsewhere. Also colorful normal maps appear sometimes on also random surfaces and within some particles types. Changing audio output in macOS turns the game's audio off. It is required to restart the game then. A system cursor appears sometimes in the "Sam's Story" DLC. {{#template ../templates/steam.md id=412020}} diff --git a/src/game-support/necrovision-lost-company.md b/src/game-support/necrovision-lost-company.md index 5e7a5c5b..9dad1f45 100644 --- a/src/game-support/necrovision-lost-company.md +++ b/src/game-support/necrovision-lost-company.md @@ -3,7 +3,7 @@ {{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} -> [WARNING] +> [!WARNING] > The game does not launch while Pain Editor crashes instantly. {{#template ../templates/steam.md id=46250}} diff --git a/src/game-support/necrovision.md b/src/game-support/necrovision.md index bb2ca8b2..e7c65369 100644 --- a/src/game-support/necrovision.md +++ b/src/game-support/necrovision.md @@ -3,7 +3,7 @@ {{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} -> [NOTE] +> [!NOTE] > Some UI elements are not positioned propely and they are cut by the screen edge a little. {{#template ../templates/steam.md id=7860}} diff --git a/src/game-support/plague-tale-innocence.md b/src/game-support/plague-tale-innocence.md new file mode 100644 index 00000000..0c275133 --- /dev/null +++ b/src/game-support/plague-tale-innocence.md @@ -0,0 +1,6 @@ +# A Plague Tale: Innocence + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +{{#template ../templates/steam.md id=752590}} diff --git a/src/game-support/rtcw.md b/src/game-support/rtcw.md new file mode 100644 index 00000000..be6cde0c --- /dev/null +++ b/src/game-support/rtcw.md @@ -0,0 +1,11 @@ +# Return to Castle Wolfenstein + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> The game stops with a black screen window when loading and displays [Could Not Load OpenGL Subsystem](https://steamcommunity.com/app/9010/discussions/0/540740501210124263/) error. + +{{#template ../templates/steam.md id=9010}} diff --git a/src/game-support/sniper-gw-2.md b/src/game-support/sniper-gw-2.md new file mode 100644 index 00000000..20a9105b --- /dev/null +++ b/src/game-support/sniper-gw-2.md @@ -0,0 +1,10 @@ +# Sniper: Ghost Warrior 2 + + +{{#template ../templates/rating.md status=Gold installs=Yes opens=Yes}} + +## Setup + +- Go into `Options` -> `Video` -> `Basic` and set the `DirectX` option to `DirectX9`. This will make the game playable on any graphical setting. Using `DirectX11` causes any `Graphics Quality` option set above "Low" inplayable due to the immense FPS and in-game time slowdown. + +{{#template ../templates/steam.md id=34870}} diff --git a/src/game-support/sniper-gw.md b/src/game-support/sniper-gw.md new file mode 100644 index 00000000..f5bfb3ef --- /dev/null +++ b/src/game-support/sniper-gw.md @@ -0,0 +1,9 @@ +# Sniper: Ghost Warrior + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> Crashes instantly. + +{{#template ../templates/steam.md id=34830}} diff --git a/src/game-support/stalker-clear-sky.md b/src/game-support/stalker-clear-sky.md index ece6fe21..6dad9cd1 100644 --- a/src/game-support/stalker-clear-sky.md +++ b/src/game-support/stalker-clear-sky.md @@ -3,4 +3,7 @@ {{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} +> [!WARNING] +> Opens with the game's windowed logo and freezes then. + {{#template ../templates/steam.md id=20510}} diff --git a/src/game-support/sw-battlefront2-2005.md b/src/game-support/sw-battlefront2-2005.md new file mode 100644 index 00000000..582487ff --- /dev/null +++ b/src/game-support/sw-battlefront2-2005.md @@ -0,0 +1,9 @@ +# Star Wars: Battlefront II (Classic, 2005) + + +{{#template ../templates/rating.md status=Platinum installs=Yes opens=Yes}} + +> [!WARNING] +> Sound is stuttering constantly. Game resolution is only applied in the gameplay. Main menu preserves a default one. + +{{#template ../templates/steam.md id=6060}} diff --git a/src/game-support/tomb-rider-2013.md b/src/game-support/tomb-rider-2013.md new file mode 100644 index 00000000..2027e384 --- /dev/null +++ b/src/game-support/tomb-rider-2013.md @@ -0,0 +1,12 @@ +# Tomb Rider (2013) + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} + +> [!WARNING] +> Sound is stuttering constantly. Crashes just after the first story movie is being played. + +{{#template ../templates/steam.md id=203160}} diff --git a/src/game-support/uni2.md b/src/game-support/uni2.md index 98c26f64..40c90950 100644 --- a/src/game-support/uni2.md +++ b/src/game-support/uni2.md @@ -4,6 +4,7 @@ {{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} ## Setup + - In Whisky, install d3dx9 using winetricks. - Install in Steam as normal. diff --git a/src/game-support/vanishing-of-ethan-carter.md b/src/game-support/vanishing-of-ethan-carter.md index 483952fb..7fb41891 100644 --- a/src/game-support/vanishing-of-ethan-carter.md +++ b/src/game-support/vanishing-of-ethan-carter.md @@ -1,7 +1,7 @@ # The Vanishing of Ethan Carter -{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} +{{#template ../templates/rating.md status=Garbage installs=Yes opens=Yes}} > [!WARNING] > The game launcher works. Running 32-bit version of the game causes an instant crash, while 64-bit opens with a few-seconds long black screen and then crashes too. diff --git a/src/game-support/warframe.md b/src/game-support/warframe.md index 4f2782e1..8b80441c 100644 --- a/src/game-support/warframe.md +++ b/src/game-support/warframe.md @@ -4,6 +4,7 @@ {{#template ../templates/rating.md status=Silver installs=Yes opens=Yes}} ## Setup + - Go to Bottle Configuration -> Open Wine Configuration -> Libraries - Add `dwrite` library and set it to disabled diff --git a/src/game-support/witcher.md b/src/game-support/witcher.md new file mode 100644 index 00000000..da1a94bb --- /dev/null +++ b/src/game-support/witcher.md @@ -0,0 +1,12 @@ +# The Witcher: Enhanced Edition Director's Cut + + +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} + +> [!NOTE] +> This game has a native macOS port. However mods like [Full Combat Rebalance](https://www.moddb.com/mods/full-combat-rebalance1/downloads) or [The Rise of the White Wolf Enhanced Edition](https://www.moddb.com/mods/the-rise-of-the-white-wolf-powrt-biaego-wilka) require Windows for being installed. + +> [!WARNING] +> Random lines and planes are rendered in the world. Sound stutters ocasionally. D'Jinni Adventure Editor does not work. + +{{#template ../templates/steam.md id=20900}} diff --git a/src/game-support/witcher2.md b/src/game-support/witcher2.md new file mode 100644 index 00000000..5065ea15 --- /dev/null +++ b/src/game-support/witcher2.md @@ -0,0 +1,12 @@ +# The Witcher 2: Assassins of Kings Enhanced Edition + + +{{#template ../templates/rating.md status=Bronze installs=Yes opens=Yes}} + +> [!NOTE] +> This game has a native macOS port. However mods like [Full Combat Rebalance 2](https://www.nexusmods.com/witcher2/mods/822) require Windows for being installed. + +> [!WARNING] +> Sound is stuttering constantly. + +{{#template ../templates/steam.md id=20920}} diff --git a/src/game-support/wolfenstein-new-order.md b/src/game-support/wolfenstein-new-order.md new file mode 100644 index 00000000..0c22e3ea --- /dev/null +++ b/src/game-support/wolfenstein-new-order.md @@ -0,0 +1,9 @@ +# Wolfenstein: The New Order + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} + +> [!WARNING] +> Does not open due to the `wglCreateContextAttribsARB failed` fatal error. + +{{#template ../templates/steam.md id=201810}} diff --git a/src/game-support/wolfenstein-old-blood.md b/src/game-support/wolfenstein-old-blood.md new file mode 100644 index 00000000..c7e9f1e2 --- /dev/null +++ b/src/game-support/wolfenstein-old-blood.md @@ -0,0 +1,9 @@ +# Wolfenstein: The Old Blood + + +{{#template ../templates/rating.md status=Garbage installs=Yes opens=No}} + +> [!WARNING] +> Does not open due to the [GL_EXT_framebuffer_object not available](https://bugs.freedesktop.org/show_bug.cgi?id=107693) fatal error. + +{{#template ../templates/steam.md id=350080}}