Others Modification App [v0.1.0] [tightly]

4.00 star(s) 1 Vote

tightly

New Member
Game Developer
Jul 26, 2018
7
17
For some reason, the game won't run for me.
I'm on Windows 10 via Mac Bootcamp. (edit, looking at the itch.io page, it's made with Godot, which for some reason my computer hates)
(edit 2, I think I found the problem)
From what I understand, you're using windows on a mac device right?
I've never owned a mac, so this is just from what other commenters said.

As the error states, this is because the godot rendering driver (vulkan) doesn't work well with lower-end pcs and mac.

On the itch page, the game has a mac export, that should work correctly.
Alternatively, you can also try by the command line to run ".\ModificationApp.exe --rendering-driver opengl3" which some players said solved their issues.
 
  • Like
Reactions: z-z

z-z

Newbie
Aug 17, 2022
66
84
From what I understand, you're using windows on a mac device right?
I've never owned a mac, so this is just from what other commenters said.

As the error states, this is because the godot rendering driver (vulkan) doesn't work well with lower-end pcs and mac.

On the itch page, the game has a mac export, that should work correctly.
Alternatively, you can also try by the command line to run ".\ModificationApp.exe --rendering-driver opengl3" which some players said solved their issues.
Thank you, the cmd worked.
 
4.00 star(s) 1 Vote