


Install the game via the Heroic Launcher
Make sure your "save"-folder in ("[YOUR GAME LOCATION] / Heroic / MDK 2) exists* and is NOT set to "read-only"
Open the file "config.lua" in your "save"-folder
3.1. Copy the following text into "config.lua" (without the +++ ) +++ chSetVideoMode(1280, 800, 32, 16, 60, 0, 2, 0.8, 0, 1, 1, 0) chSndForceSoftwareMode(1) chSndDisable(0) chUseDisplayLists(0) +++
- Start the game ( Wine-Version: Wine Wine-GE-latest)
Make sure "DirectX" is activated and "fullscreen" is activated
*if the "save"-folder does not exist, create a new one in "[YOUR GAME LOCATION] / Heroic / MDK 2 In there, create a new text-file, call it "config.lua"
You just need to disable fullscreen and DirectX in this file <gamedir>/save/config.lua
like this:
chSetVideoMode(1024, 768, 32, 16, 60, **0**, 2, 0.8, 0, 1, **0**, 0)
Just edit the fields marked with 0 to 0. More info on this GitHub issue.
What resolution you set doesn't matter, because you can freely resize the windows and the game will scale accordingly (except for the HUD).
Hard to describe artifacts, but especially noticable on the first boss.
On fullscreen there's just a wall of text with the audio playing normally.
If you switch focus to other windows too many times, the mouse won't "lock" anymore to the window and you will have to restart the game.
You just need to disable fullscreen and DirectX in this file <gamedir>/save/config.lua
like this:
chSetVideoMode(1024, 768, 32, 16, 60, **0**, 2, 0.8, 0, 1, **0**, 0)
What resolution you set doesn't matter, because you can freely resize the windows and the game will scale accordingly (except for the HUD).
Hard to describe artifacts, but especially noticable on the first boss.
If you switch focus to other windows too many times, the mouse won't "lock" anymore to the window and you will have to restart the game.

I played around with the defaultconfig.lua in the overide folder by changing the game to run in a window, not full screen and it worked.
My new settings are
chSetVideoMode(800, 600, 16, 16, 60, 0, 0, 0, 0, 0, 0, 0) chSndForceSoftwareMode(0) chSndDisable(0) chUseDisplayLists(0)
Once the game was running I changed the video mode to 1600x1200 ( still in a window ) otherwise you only get a black screen while the game is running in the background.
Full screen doesn't work, either crashes or have a black screen.


Black screen on left hand side, GNOME reports that it's not responding.


Game would not start. I had to restart my computer.

Black screen on left corner.