Official releases of Special K (as of 8/30/20) do not support Remedy's unorthodox ... ( unstable ) ... Steamworks API usage patterns; only versions 0.11.0.46 or newer are compatible.
Special K v 0.11.0.46 is not ready for release, so a compatible test build has been provided.
If you do not know what Global Injection is, or do not want it, feel free to rename the DLL to dxgi.dll and place it in the same directory as Controlās DX11 executable (ā¦ this process is referred to as Local Injection).
Set the Luminance range to max (without turning the button to allow full-range on)
Set the Horz% Slider to 50%
Look at an area of the scene that is in typical brightness level (e.g. not direct sunlight, not nearly pitch black)
3.1 Adjust the gamma slider until left and right sides feel ābalancedā
3.2 Set Horz% back to 100%
3.3 Set both colorspace options to CIE XYZ
š¤ D3D12 is Out of Service š¤·āāļø
Special K does not yet support D3D12 in this game.
It does in many others; it is not clear what is wrong, but unlikely I will be able to fix it any time soon.
I recommend creating SpecialK.deny.Control and SpecialK.deny.Control_DX12 files in the game folder as well to get Special K to ignore the launcher and the DX12 version.
Shame I donāt have this working in D3D12ā¦ HDR Retrofitting a D3D12 game might get me back into another Digital Foundry video Those go a long way toward legitimizing my work and getting me a larger userbase so I can dedicate more of my time to the project and less to investing.
The effect of SK HDR here is fantastic, if I had support for D3D12, we could combine HDR + RayTracing into something truly beautiful.
I think I will try to get in touch with DF and see if they will do a video on Special Kās HDR. Sure I may not be able to combine it w/ DXR in the D3D12 version of the game, but this is still pretty significant for a high profile game to lack HDR and here comes a product nobodyās heard of that can do something about it
The mo-blur toggle is nice but Iād expect HDR support to be very well received and the games use of lighting and shadow and highlights would lend itself well to support of this.
Wonder if the game has some interesting resolution or scaling method, generally though I donāt think Iāve ever seen that thing itās usually like a zoomed in pixelated view when itās that type of error and it looks upscaled although the mouse cursor position is off as well so utilizing the menu is a bit more complicated.
(Windowed/borderless though so itās either alt-f4 if keyboard navigation isnāt a thing - standards! - or just the task manager and a bit of WER having a moment.)
Canāt say I care all that muchā¦ launchers are stupid Just use Global Injection and then the injection blacklist will keep SK out of the launcher.
Laughably, thereās some anti-debug nonsense in the launcherā¦ Remedyās Steamworks DRM wrapper was applied to the launcher rather than the game executables. They used the highest Steamworks DRM protection level and applied it to the least important part of the game, brilliant!
I fired off a message to DF, BTW. I do not know how often they read those things, hopefully a response will come before the game slips out of relevance Itās only very briefly relevant having been re-released with a little extra on Steam.
If you donāt get a response, depending on who you sent a PM (DM, IM )to, try to reach Alexander Battaglia specifically, as he is their PC guy. @Dachsjaeger
Re. The DRM wrapper on Steam, I wouldnāt be surprise to hear that it was unintended. Control is otherwise DRM-free on EGS, and is getting a release on GOG
It could happen but how would one wrap the optional Steam DRM part of the Steam API on the launcher exe when implementing the Steam API functionality.
Then again it could also explain why itās only on the launcher exe and not the actual game exe files.
(~Just this little Steam_Appid.txt and goodbye launcher requirement or at least it wonāt be started when starting the D3D11/D3D12 exe files in case the game defaults to one but the user wants to use the other API.)
EDIT: Actually the optional Steam DRM might have been this other thing Iāve forgotten the name of at the moment.
Steam Stub?
(EDIT: Nope Steam CEGās the other one of this functionality.)
For the brief period of time (actually, I guess 1 yearās not brief at all ā¦ lol), that I was a welcomed Steamworks partner, I cannot tell you the number of threads I found myself in doing what I could to dissuade developers from using the DRM wrapper.
I went so far as to show how easy it is to bypass, and then pointed out the length of time it takes to ship the executable to Valve, have Valve wrap it and send it back, how inconvenient that all is for something that is completely ineffective for pirates, and a minor nuisance for fans of games who want to modify the game to share with other fans.
Most developers I talked to when I explained what the wrapper does do (make tracing execution during game initialization a pain in the ass), to whom it is done (legitimate customers), and what the wrapper does not do (prevent piracy), and to whom (pirates) it does not do itā¦ most agreed itās pointless.
It was pretty funny the times I had on the Steamworks Developer Forumsā¦ Iām supposed to be this pro-DRM ā ā ā ā ā if (sorry, but no other word fits ā absurdly ignorant) users are to be believed. Meanwhile, to all the developers I worked with, I got a reputation for being anti-DRM, lol. And because thatās a private group, the pirates who wonāt stop heckling me over things they donāt understand will never get to read any of it and have their minds blown.
Hah, that reminds meā¦ I have s h i l l filtered by the language filter on these forums Thatās a dirty word Iāve been called enough for multiple lifetimes.
Yikes Remedy is going overboard with SteamAPI achievement status updatesā¦ 2, sometimes 3 of them every frame. Youāre really not supposed to update them more than once every 30 seconds.
That I guess is a good use for the status update sendback setting then?
And the recommended from Valve being something like a minimum of 15 to 30 if I remember the public Steam API documentation website for what I could find.
(EDIT: Although thatās frequency or a hertz rate for polling this not a millisecond value come to think of it.)
Although the throttler might throttle a bit of everything but long as nothing too long is used or the value is too short it probably just helps.
And might be one of the options Valve got into questioning this whole Steam API modification functionality but eh it works and itās as seen like here again kinda useful in limiting this behavior and other callbacks.
(2 - 3 times per frame sounds like a lot though thatās at least well the game should support 144Hz / 144Fps if not higher but 120 - 180 times at 60 FPS for each second? - Ah math I absolutely canāt do that well with it, ha ha.)