This repository has been archived by the owner on Dec 6, 2024. It is now read-only.
forked from aliasIsolation/aliasIsolation
-
Notifications
You must be signed in to change notification settings - Fork 0
Anti-aliasing mod for Alien: Isolation
License
RyanJGray/aliasIsolation
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
Overview -------- Alias Isolation is a mod for Alien: Isolation. It adds temporal anti-aliasing into the shipped game, and fixes a few small issues with the rendering. The mod works by injecting itself into the executable, and hijacking D3D11 calls. It replaces a few shaders, and injects some of its own rendering. This fork aims to maintain the mod, resolve existing issues, add new functionality and port the mod to new platforms. Suggestions for new features or pull requests for this mod are welcome! Usage ----- Save the mod files in a non-system directory. It could be "Program Files", or "My Documents", or anything else as long as no special permissions are required to access that directory. If you're using a pre-packaged release, please unzip it rather than launching the mod from within the zip. Run "aliasIsolationInjectorGui.exe", and follow the displayed instructions. Once you press the "Launch Alien: Isolation" button, the mod launches Alien: Isolation and hooks into it. Exiting the app will remove the mod from the Alien. If the game is a Steam copy, first exit Steam before running the injector. If Steam is running before the injector is launched, it will not work. The mod will inject itself into Steam as well, and then launch the game. Injection into Steam is necessary, as it is actually the Steam.exe process which launches the game. Even if AI.exe is started directly, it communicates with Steam, and then exits immediately, allowing Steam to launch it. In order to hook into the game, Alias Isolation hooks into Steam, and intercepts its CreateProcessW call, subsequently injecting itself into the child process. The only binaries that are injected into are Steam.exe and AI.exe. In order to remove the hook from Steam, run "detachAll.cmd". Video settings -------------- Anti-aliasing must be set to SMAA T1x. Chromatic Aberration must be disabled. Motion blur must be enabled. Runtime toggle -------------- To disable the mod at runtime, hit "Ctrl+Delete". To re-enable it, hit "Ctrl+Insert". Known issues ------------ * No support for the unofficial Rift mode. * Crashes when used with recent versions of ReShade. * RenderDoc, or any other software which also uses API hooking may break the rendering. * SLI/CrossFire performance will probably be badly impacted, and depending on what the driver does, might also suffer from glitchy rendering. * Some special effects can appear thinner or exhibit ghosting. Sparks are known to be eroded. Building from source -------------------- You need to have Visual Studio 2019. Community Edition works fine. Download Boost 1.79 and extract it into src/external/boost. For example, you should have "config.hpp" in src/external/boost/boost. If you want to just build the binaries, but don't care about Visual Studio solution files: (Release mode) Just run "compile.cmd". The output will be in "t2-output/win32-msvc-release-default". (Debug mode) Just run "compile_debug.cmd". The output will be in "t2-output/win32-msvc-debug-default". If you want to build a release (i.e. have it save the binaries and put all the files needed to run the mod in a single folder): (Release mode) Just run "release.cmd". The output will be in "release". (Debug mode) Just run "release_debug.cmd". The output will be in "debug". If you'd like to open the project in Visual Studio, run "sln-vs2019.cmd", and then open "t2-output/aliasIsolation.sln".
About
Anti-aliasing mod for Alien: Isolation
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published
Languages
- Lua 72.8%
- C++ 17.7%
- HLSL 4.4%
- C 3.1%
- Batchfile 2.0%