Jump to content

DLL files

82 files

  1. dsound.dll for Tarzan

    Place the dll file to where you installed the game.

    629 downloads

    0 comments

    Submitted

  2. libEGL.dll - Fix for Chrono Trigger crash on launch

    libEGL.dll retrieved from Next Up Hero, from NextUpHero\GameGuide\Streamer\bin\32bit\libEGL.dll, on the 2018-12-15.
    Extract to the same folder as Chrono Trigger.exe, so to Steam\steamapps\common\Chrono Trigger.

    4,997 downloads

    0 comments

    Submitted

  3. DivX 3.11 Audio Codec

    This audio codec provides a way for older applications and games that require the Windows Media Source Filter to bypass all ASF codecs. DivX ;-) was not made by the corporation DivX, but instead it was later adopted by the company and trademarked.
     
    Known games that require this audio codec to play audio:
    - Monopoly Tycoon
    - Test Drive 6

    1,302 downloads

    0 comments

    Updated

  4. Windows Media Source Filter - DirectShow Codec

    This package restores the Windows Media Source filter, including the Windows Media Audio codec from DirectShow which was removed in Windows Vista + and above.
    Included in the package is an automatic installer that does everything for you.
    This fix works for any application/game that requires the Windows Media Source Filter.
     
    Games that require this fix:
    - Test Drive 6
    - Monopoly Tycoon
    - Ford Racing 2
     
    Installation Guide::
    https://mcdebugrndmstuff.blogspot.com/2018/10/monopoly-tycoon-directsound-music-fix.html
    Fix made by mrpenguinb

    5,413 downloads

    0 comments

    Updated

  5. SafeDisc driver restoration for Win10

    An addon file to restore back SafeDisc function to Windows 10.
    Download this file. Extract to a temporary location on the system. Run install (run as admin).bat As the service may still not work due to lack of a digital signature , refer to these instructions to disable driver signature verification in the operating system and sign the driver with a custom digital signature.
     

    4,263 downloads

    0 comments

    Updated

  6. Dishonored FOV Hack

    Dishonored FOV Hack by Racer_S.
     
    Taken from: http://www.tocaedit.com/

    460 downloads

    0 comments

    Submitted

  7. Earthworm Jim: Special Edition WAIL32.DLL Fix

    This DLL fixes the issue with Earthworm Jim: Special Edition crashing after setting the game's compatibility mode.
    Taken from this article: https://www.play-old-pc-games.com/2014/09/07/earthworm-special-edition/

    818 downloads

    0 comments

    Updated

  8. Sonic 4 Episode 2 Adjustable FOV

    A code injected dll with custom field of view support for "Sonic the Hedgehog 4 Episode II". There's also a cheat engine table in the attachment so you can change the game's FOV anytime while running. This dll should be placed in the installation directory where the "Sonic.exe" is located in in-order for that to take effect. The FOV multiplier in this modified directx9 dll for the game is located at 0x1B057A.

    358 downloads

    0 comments

    Updated

  9. DirectInput FPS Fix

    TL;DR
    The DirectInputFpxFix fixes an input related FPS drop/slowdown problem that occurs in FEAR, its expansions, Condemned: Criminal Origins and other games. It is easy to install and does not require manual disabling of HID devices.
     
    Quick start guide:
    Extract the file dinput8.dll to the folder containing the executable of the game. For example: "C:\Program Files (x86)\Steam\steamapps\common\FEAR Ultimate Shooter Edition"
    Start the game like you would normally, for example directly through Steam or GOG Galaxy.


    Features
    The DirectInputFpsFix fixes a bug that causes the FPS to severely drop after a few minutes of play. This problem is probably most widely known in regards to the game FEAR and often occurs in conjunction with the usage of Logitech devices.
     
    However, the problem also crops up in other games using the same engine, such as the FEAR expansions or Condemned: Criminal Origins and with non-Logitech hardware configurations. A similar problem has also been reported to occur in other titles, like Prototype.
     
    Although this issue can often be fixed by disabling most/all HID-Devices in the device manager, it is bothersome to do so and lately some people reported that that solution does not even work at all anymore, especially on machines running Windows 10.
     

    Instructions

    Supported Games
    The fix is agnostic towards the game that uses it and should therefore work with all versions of a supported game, including the Steam, GOG and retail versions.
    Confirmed:FEAR and its expansions
    Condemned: Criminal Origins

    [*]Supposedly:
    Prototype
    Kane & Lynch: Dead Men



    Feel free to provide feedback if the DLL works on other games as well.
     

    Install
    The fix does not make any permanent changes to the game or to Windows and can easily be removed.
    Extract the file dinput8.dll to the folder containing the executable of the game. For example: "C:\Program Files (x86)\Steam\steamapps\common\FEAR Ultimate Shooter Edition"*
    Start the game like you would normally, for example directly through Steam or GOG Galaxy.

    *Note that for the FEAR expansions the fix also has to be installed into the corresponding sub-folder of the game
     

    Uninstall
    Rename or remove the dinput8.dll from the folder of the game.


    Known Issues
    There are currently no known issues with the fix.
     

    Additional Information

    Antivirus Software
    Since this mod consists of an executable DLL file that uses "hacking techniques" such as injection and hooking, it could be classified as malicious by antivirus software. In that case, it might be necessary to add an exception rule to the scanner.
     
    If you lack the trust in random people on the internet -- and I would not blame you -- feel free to use a meta online virus scanner like VirusTotal to verify the file.
     

    Loading Other Fixes/Mods/Injectors
    To increase the compatibility with other mods or injectors that are using a wrapper DLL, this fix offers two methods for remote loading of additional files. Note that there might still be compatibility issues between the different fixes, mods or injectors that have nothing to do with the loading process.
     
    File method:
     
    The mod will load another dinput8.dll automatically if it has the name dinput8.dll. Just rename the DLL you want to load accordingly. Using this method will lead to an error if the renamed DLL is not itself a dinput8.dll.
     
    Folder method:
     
    The mod will also automatically load all DLLs regardless of their names in a dinput8 sub-directory. Just create a corresponding folder in the install directory of the mod. This is the only way to load multiple (conflicting) files.
     

    How This Works
    The fix is implemented using a common technique known as DLL hooking.
     
    User input in games like FEAR can be realized via DirectInput, an API by Microsoft for interacting with HID-Devices. The library is ancient and should no longer be used today, because there are other ways to get mouse and keyboard input, especially for games.
     
    The FPS drops happen because the thread that runs DirectInput massively slows down after a while (as can be seen in tools like ProcessExplorer).
     
    If an application uses a library like DirectInput, it needs a so-called DLL (dynamic-link library) where the functionality of the library is stored. In many cases, especially for libraries provided by Microsoft, these DLLs usually reside in the Windows folder.
     
    However, there is an order of how an application searches for the DLLs it needs. Since the DLL of the fix gets copied into the main folder of the application and has the same name of a DLL needed by the game (the one of DirectInput), it gets loaded instead of the one in the Windows folder.
     
    This means that all calls to DirectInput go through the Hook-DLL and can either be directed to the original DLL in the Windows folder or changed as necessary. This also allows some insight in how exactly the library is used by the game.
     
    It turned out that some games not only unnecessarily register all HID-devices, they also call several functions every frame that usually only should be called once during initialization. The latter seems to apply only to devices that are not keyboards or mice. This eventually leads to circumstances where a lot of time is spent opening and closing device connections.
     
    The fix changes the DirectInput initialization in such a way that only keyboard and pointer devices get registered.
     

    Contact And Support
    If you like this mod and want to support the development or show your appreciation with a donation, you can find more information on my website. There you can also find out more about other mods that I have done and means to contact me if you have a question, want to provide feedback, bug reports and suggestions.

    288,244 downloads

    6 comments

    Updated

  10. Visual C++ 2010 Runtime DLLs

    These are few DLL files taken from Visual C++ 2010 Re-distributable package that may get corrupted by Microsoft's Updates on Windows 7 (noticeable mainly by "0xC000007B" error). Do not place these files in any of the Windows folders!

    707 downloads

    0 comments

    Submitted

  11. AMD Catalyst updated Vista dll

    Not strictly games-related, but if any newer drivers could help solving some issues.
     
    All credits to smeezekitty

    471 downloads

    0 comments

    Submitted

  12. AMD general D3D12

    Courtesy of bazanra

    554 downloads

    0 comments

    Updated

  13. Indeo codec

    Source
     
    XP users should check this.

    3,200 downloads

    0 comments

    Updated

  14. dinput8.dll

    A control fix for the multi-gamepad bug in Darksiders.
    VirusTotal report: https://www.virustotal.com/en/file/65b2922def343ec143945d049009aa002180ff71a09ec316a425538c23cdbf1a/analysis/1458412897/
    Source: http://forums.steampowered.com/forums/showthread.php?t=2592206

    2,882 downloads

    0 comments

    Updated

  15. Microsoft Visual C++ .NET 2003 DLLs

    Microsoft C++ Runtime Library DLLs: MSVCP71.DLL (version 7.10.3077.0) and MSVCR71.DLL (version 7.10.3052.4).
     
    If a game shows an error asking for one of these files extract the matching file into the same folder as the game's executable. Most games requiring these files will already include them.
     
    These files were sourced from the GOG.com release of Darkstar One.

    524 downloads

    0 comments

    Updated

  16. Microsoft Visual C++ .NET 2002 DLLs

    Microsoft C++ Runtime Library DLLs: MSVCP70.DLL and MSVCR70.DLL.
     
    If a game shows an error asking for one of these files extract the matching file into the same folder as the game's executable. Most games requiring these files will already include them.
     
    These files were sourced from the GOG.com release of Darkstar One.

    1,130 downloads

    0 comments

    Submitted

  17. DirectInput 5 deadzones wrapper

    All credits to Rick Whitehouse

    1,799 downloads

    1 comment

    Updated

  18. DirectDraw patched Quicktime 4

    Article: Wheel of Time

    2,184 downloads

    0 comments

    Submitted

  19. Dead light sound fix

    Useing this dll to over write the one in the games folder should fix no audio in cutscnces

    629 downloads

    0 comments

    Updated

  20. Windows 10 Custom D3D8 DLL

    ‌‌‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌‌‌‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌ ‌‌

    2,780 downloads

    0 comments

    Updated

  21. Resident Evil HD Remaster fps fix

    Original download
    Article: Resident Evil HD Remaster

    31,292 downloads

    0 comments

    Submitted

  22. atioglxx.dll

    This is a working copy of the atioglxx.dll file which fixes the Homeworld classic crash on launch. Here's the origin of this file:
    1. Downloaded the amd-catalyst-14.4-64bit-win8.1-win8-win7-whql-aug.exe file from AMD
    2. Extracted via ATI installer process
    3. Ran "expand atioglxx.dl_ atioglxx.dll"
    4. Created a sha1 checksum of the resulting file
    5. 7zipped the files
     
    Archive checksum: "d3172a29a6231f42efa10aec4164e9210167be7e *HW2_working_atioglxx.dll.7z"

    1,367 downloads

    0 comments

    Submitted

  23. Windows AMD drivers - performance boost

    Notes: results may vary.
     
    These files are from the Windows 10 version of the AMD drivers which focuses on DirectX 12, but they may offer a performance boost in games based on DirectX 11.
    These driver libraries off-loads calls from the CPU to the GPU, improving performance (especially if you have a lower-end CPU).
     

    Installation:
    Find the location of your game's exectuable1.
    Extract the archive's files into the same directory.
    Start the game.

    1. The actual game's exectuable, not the launcher's (if the game has got one). The right directory can be found by starting the game, opening Windows' task manager, going to the processes tab, and then right-clicking on the game's executable (often named after the game, or the game's engine. Usually, a DirectX 11 game will take up more memory than all your other programs) and clicking "Open File Location".
     

    Uninstallation:
    Simply remove the four .dll files from the game's exectuable's directory.
     

    Is Something Wrong?
    No performance difference:
    The game you want to use these libraries with may not utilize these files.
    Your GPU may be outdated and may not support these libraries.
    The game itself may not be optimized and thus may not benefit from these libraries.
    Your GPU doesn't support the most recent driver libraries. Try a previous version.

     
    Game doesn't start any more:
    Your GPU doesn't support these libraries. Remove the four .dll files.
     
    Original source, repo.

    3,834 downloads

    1 comment

    Submitted

  24. Windows 8/8.1 DDRAW FPS Fix

    These DLL's fix the low FPS issue when running DirectDraw (DirectX 5-7) applications in Fullscreen Mode.
     
     
    Instructions: Copy DDRAW.dll into the folder where the main game executable resides.
     
    Note: If you're using Windows 8 copy the .dll from Windows 8 folder, if you're using Windows 8.1 copy the .dll from Windows 8.1 folder.
     
     
    Original source: http://www.blitzbasic.com/Community/post.php?topic=99477&post=1202630

    11,060 downloads

    0 comments

    Submitted

  25. AMD/ATI atiumdag.dll

    Original source: Guru3D
     
    This is the atiumdag.dll file v8.14.10.761. It is for fixing rendering issues in games with AMD/ATI GPUs.
     
    The file should only be used with game fixes that specifically link to this version. It should not be used in any other case.
     
    General installation instructions:
     
    To install it, extract the file to the folder where the main game executable resides. Accept any overwrite dialog windows that may appear.
     
    NOTE: It is recommended to backup any existing version of the DLL file in the game folder before overwriting it.

    2,031 downloads

    0 comments

    Updated

×
×
  • Create New...