From 0de5bcf1582b342dcd5c0b7850df5749d2288d92 Mon Sep 17 00:00:00 2001 From: Josh <36625023+JoshuaBrest@users.noreply.github.com> Date: Tue, 7 May 2024 12:22:07 -0700 Subject: [PATCH 1/2] Add Whisky x Heroic guide for running games --- src/SUMMARY.md | 1 + src/whisky-x-heroic.md | 14 ++++++++++++++ 2 files changed, 15 insertions(+) create mode 100644 src/whisky-x-heroic.md diff --git a/src/SUMMARY.md b/src/SUMMARY.md index df0df27e..9ea89802 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -6,6 +6,7 @@ - [WhiskyCmd](./whiskycmd.md) - [Whisky vs. CrossOver](./cx.md) - [Debugging](./debugging.md) +- [Whisky x Heroic](./whisky-x-heroic.md) - [Game Support](./game-support/README.md) - [Among Us](./game-support/among-us.md) - [Armored Core VI: Fires of Rubicon](./game-support/armored-core-6.md) diff --git a/src/whisky-x-heroic.md b/src/whisky-x-heroic.md new file mode 100644 index 00000000..eb9ff312 --- /dev/null +++ b/src/whisky-x-heroic.md @@ -0,0 +1,14 @@ +# Using Heroic with Whisky + +Heroic Games Launcher allows you to install and run games from stores such as Epic Games, GOG, and Amazon Prime Games. With Whisky, it really becomes a powerful tool for running games on macOS. In this guide, we'll show you how to set up Heroic with Whisky. + +## Guide + +1. You'll need to install [Heroic](https://heroicgameslauncher.com/). +> [!IMPORTANT] +> The Windows version of Heroic will not work with Whisky. Make sure to download the Mac version. +1. After you finish installing Heroic, you'll need to configure settings within Heroic in order to use Whisky. + 1. In the sidebar, select `Settings`. + 2. Under the `Settings` tab in the sidebar, select `Game Defaults`. + 3. Under `Crossover/Wine Version` select `Whisky 2.3.x`. +2. You're all set! You can now install and run games using Heroic and Whisky. \ No newline at end of file From 5c7d85913e62720f50ef4ef5a93bcd5738f2c5fe Mon Sep 17 00:00:00 2001 From: logan Date: Tue, 7 May 2024 15:28:26 -0400 Subject: [PATCH 2/2] Update SUMMARY.md Change positioning --- src/SUMMARY.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SUMMARY.md b/src/SUMMARY.md index 9ea89802..0955c0af 100644 --- a/src/SUMMARY.md +++ b/src/SUMMARY.md @@ -5,8 +5,8 @@ - [What's Where?](./paths.md) - [WhiskyCmd](./whiskycmd.md) - [Whisky vs. CrossOver](./cx.md) -- [Debugging](./debugging.md) - [Whisky x Heroic](./whisky-x-heroic.md) +- [Debugging](./debugging.md) - [Game Support](./game-support/README.md) - [Among Us](./game-support/among-us.md) - [Armored Core VI: Fires of Rubicon](./game-support/armored-core-6.md)