It seems that you're using an outdated browser. Some things may not work as they should (or don't work at all).
We suggest you upgrade newer and better browser like: Chrome, Firefox, Internet Explorer or Opera

×
Hey guys,

that patch will just not run for me.
I extracted it, set the darkfix.exe to compatibilty mode with Win95 but it won't even start anything.

Did I miss an important step?

I am experiencing the performance issues in the GOG version so am really looking forward to a solution to this.

regards

Stordyr
avatar
stordyr_gaming: Hey guys,

that patch will just not run for me.
I extracted it, set the darkfix.exe to compatibilty mode with Win95 but it won't even start anything.

Did I miss an important step?

I am experiencing the performance issues in the GOG version so am really looking forward to a solution to this.

regards

Stordyr
-> If your game is not installed on your C: drive you have to edit the DARK.FIX file and change the first two lines in order to match with your installation folder (e.g. C:. -> D:.)

avatar
Mesenzio: Same here, it looks like the mouse cursor gets reset to the bottom right corner constantly.
avatar
jp3: Is there a fix to this mouse cursor issue? I am experiencing the same issue ...
-> Try Darkfix.exe / Compatibility / Run in 640x480
OR
-> Lower the desktop resolution to less than 1920x1080 and start the game
OR
-> Lower the DPI scaling of Windows 10 to 100% (this seems to be the main issue for many older games!)

All solutions worked for me ;-)
Post edited May 29, 2019 by Ertman81
avatar
rebb: Is there a way to make DarkFix less invasive ?

Whenever some kind of error occurs, it becomes impossible to just close the application because DarkFix is force-grabbing application focus, even when opening up the Task Manager ..

