Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(2 edits)

It works on Linux too with Lutris. Here's how I did it:

  • Install/update graphics drivers, dxvk, vkd3d, and Wine. I used a 6750 with Mesa, ymmv especially with nvidia.
  • (optional) Create a wineprefix and use winecfg to set its version to Windows 10.
  • Install the dependencies using Winetricks (optionally, specify the wineprefix). You'll need dotnet40 and vcrun2022.
  • Download the MakePlace release archive and unzip it inside the prefix.
  • Add MakePlace as a locally installed game inside Lutris and set up the file paths.
    • Enable DXVK and VKD3D in the runner options.

That's it. Run the application from Lutris.

Linux still isn't officially supported, so neither jawslouis nor I are responsible for whatever you do to your computer. Don't bother them with issues arising from this - upon your own head be it.

Just what I needed. Thank you for the information!