I'll see what I can do. Maybe not this week (pretty busy) but once I get back to my PC, I will take some screenshots. I tried Firefox but that got the same result, it's like Windows 10 is doing it, not the browser itself but I will try with a few others, maybe Chrome might do the trick :)
That was so nice! Alas,
The download works now but after the Godot logo, the game just closes. I read how to get some log info and … it’s so complicated, I am not sure I am up to it, so I will mark this as a weird things probably created by Windows 10. (I also read that this is a rare thing that can happen and Windows 10 or 11 seems to always be involved)
(I tried Offshore again, to see if this was a general Godot issue but that game works fine. Maybe it’s some update-stuff. If I have the energy to run the thing in command - which I am not sure I am smart enough to do - I will get back to you via DM :)) So sorry, I feel like this is definitely on me.
Hmpf, what a pity. I would have been interested on your thoughts about the game. :/
My best guess is that your graphics card does not support Vulkan. The only option for me would be to provide an openGL3 version (offshore uses openGL3), but this version would take away a lot of charm, since this game tries to have a more realistic look with volumetric fog.
Out of curiosity, what GPU do you have?
Edit: You could try to enforce it by running .\duesternis.exe --rendering-driver opengl3
, but the experience would be definitely different.