Skip to main content

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

when i try to run the game just close itself

(1 edit)

oh no.
did you extract the zip and have the .exe and the .pck on the same folder?
do any error messages show when it closes?

yeah, it have exe and pck
no. it doesn't show any message. it just closes

(1 edit) (+1)

please do the following steps:

  1. Click the windows button and type "Command Prompt"
  2. In it, type "cd" followed by the path to the folder where you have the game
  3. Then type ".\ModificationApp.exe"

You can also type "cmd" directly into the path on file explorer and then just skip to step 3

This should open up the game with the console.
Then let me know if any error messages pop up there

(+1)

didn't work
apparently, i don't have support to "vulkan"

I have the same problem, already tried and got the same result, my video card drivers seem not to support "Vulkan"
what can I do :c?

(2 edits)

try to run the game from console once again, but put "--rendering-driver opengl3" after it.
So it should look like:

.\ModificationApp.exe --rendering-driver opengl3

this should maybe force the game engine to change the rendering driver, but i don't know if it will run well since this is not intended

please let me know if this works

(+1)

Dunno about them, but I had the same issue, and doing these steps works fine on the current version.