DrapNard / UndergroundStore

Underground store is a store for Rom Hack, Mods and Fan Game written in C#
50 stars 6 forks source link

MacOs Wiki contains incorrect installation instructions #2

Closed CelestialWren closed 12 months ago

CelestialWren commented 1 year ago

Is your feature request related to a problem? Please describe. The installation instructions for MacOs are fundamentally flawed, as Proton cannot be enabled on Steam on MacOs. This led to a several hour process to install the game.

Describe the solution you'd like Replace the WIP MacOs Installation section with the following: Prerequisites:

  1. Install Brew
  2. Install Wine
  3. Install Winetricks
  4. Install Wineskin Server via Brew Installation
  5. Download the latest version of the MacOs Launcher from the releases page.
  6. Extract the downloaded lancher.
  7. Open Wineskin Winery, the program installed from Wineskin Server.
  8. Click the "+" to the left the "New Engines Available!" text.
  9. Select the "WS11WineX64Bit3.6.0_D3DMetal" engine from the drop-down and confirm the download by clicking the "Download and Install" button.
  10. Click the "Upgrade" button under wrapper version to ensure you have the latest wrapper version.
  11. Select "Create New Blank Wrapper" and enter the name for the application you would like Infinite Fusion to be called.
  12. Wait a bit for the wrapper to create, it is normal for this to take a while.
  13. Once the wrapper has been created, launch the wrapper application, which will be under Applications with the name you gave it.
  14. Click the middle "Winetricks" button and enter ".net" into the search field. Then, open the "dlls" section and check the box for ".netdesktop6"
  15. Press the "Run" button to install this dependency, it's normal for this to take a bit.
  16. Once the installation of .NET finishes, press the "Close" button.
  17. Select the top "Install Software" button and select "Copy Folder Inside."
  18. Grant the Wineskin permissions to where the launcher folder is and select that folder in the file system popup.
  19. A menu will ask what exe to launch normally, select the one that ends in "Infinite Fusion Launcher.exe", not "Updater.exe"
  20. Press the "Ok" button.
  21. Close the Wineskin window if it does not automatically close.
  22. The installation is finished!
DrapNard commented 12 months ago

Thanks it's add to wiki