Install Steam
login
|
language
简体中文 (Simplified Chinese)
繁體中文 (Traditional Chinese)
日本語 (Japanese)
한국어 (Korean)
ไทย (Thai)
Български (Bulgarian)
Čeština (Czech)
Dansk (Danish)
Deutsch (German)
Español - España (Spanish - Spain)
Español - Latinoamérica (Spanish - Latin America)
Ελληνικά (Greek)
Français (French)
Italiano (Italian)
Bahasa Indonesia (Indonesian)
Magyar (Hungarian)
Nederlands (Dutch)
Norsk (Norwegian)
Polski (Polish)
Português (Portuguese - Portugal)
Português - Brasil (Portuguese - Brazil)
Română (Romanian)
Русский (Russian)
Suomi (Finnish)
Svenska (Swedish)
Türkçe (Turkish)
Tiếng Việt (Vietnamese)
Українська (Ukrainian)
Report a translation problem
So I have a game that had its native controller support removed early on, which made me wait and wait and wait to play it while I waited for a fix that never came - and now there's paid DLC that new purchasers effectively get for free.
Great to know Bethesda stands behind its products :-\
If you have the fix installed, please uninstall it by removing the corresponding DLL as stated in the readme.
It depends on what exactly mods or tools are doing. Hooking into a library interface such as DirectX is usually unaffected by updates to a game, because the entry points have clearly defined addresses.
Hooking internal functions of a game is usually much more fragile, because addresses can change arbitrarily. This is why many implementations use pattern matching to make the hooking more robust to game updates. But even then, the program only has to be compiled with a newer compiled or different compiler flags to produce very different results for the same code.
In this case, the developers also moved the majority of the game code to a separate DLL, which requires some adjustments to the hooking. Making the fix work again might be possible, but I am reluctant to say anything definitive before I had the chance to take a deeper look.
Aside from the fact that this is sadly true ;) it's pretty clear Arkane and Bethesda made the changes deliberately (for reasons only they can understand, surely) and after acknoledging the change here a year ago have been completely silent since. They never had any intention of fixing this.
And sorry that this took so long, but I was kind of busy with grown up stuff. It also took more effort to upgrade the fix than expected, since the internal structure of the game changed a fair amount with the update.
Release notes:
v0.5:
You are seriously the man (or woman?) I ended up using m/kb for my playthrough, but I whole heartedly appreciate the work you've put into this for the community.