KingKrouch / EnigmaFix

A mod that aims to improve several aspects of the PC versions for games in the Death end re;Quest series.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

EnigmaFix

Logo An ASI Loader plugin that aims to improve several aspects of Death end re;Quest's PC version.

Key Features:

  • Uncapped framerates above 60 FPS (Including VSync options, and fixes for framerate dependent gameplay logic)
  • Support for custom resolutions (other than 1080p and 4K), and ultrawide support
  • Field of View customization (While still retaining the intended FOV for in-game cutscenes)
  • Improved graphics and scalability options
  • The option to skip opening videos
  • In-Game UI to adjust options (Can be accessed at any time using the "INSERT" key)

Compiling (For programmers)

  1. Download and install Visual Studio 2019.
  2. Open this repository in GitHub Desktop (or manually clone with the Git command-line tool) to clone the repo.
  3. Open EnigmaFix.sln in Visual Studio, make sure the build setting is set to "Release - Win64", then compile.
  4. The compiled ASI plugin should be in the plugins folder contained in "Binaries\Win64".

Setup

Copy the plugins folder and dinput8.dll (ASI Loader) into the "\resource\bin" directory of where the game is installed.

Note: If you don't have any other Steam library locations set up, this will likely be "C:\Program Files (x86)\Steam\SteamApps\Common\Death end reQuest".

Linux Compatibility Notice:

To run the mod using Proton, it might be necessary to use "WINEDLLOVERRIDES="dinput8=n,b" %command%" in the game's launch options properties in the Steam Client. Compatibility with Proton cannot be guaranteed.

System Requirements

  • A Legitimate fully updated copy of the game from Steam (Due to the difference in memory offsets that can result with cracked/pirated versions, the fact that these versions are likely outdated builds, and the fact that I vehemently discourage piracy when there are convenient and accessible options available to support the developers, I refuse to provide technical support for these versions. That includes anyone without a mouse cursor icon next to their name on the Steam Discussion Boards).
    The game is available for purchase on Steam.

  • Windows 10 or Windows 11 (Compatibility with Proton on Linux is undetermined). 64-Bit operating system is required.

  • Microsoft Visual C++ Redistributables for Visual Studio 2019

Notice: Currently, Special K is incompatible with this mod, due to how DirectX 11 is currently hooked.

Legal Stuff

EnigmaFix (C) 2021 Bryce Q.

EnigmaFix is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

EnigmaFix is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

About

A mod that aims to improve several aspects of the PC versions for games in the Death end re;Quest series.

License:Other


Languages

Language:C++ 94.7%Language:CMake 5.1%Language:Shell 0.1%