Jump to content

442 files

  1. id5 Tweaker

    What is this?
    The id5Tweaker is a small mod that allows additional configuration of id Tech 5 games. Its features include the option to change the FPS limit, force the value of CVars and additional game specific settings.
     

    Overview

    Description
    Although the id Tech 5 engine offers a surprising amount of flexibility in regards to configurations through its CVar system, it is inconvenient to use because some CVars won't be saved, are restricted or have too narrow bounds (e.g. the FOV in the Wolfenstein games).
     
    Additionally, there are some problems that can't be fixed by CVars at all, such as the limit of 60 FPS. While there are some methods out there which supposedly should unlock the FPS, they don't seem to work or ceased to work after the games were patched.
     
    This mod aims to make the overall configuration easier while at the same time to offer additional options for certain problems. The mod is used through a set of new console commands which can either be directly entered into in the in-game console or applied by using an optional config file. The Tweaker can change the FPS limit, force restricted CVars without having to use workarounds such as the cvaradd command and push some CVars out of their bounds. It also offers some game specific options.
     

    Features
    All Games
    Change FPS limit
    Force restricted or read-only CVars
    Push some CVars out of their bounds (e.g. FOV)
    Bind opening the console to any key
    Bundle configuration in a single config file
    Easy to install

    RAGE (32-/64-Bit)
    Bind the use of items to individual keys
    Bind toggle versions of aim down sights or sprint
    Disable parts of the HUD (e.g. crosshair or minimap)


    Instructions

    Supported Games
    Important: This mod relies on the latest, fully patched executables of the supported games. Older versions or ones that otherwise have been tempered with very likely won't work. This also includes versions of the games from other regions which I don't own myself. For example, the German versions of the Wolfenstein games probably currently won't work with the mod.
    RAGE [32-/64-Bit, Global]
    Wolfenstein: The New Order [Global]
    Wolfenstein: The Old Blood [Global]

    Note: You can find out what version of a a game you have by using one of the methods stated here.
     

    Install
    Note: The mod does not make any permanent changes to the game or the system and can easily be removed (see below).
    Extract the file dinput8.dll to your main game folder. For Steam this in most cases is "Steam\steamapps\common". For example: "D:\Games\Steam\steamapps\common\Wolfenstein.The.New.Order".
    (Optional) Place the id5Tweaker.ini config file in the game directory and edit as necessary (see below).
    Start the game like you would normally, for example directly through Steam or a desktop shortcut.

    Note: There are two versions of the DLL in the zip-file. Since the default version of RAGE is a 32-Bit executable, it needs a separate DLL. The 64-Bit version of RAGE as well as both Wolfenstein games can use the same DLL.
     

    Uninstall
    Remove or rename the dinput8.dll from the folder of the game.


    How To Use
    After the installation, the mod gets loaded automatically when you start a supported game. You can interact with the mod by using one of the corresponding console commands (see below). They behave like original commands and can either just be entered into the console or bound to a key by using the bind command. You can also use the optional config file to bundle commands and CVars, which are executed and set each time a level is loaded.
     
    The mod also uses the in-game console to print status information every time a command is executed. This output is color coded in super stylish cyan. So if something does not work as intended, look into the console to see if for example the specified command or CVar could not be found.
     

    List Of Commands
    All Games
     
    id5Tweaker_SetFpsLimit value
    Changes the FPS limit to value
    Example: id5Tweaker_SetFpsLimit 140

    Note: There are some known issues with unlocking the FPS (see below)
     
    id5Tweaker_ToggleFps
    Enables or disables the above FPS limit
    Can be used to play sections of a game that have issues with high FPS
    Is in the default config file bound to the '*' key on the numpad

    id5Tweaker_ForceCVar name value
    Forces a CVar with name to value
    Can be used to set restricted or read-only CVars
    Extends the bounds for certain CVars (e.g. g_fov)
    Example 1: id5Tweaker_ForceCVar g_fov 110
    Example 2: id5Tweaker_ForceCVar r_postProcessDofMode -1

    id5Tweaker_Reset
    Reloads the id5Tweaker.ini config file executing and setting all commands and CVars
    Is in the default config file bound to the '-' key on the numpad

    id5Tweaker_ToggleConsole [0.0-1.0]
    Toggles the state of the in-game console
    The optional argument specifies the fraction of the screen being covered by the console
    Obviously only makes sense when bound to a key

    RAGE (32-/64-Bit)
     
    id5Tweaker_RAGE_Bind key action
    Binds an action to key
    For a full list of actions use the id5Tweaker_RAGE_ListActions command
    For a full list of keys use the id5Tweaker_RAGE_ListKeys command
    Example 1: id5Tweaker_RAGE_Bind F use_grenade_he
    Example 2: id5Tweaker_RAGE_Bind MOUSE2 toggle_zoom

    id5Tweaker_RAGE_ListActions
    Lists all valid actions for the id5Tweaker_RAGE_Bind command in the console

    id5Tweaker_RAGE_ListKeys
    Lists all valid key names for the id5Tweaker_RAGE_Bind command in the console
    Most key names should be intuitive, such as X, ENTER, MOUSE2 or KP_2

    id5Tweaker_RAGE_HideCrosshair [0,1]
    Hides the crosshair
    Does not remove interaction info (see below)
    Works as a toggle when used with no argument

    id5Tweaker_RAGE_HideInteractionInfo [0,1]
    Hides information of interactable things (e.g. bodies you can loot)
    Works as a toggle when used with no argument

    id5Tweaker_RAGE_HideMiniMap [0,1]
    Hides the minimap
    Works as a toggle when used with no argument

    id5Tweaker_RAGE_HideWeaponInfo [0,1]
    Hides all weapon information in the lower left including quick items
    Works as a toggle when used with no argument


    Using The Config
    Instead of manually entering the commands into the console, you can use the id5Tweaker.ini config file.
     
    The config file gets read and applied every time a level is loaded. You can also manually trigger a reload of the config by using the id5Tweaker_Reset command. This can be useful when trying to find the right settings. Just edit and save the file and reload the config. By default, this command is bound to the '-' key on the numpad.
     
    There are two sections in the config file:
    [CVARS]

    In this section you can specify any console variable (CVar) available in the respective game. The value of the CVar is forced directly via the internal CVar system. This is equivalent to using the id5Tweaker_ForceCVar command.
    [COMMANDS]

    Every line in this section gets send to the command system of the game as if it were manually entered into the console. Therefore, anything you can enter into the console of a specific game can also be used here.
     
    The default config already contains the most important CVars and commands. However, most of them are disabled because they are a matter of personal preference or the hardware. To enable them, uncomment the corresponding line by removing the ';'.
     
    You might encounter areas of the game that don't work with high frame rate (see Known Issues below). If this happens, use the id5tweaker_ToggleFps command in the console to toggle the FPS unlock. By default, this command is bound to the '*' key on the numpad.
     

    Optimizing Performance
    Maintaining a rock-solid 144 FPS is difficult, even on high-end hardware. Although the usual options, such as resolution and anti-aliasing, have an impact on the overall frame rate, other, more obscure settings, have a greater impact on stability -- i.e. frame times. Because the virtual textures continuously have to be transcoded and streamed, the frame times may fluctuate depending on the configuration and level geometry. Because many of the corresponding CVars have an effect on each other, their overall impact on performance is not as easy to assess as traditional options such as anti-aliasing.
     

    Important CVars
    From my experience, the following CVars are the most important:
    vt_pageImageSize* [4096, 8192, 16384]
    vt_uncompressedPhysicalImages [0,1]
    vt_maxPPF [1, 2, 4, 8, 16, 32, 64, 128]

    The size of the page images determines the overall texture quality. The bigger the images are, the better the textures look and the more VRAM the game needs. Using uncompressed physical images further increases image quality at the expense of even more VRAM. The maxPPF option determines how many pages are transcoded (i.e. "loaded") per frame.
     
    Bigger textures mean that it is more costly to transcode the textures. At the same time, not being able to transcode the textures fast enough will result in the notorious "pop-in" of the id Tech 5 games.
     
    Overall, it comes down to a balance of visual fidelity and frame time stability, while at the same time minimizing texture pop-in.
     
    Many people should be able to set the page sizes to 16384. This leads to a VRAM usage of around 3GB for RAGE and 4GB for the Wolfenstein games. However, I would disadvise from enabling the usage of uncompressed images. Not only does this increase the VRAM usage in conjunction with big page sizes to about 5GB for RAGE and up to 8GB for the Wolfenstein games, it may also introduces micro-stutter in many areas of all games.
     
    The value of the max pages per frame should be set as low as possible. Fortunately, playing at high FPS also means that more textures can get transcoded more quickly, making the pop-in much less noticeable and in most cases even a non-issue. This is primarily a CPU-heavy setting.
     
    Warning: Even with CUDA-Transcode enabled, a large amount of the work will be done on CPU and the engine is very efficient in using the all available cores. Setting the maxPPF to values of 64 or higher with high FPS might load even high-end CPUs to 100%.
     

    Recommended Approach
    My recommendation to approach the best settings would be the following:
    Set all four vt_pageImageSize* CVars to 16384, vt_uncompressedPhysicalImages to 0, and vt_maxPPF to 4
    If you experience noticeable pop-in, double the vt_maxPPF value until the pop-in is no longer noticeable/bothersome
    If you can't find a good balance between stability and pop-in or are experiencing severe stutter due to a lack of VRAM, set the page image sizes to 8192
    If you are satisfied by the performance, have at least 6GB of VRAM and want to further push image quality, set vt_uncompressedPhysicalImages to 1


    For The Tech-Savvy and Adventurous
    The main bottleneck of the engine seems to be the streaming of the virtual textures. By default, this means a lot of reads on the drive the game is installed on. The game also allows to set a path for a cache file. Playing the game from a slow, fragmented HDD may prevent players entirely from achieving high FPS. If your SSD is too small to install the whole game, you can at least set the cache path to it. The path can be set by adding +fs_cachepath "<path-to-folder>" to the command-line of the corresponding game.
     
    If you have enough RAM, you can also use a RAM-Disk for the cache file or even install install the whole game to it, although this might only be feasible for RAGE, even for the vast majority of high-end systems.
     
    Finally, although I spent a fair amount of time analyzing the various CVars and their impact on FPS and stability, the approach above might not be the best. Feel free to experiment to search for better combinations and share your experiences. Remember that you can use the find command in the in-game console to search for CVars and commands.
     
    A starting point could be to enable the usage of CUDA to transcode the textures, which for me seems to make very little difference in FPS or stability and appears to introduce micro-stutter in some situations. Use vt_useCudaTranscode to enable the usage of CUDA. If you enable CUDA you should also set vt_cudaBudget to a value below your frame time. Remember that CUDA only works on Nvidia GPUs.
     

    Additional Information

    What You Should Know
    This mod is essentially a hack and relies on the layout of the specific executable. There may be crashes or unexpected issues. Feel free to provide feedback so that the problems can get fixed.
     
    Also, beware that some of these games were not optimized for such a high frame rate. Although the games generally perform well, I ran into sections were the FPS would drop significantly, even on a very powerful machine.
     
    Finally, since this mod consists of an executable DLL-File, I could have put any harmful shenanigans in there. You just have to trust me that the file is clean.
     
    If you don't -- and why should you -- feel free to use a meta online virus scanner like VirusTotal to verify the file. Be aware however, that because the mod uses "hacking techniques" such as injection and hooking, it could trigger anti-virus software without being harmful.
     

    Known Issues
    There are some known problems when unlocking the frame rate in certain parts the games. Some of these problems are more severe than others. Remember that you can toggle the FPS unlock with the id5tweaker_ToggleFps console command, which by default is bound to the '*' key on the numpad.
     
    This might not a complete list and probably will be extended in the future. If you encounter any problems, feel free to provide a description of the corresponding section in the style seen below.
     
    RAGE
     
    Various Locations [type: visuals, severity: minor]
    A few physics animations like cloth or the turn rate of turrets are running faster than normal. As far as I can tell this has no effect on gameplay and is in most cases barely noticeable unless you look for it

    Wolfenstein [both Games]
     
    Various Locations [type: interface, severity: medium]
    Some players reported that the subtitles are lagging behind the audio in some cases, though I did not have time to verify this yet

    Wolfenstein: The New Order
     
    Chapter 1 - Deathshead's Compound [type: performance, severity: medium]
    Some players reported very low FPS on the first cutscene when starting a new game, although I could not confirm this on my end

    Chapter 2 - Asylum - Yard [type: gameplay, severity: game-breaking]
    The two drones that are released from the truck that crashes through the gate get ejected faster than normal and can get stuck in the ground, making them unkillable

    96,930 downloads

    6 comments

    Updated

  2. Sui's Extended NecroVisioN: Lost Company Menu

    It's a simple LUA modification that extends the Video settings of Necrovision Lost Companywith settings for DirectX 9/10, Fullscreen toggle and obligatory FOV slider.

    681 downloads

    0 comments

    Submitted

  3. Sui's Extended Necrovision Menu

    It's a simple LUA modification that extends the Video settings of Necrovision with settings for DirectX 9/10, Fullscreen toggle and obligatory FOV slider.

    2,532 downloads

    0 comments

    Submitted

  4. Grand Theft Auto: San Andreas - Steam to version 1.0 downgrader

    Homepage: http://gtaforums.com/topic/753764-steam-downgrader/
    Downloaded from Mediafire: http://www.mediafire.com/download/y4uh9icr8qrqk62/
    Stored in .7z because I'm not permitted to upload executables.
     
    ---
     
    This downgrader is for older version of the game: http://community.pcgamingwiki.com/files/file/232-grand-theft-auto-san-andreas-universal-steam-downgrader/

    5,749 downloads

    0 comments

    Submitted

  5. Mass Effect Mouse Fix

    TL;DR
    This fix makes Mass Effect use raw mouse input and removes the game's mouse acceleration. It is easy to install and use and does not require any external configuration.
     
    Quick start guide:
    Extract the file dinput8.dll to your main game folder. For example: "C:\Program Files (x86)\Steam\steamapps\common\Mass Effect\Binaries\"
    Start the game like you would normally, for example directly through Steam or Origin

    Features
    While the mouse controls are pretty responsive, the first Mass Effect suffers from mouse acceleration, which cannot be turned off via the ingame settings or with the usual approaches for other Unreal Engine 3 games. This fix removes the acceleration by acquiring raw mouse input and injecting it directly into the game's input function.
     
    Its features include:
    Raw mouse input
    No additional smoothing or positive/negative mouse acceleration
    Configuration via the ingame settings as usual
    Simple installation and usage without any external configuration

    Instructions

    Supported Versions
    This mod is designed for the latest, fully patched versions of the game and might not work when used with older or otherwise modified executables.
    Steam
    Origin
    Retail v1.02

    Install
    The mod does not make any permanent changes to the game or to Windows and can easily be removed.
    Extract the file dinput8.dll to your main game folder. For example: "C:\Program Files (x86)\Steam\steamapps\common\Mass Effect\Binaries\"
    Start the game like you would normally, for example directly through Steam or Origin

    Uninstall
    Remove or rename the dinput8.dll from the folder of the game.

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

    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_Remote.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_Remote sub-directory. Just create a corresponding folder in the install directory of the mod. This is the only way to load multiple (conflicting) files.
     

    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.

    11,689 downloads

    5 comments

    Updated

  6. Dead Space Mouse Fix

    What is this?
    This fix makes Dead Space use raw mouse input without any additional smoothing or acceleration. It works with VSync and high frame rates and is easy to install without having to fiddle around with FPS limiters or config files.
     

    Overview

    Description
    The mouse controls in Dead Space are notorious. While many players report issues with positive or negative mouse acceleration or overall sluggish movement, others state that the controls are not that bad. This is because the engine applies a lot of transformations to the input that are based on frame time. This leads to movement that is generally better when the frame rate ist stable. The problem gets worse when activating V-Sync. This is why popular workarounds recommend to disable V-Sync and cap the frame rate to avoid fluctuations.
     
    Unfortunately, this also means that playing at higher frame rates is often not feasible, which also prevents users from taking advantage of GSync, FreeSync, Fast Sync or similar technologies.
     
    This fix attempts to circumvent those problems by acquiring raw mouse input and injecting it directly into the game's camera functions, making the controls as independent of the frame rate as possible.
     
    While the movement is still not as perfect as in other games -- e.g. DOOM -- it should be a huge improvement to the default behavior.
     

    Features
    Raw mouse input independent of FPS or VSync
    Reasonable sensitivity range
    Same sensitivity in each direction
    No dead zone for slow movement
    No additional smoothing or positive/negative mouse acceleration
    Improved mouse cursor
    No automatic camera re-center
    Configuration via the ingame settings as usual
    Simple installation and usage without any external configuration
    Note: Although the input is pretty raw when aiming, it may still feel a little bit sluggish when moving and turning the camera at the same time. This is because the game applies calculations based on the momentum of the player character to the input.
     
     

    Instructions

    Supported Versions
    Important: This fix relies on the latest, fully patched executables of the supported versions. Older versions or ones that otherwise have been tempered with might not work.

    Steam
    GOG
    Origin*
    *The Origin version might crash on start when the ingame overlay is enabled. If that happens, disable the overlay in the game properties in Origin. If the game still crashes the problem might be unrelated to the fix as this is an ongoing issue with the Origin version. In that case uninstall the fix and try to resolve the issue first before installing the fix again.
     

    Install
    Note: The fix does not make any permanent changes to the game or the system and can easily be removed (see below).

    Extract the file dinput8.dll to your main game folder*. For example: "C:\Program Files (x86)\Steam\steamapps\common\Dead Space"
    Start the game like you would normally, for example directly through Steam, Origin or GOG Galaxy
    See Loading Other Fixes/Mods/Injectors* for information on how to use the fix with another fix, mod or injector that uses a DLL file with the same name.
     

    Uninstall
    Remove or rename the dinput8.dll from the folder of the game.

    How To Use
    After the installation the fix does not require any additional treatment. Just launch the game as usual.
     
    To change the sensitivity just use the ingame settings like you would normally. The fix also incorporates the x- and y-axis inversion settings.
     

    Loading Other Fixes/Mods/Injectors
    To increase the compatibility with other fixes, mods or injectors that are also using a dinput8.dll, this fix offers a remote loading feature of additional DLLs. This can be done in two ways:
    File method: The fix DLL will automatically load a DLL that has the same name as itself with the postfix _Remote added to it. For example dinput8_Remote.dll. Just rename the DLL file you want to load accordingly. This is the simplest way if you only have a conflict with one additional DLL
    Folder method: The fix DLL will also automatically load all DLL files regardless of their name in a sub-directory that has the same name as itself with the postfix _Remote added to it. For example dinput8_Remote. Just create a folder with the corresponding name in the install directory of the fix. This is the only way to load multiple (conflicting) DLLs
    Note: There might still be compatibility issues between the different fixes, mods or injectors that have nothing to do with the loading process.
     
     

    Additional Information

    What You Should Know
    This fix is essentially a hack and relies on the layout of the specific executable. There may be crashes or unexpected issues. Feel free to provide feedback so that the problems can get fixed.
     
    Since this fix consists of an executable DLL-File, I could have put any harmful shenanigans in there. You just have to trust me that the file is clean.
     
    If you don't -- and why should you -- feel free to use a meta online virus scanner like VirusTotal to verify the file. Be aware however, that because the fix uses "hacking techniques" such as injection and hooking, it could trigger anti-virus software without being harmful.
     

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

    Acknowledgments
    I would like to thank Magmarock (Steam/gog) for his detailed bug reports and testing for the v1.0 version of the fix.
     

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

    165,889 downloads

    4 comments

    Updated

  7. The Polar Express intro skip

    Blank intro video files for The Polar Express. Extract to the installation folder confirming the replacement of the existing files when prompted.
     
    The Bink Video and RenderWare logos are still shown.
     
    This fix removes the book opening animation (this can be retained by skipping the replacement of C0Intro.bik when prompted).

    146 downloads

    0 comments

    Submitted

  8. Resident Evil 5 - cleaned HUD

    The mod removes names and dark circles around the health.
     
     

     
    http://residentevilmodding.boards.net/thread/5094/pint-sized-hud

    2,691 downloads

    0 comments

    Submitted

  9. Resident Evil 5 - Chapter 6-1: Ship Deck bug fix

    Sometimes Majini with a key card gets stuck, mandatory item can't be obtained. The mod fixes the bug.
    For the Gold Edition
     

     
    Source

    913 downloads

    0 comments

    Submitted

  10. Resident Evil 5 laser sights mod (with MML mod manager)

    In Resident Evil 5 laser sight is replaced with a crosshair when mouse and keyboard is used, the mod enables the laser sight.
    For the Gold Edition.
     
    Extract the archive content to Resident Evil 5 folder.
    The mod is enabled using MML mod manager. Run "mml.exe" as administrator and check "input" (rest of the checkboxes are other mods). Right click somewhere and "press" launch to enable the mod.
     
    http://residentevilmodding.boards.net/post/40773/thread

    6,969 downloads

    0 comments

    Updated

  11. Chronomaster intro skip

    Blank intro video files for Chronomaster.
     
    Extract the CINE folder in this archive to the installation folder. This works with both the Min and Max install types.

    142 downloads

    0 comments

    Submitted

  12. Anvil of Dawn intro skip

    Blank intro video for Anvil of Dawn.
     
    Extract into the DATA folder in the installation folder.
     
    This fix was tested with the GOG.com version.
     
    NOTE: this fix does not disable the introduction cutscene since it is automatically skipped when save data is present in the SAVES folder.

    130 downloads

    0 comments

    Submitted

  13. Star Wars: Jedi Knight – Jedi Outcast and Jedi Academy intro skip

    Blank intro video file for Star Wars: Jedi Knight II – Jedi Outcast and Star Wars: Jedi Knight – Jedi Academy.
     
    Extract to GameData\base in the installation folder. Intro videos will be skipped for both single player and multiplayer modes.
     
    This fix was made using the Quake Video Maker.
     
    This fix has not been tested with the Mac OS versions.

    5,827 downloads

    0 comments

    Updated

  14. Sid Meier's Civilization VI intro skip

    Replacement logos.bk2 for Civilization VI.
     
    Extract to \Base\Platforms\Windows\Movies (or similar) in the installation folder (confirm the replacement of the existing file when prompted).
     
    See the reddit discussion for further details.

    4,139 downloads

    0 comments

    Submitted

  15. F1 2013 intro skip

    Blank intro video files for F1 2013.
     
    Extract into the installation folder (confirm the replacement of the existing files when prompted).
     
    This fix was downloaded from Lucian Sipos's Google Site. The original RAR archive has been repackaged as Zip.
     
    NOTE: this fix has not been tested with the Mac OS X version (it might work with some adjustments).

    232 downloads

    0 comments

    Updated

  16. FC3 BD No Scan Lines

    The provided libary files has been patched to disable the scan lines in Far Cry 3: Blood Dragon.
    Should be noted that this "fix" has side effects, like low health not affecting hud.

    565 downloads

    1 comment

    Submitted

  17. Final Fantasy XIV: A Realm Reborn intro skip

    Blank intro video file for Final Fantasy XIV: A Realm Reborn.
     
    Extract to game\movie\ex1 in the installation folder (confirm the replacement of the existing file when prompted).
     
    This fix was originally posted by Celadin on this reddit post.

    588 downloads

    0 comments

    Submitted

  18. Dishonored 2 intro skip

    Replacement intro video files for Dishonored 2.
     
    Extract to the same location as the game's installation folder (Dishonored2). Confirm the replacement of the existing files when prompted.

    13,905 downloads

    0 comments

    Updated

  19. The Vanishing of Ethan Carter - Config files

    Configuration files for The Vanishing of Ethan Carter.

    310 downloads

    0 comments

    Submitted

  20. Nosferatu: The Wrath of Malachi widescreen fix

    The game doesn't support widescreen resolutions (1280 x 960 is the highest resolution available), the patch adds native widescreen support for 20 resolutions.
     
    Downloaded from WSGF: http://www.wsgf.org/dr/nosferatu-wrath-malachi/en
     

     

    5,681 downloads

    2 comments

    Submitted

  21. Painkiller Overdose Widescreen HUD Fix

    Overdose Widescreen HUD Fix fixes the stretched HUD on widescreen resolutions ("works best for 16:10, 16:9, 21:9, 48:10, and 48:9 displays"). Includes center screen HUD placement for Eyefinity and NV Surround super-widescreen displays and adds a customizable weapon draw distance, and other features.
    Does not fix stretched menus and zoomed in movies.

    1,118 downloads

    0 comments

    Updated

  22. Robin Hood: The Legend of Sherwood - DDraw wrapper

    A ddraw wrapper based on the code of Aqrit's ddwrapper.

    2,079 downloads

    0 comments

    Submitted

  23. Russian Xana voice files

    During the transition to VPK format, someone has made a mistake and Xana ended up with German voice files. These files enable reading from a new custom folder (attached), where the proper Russian voice lines for Xana are located.

    514 downloads

    0 comments

    Submitted

  24. Alien Nations intro skip

    Blank intro.avi for Alien Nations.
     
    Extract to data in the installation folder (confirm the replacement of the existing file when prompted).
     
    This fix has been tested with the GOG.com version. Using this file with the retail version may require additional steps.

    217 downloads

    0 comments

    Submitted

  25. Neuro Hunter intro skip

    Blank intro video files for Neuro Hunter.
     
    Extract to data\video in the installation folder (confirm the replacement of the existing files when prompted).

    173 downloads

    0 comments

    Submitted

×
×
  • Create New...