Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

To everyone who is asking for Mac and linux builds Sticky

A topic by EnterTheVoid-x86 created May 30, 2021 Views: 668
Viewing posts 1 to 3

The person who got the executables only got the Windows versions, if you want to play the game on Linux or Mac then I have some instructions for you:

Mac (10.8 - 10.14)

1: Open your MacOS terminal.

2: Paste this command and run it.

/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"

3: After it finishes installing, run these commands

brew install --cask xquartz
brew tap homebrew/cask-versions 
brew install --cask --no-quarantine wine-stable

4: Download the windows exe, and run this

sudo wine [game directory exe]

Replace [game directory exe] with your game's exe file location.

Linux

1: Open your Linux terminal.

2: Follow steps 2-3 from MacOS instructions.

3: Put the game folder on your desktop.

4: Run this:

cd /home/$USER/desktop

5: Run this:

sudo wine funkinfolder/Funkin.exe

there ya go