Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.

Game-Porting-Toolkit-With-Heroic-Games-Launcher

From AppleGamingWiki, the wiki about gaming on M1 Apple silicon Macs
Revision as of 05:22, 8 June 2023 by Chopstix (talk | contribs)

Guide: Using the Game Porting Toolkit with the Heroic Games Launcher

This is particularly useful because as it currently stands, the real Epic Games Launcher fails to install under the Game Porting Toolkit.

  • Install either of the following:
  • Open Heroic, and log into your Epic Games and/or GoG account.
  • Go to the "Wine Manager" and install a numbered version of Wine, such that it won't auto update- we are going to modify it.
    • At the time of writing this, the newest numbered version of Wine-Crossover is "Wine-Crossover-Wine-22.1.0"
  • Press the folder icon that appears after installing it to open the directory containing Heroic's Wine installations.
  • Right-click on the version of Wine you just installed and press "Show Package Contents"
  • Open this directory in the Terminal
    • If you have "OpenInTerminal" this is one button, otherwise press "Show Path Bar" and navigate where it says with "cd"
    • It should be something like "cd ~/Library/Application Support/heroic/tools/wine/Wine-crossover-wine-22.1.0"
  • "cd Contents/MacOS"
  • Remove the existing Wine: "rm wine"
  • Create a symlink to Game Porting Toolkit's Wine:
    • CLI Game Porting Toolkit: "ln -s `/usr/local/bin/brew --prefix game-porting-toolkit`/bin/wine64 wine"
    • Whiskey: "ln -s /Applications/Whisky.app/Contents/Resources/Libraries/Wine/bin/wine64 wine"
  • "cd ../Resources"
  • Remove the existing Wine: "rm -rfv wine"
  • Create a symlink to Game Porting Toolkit's Wine
    • CLI Game Porting Toolkit: "ln -s `/usr/local/bin/brew --prefix game-porting-toolkit` wine"
    • Whiskey: "ln -s /Applications/Whisky.app/Contents/Resources/Libraries/Wine wine"
  • We are now done in the terminal. Install any games you want to try playing.
  • Select the game you want to play, and press the settings button in the top-right
  • Make sure the version of Wine you just downloaded and modified is selected
  • Make sure your Game Porting Toolkit Wine Prefix is selected. If you followed Apple's guide this is /Users/you/my-game-prefix
  • Close the settings and try running the game!