The only way to recover from some error ( that isn't even visible because DarkFix has of course grabbed focus ) is to log out and back in as a user, which ends up closing every other application that might have been open.

It would be nice if DarkFix would be more lenient in this regard.
avatar
PiesOfNorth: As pointed out in an earlier post, the way the darkfix steals your application focus, preventing you from minimizing, is pretty irritating and I wish something could be done about it.
Yeah I had that same problem. I've not found a way to make it take the alt+tab without locking me up, but I did figure a way to at least recover my windows session without logging out or hard resetting:

I ended up writing an autohotkey script that remaps one keyboard key (I used the "Break" key) to run taskkill.exe /IM darkfix.exe

the code is:

Break::
Run taskkill.exe /IM darkfix.exe
Return

this needs to be put into a text file with .ahk extension (and you need autohotkey installed obviously).

I should point out I actually use nircmd instead of the windows native "taskkill", but it's the same deal (except smoother).

Also, I actually came here to add my lament: the patch seems to work fine for the most part, but SOMETIMES it's incredibly difficult to not die from half a second of getting shot at. I assume this means the game runs at inconsistent speeds for me, using darkfix.exe.. I did not use any compatibility options for the first 5-10 hours, but Ive tried a few now, and they are basically the same.
My suspicion is, if I recall correctly, the difficulty sort of auto-adjusts upwards the more kills/missions you have flown. I guess the only reason I didn't notice it being impossibly hard due to speed is, because they weren't shooting that accurately before.
But now I'm like 150 kills in - and they kill me in 2 seconds flat.. unplayable.. :(
Post edited September 21, 2019 by sydneyfife
avatar
rebb: Is there a way to make DarkFix less invasive ?

Whenever some kind of error occurs, it becomes impossible to just close the application because DarkFix is force-grabbing application focus, even when opening up the Task Manager ..

The only way to recover from some error ( that isn't even visible because DarkFix has of course grabbed focus ) is to log out and back in as a user, which ends up closing every other application that might have been open.

It would be nice if DarkFix would be more lenient in this regard.
avatar
sydneyfife:
avatar
PiesOfNorth: As pointed out in an earlier post, the way the darkfix steals your application focus, preventing you from minimizing, is pretty irritating and I wish something could be done about it.
avatar
sydneyfife: Yeah I had that same problem. I've not found a way to make it take the alt+tab without locking me up,
Alt-tab with old windows games is almost always a bad idea, they just weren't made with that in mind since keeping anything too heavy running in the background would have been a bad idea anyway with the computers of the time.
avatar
sydneyfife: Yeah I had that same problem. I've not found a way to make it take the alt+tab without locking me up,
avatar
Det_Bullock: Alt-tab with old windows games is almost always a bad idea, they just weren't made with that in mind since keeping anything too heavy running in the background would have been a bad idea anyway with the computers of the time.
That's oversimplifying things. It would usually end up taking a minute but it was definitely possible with the majority of games. That was one of the main ideas of windows after all, that you can switch between tasks that way.

Either way though, I bet few games would deadlock the user as finally as darkfix.exe does when alt+tabbed.

This reminds me, I added some precautions to the autohotkey script, disabling the windows and alt tab keys while the script is running:


; Disable Alt+Tab
!Tab::Return

; Disable Windows Key + Tab
#Tab::Return

; Disable Left Windows Key
LWin::Return

; Disable Right Windows Key
RWin::Return
avatar
Det_Bullock: Alt-tab with old windows games is almost always a bad idea, they just weren't made with that in mind since keeping anything too heavy running in the background would have been a bad idea anyway with the computers of the time.
avatar
sydneyfife: That's oversimplifying things. It would usually end up taking a minute but it was definitely possible with the majority of games. That was one of the main ideas of windows after all, that you can switch between tasks that way.

Either way though, I bet few games would deadlock the user as finally as darkfix.exe does when alt+tabbed.
I remember very few games that let me alt-tab at all under windows 98 (went from DOS to win98 skipping win95) and of the few that did most of them had some kind of issue with it.
Alt-tabbing was made with office applications in mind, not with games (especially 3D accellerated ones really didn't like it), alt-tabbing in games started to be more common only from windows XP onwards and became commonplace during that time but before? It wasn't guaranteed.
Hell, most games didn't even have windowed mode, it was either fullscreen or nothing.
Yeah, the instructions need clarification for me.

"If you are using an original CD version you need to copy the files from all three CDs into the installation folder."

I end up overwriting things and screwing myself over. Help. If somebody could give me a strictly idiot-proof step-by-step guide on how to make it work,i will be most grateful. I have Privateer 2 special edition on DOS. I'm EB_Nall#3863 on discord.
Post edited January 07, 2020 by EB_Nall
avatar
tabana: Little tip for people who don't want to reinstall to C drive or want to keep the game another drive, because of limited space (like a SSD), but want to run the darkfix patch. You can make a system link to trick the game it is on the C drive, while it is somewhere else. If you don't have a folder name "Dark" on your C drive you can do:

Open command line window with administrator privileges.
type: mklink /D "C:\Dark\" "D:\GogGames\Privateer 2 - The Darkening\"

It's basically: mklink /D "some path on c drive" "path where the game is installed"

You can leave the dark.cfg path to "C:" To start the game, you can make a shortcut and replace the paths from "D:\GogGames\Privateer 2 - The Darkening\" to "C:\Dark\". You can also double clicking the file, but for it to work, the path in the address bar at the top needs to be "C:\Dark" and not "D:\GogGames\Privateer 2 - The Darkening\".

Tested on: Windows 10 x64
This gave a blank screen then ctd.

Oops,I used the C: drive dark shortcut and the game fired up.

This command moves your dark folder to the C drive via a shortcut that points to the D drive install.

I changed the line "GogGames" to "Gog games" as that is what my gaming directory for GOG games is called.

TY very much mate for the fix.
Post edited April 02, 2020 by Smasha
Hi, thanks for making such a neat patch! It's alway nice when ild games are getting some love.

I was wondering if there is a possibility to have a DOS executable, because I'd like play the game with DOSBOX on a raspberry pi...

Or is there any other (easy) way to patch the DOS executable for deinterlaced videos?
just installed the game and felt relieved by the better sound properties and non striped video's that the patch offers
now to see if i can play the game like i did when i was young ;)

much thanks
I'd just like to pass on my thanks to whoever coded this patch. It's made this game playable for me.
I remember I enjoyed this game back in the day but quit playing due to screen freeze issues. Many thanks for the patch but I get a Trojan warning from Malware Bytes when I click the link to download the patch.

I cancelled the download. Could there be a problem on the download site?
It's kind of sad that the "DarkFix" patch hasn't seen an update since 2014.
I keep stumbling over the problem of some error occuring and then being unable to stop the game.

Haven't tried the Custom Hotkey approach yet, maybe i'll have to.

I'm very thankful that DarkFix exists, but at the same time, i wish it wasn't one of those "magical" closed source community patches that could be improved further, but aren't because the original author has lost interest or is otherwise unable to further work on it.

Sadly Privateer 2 isn't the only old game where this is the case.
Post edited July 19, 2021 by rebb
avatar
stordyr_gaming: Hey guys,

that patch will just not run for me.
I extracted it, set the darkfix.exe to compatibilty mode with Win95 but it won't even start anything.

Did I miss an important step?

I am experiencing the performance issues in the GOG version so am really looking forward to a solution to this.

regards

Stordyr
avatar
Ertman81: -> If your game is not installed on your C: drive you have to edit the DARK.FIX file and change the first two lines in order to match with your installation folder (e.g. C:. -> D:.)

avatar
jp3: Is there a fix to this mouse cursor issue? I am experiencing the same issue ...
avatar
Ertman81: -> Try Darkfix.exe / Compatibility / Run in 640x480
OR
-> Lower the desktop resolution to less than 1920x1080 and start the game
OR
-> Lower the DPI scaling of Windows 10 to 100% (this seems to be the main issue for many older games!)

All solutions worked for me ;-)
You are a life saver thanks I installed this patch and wondered what I was doing wrong!
Am I the only one that notices that the music for spaceflight on the gog version with this patch (in win 95 compat mode) is different than the music on my original dos cd's?