Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit)

Try this method here, that adds some "winetrick" lines  that seems to add d3d support
https://itch.io/t/268872/running-pixel-fx-designer-on-mac-with-wineskin

--------------------------------------------------------------------------------------

For anyone who wants to try on a stable version of macos :

brew install wine

brew install winetricks

winetricks corefonts

winetricks d3dcompiler_43 <-- if d3d error

WINEARCH=win64 WINEPREFIX=~/.wine64 winecfg
WINEPREFIX=~/.wine64 wine Pixel\ FX\ Designer.exe

--> Should works

--------------------------------------------------------------------------------------