Releases: Kaldaien/FAR
FixAutomataRes - v 0.7.0
New Injection Strategy
I have done away with the old dxgi.dll injection in favor of proxying dinput8.dll.
This new technique has far fewer compatibility issues and has been shown compatible with every overlay, video capture and reshade / 3dmigoto type product tested. Every product except for older versions of FAR 😏
Please delete
dxgi.dll
from your NieR: Automata install directory prior to using this version
- If both DLLs are present, Bad Stuff ™️ will happen!
This, and all future releases, are on a separate release channel than previous builds were.
- Old versions of SKIM (0.7.5.1 or older) can be used to install/uninstall FAR v 0.6.x.
- New versions (i.e. the one linked below) can only install FAR v 0.7.x+
0.7.0.2 addresses Steam overlay compatibility issues when combined with ReShade
0.7.0.3 yet more Steam overlay fixes (input hook race)
0.7.0.4 has more Steam overlay fixes (good grief), plus a new mouse warp deadzone feature that's not that useful for this game -- you might notice a new option in the config menu, you can ignore it 🐭.
0.7.0.5 may fix problems for unknown third-party software that requires some users to run in Windows 7 (yuck) compatibility mode.
0.7.0.6 includes compatibility updates and floating widgets (CPU load, frame pacing, texture cache stats)
0.7.0.7 fixes Steam overlay input hook race (again)
0.7.0.9 corrects GeForce Experience startup issues
0.7.0.10 fixes compiler 🏳️ I never asked for (/Gs
) that was causing Windows 7 💣!
0.7.0.11 addresses rare heap corruption during version check at startup and introduces many new fun 📈 widgets for your stat nerd pleasure 😃
0.7.0.13 improves texture cache performance for injected textures that change texture resolution
0.7.0.14 fixes misaligned memory address in framerate limiter replacement code
0.7.0.15 cumulative compatibility updates + ReShade integration
0.7.0.16 updated ReShade HUD triggers
0.7.0.17 may have solved RTSS problems once and for all
0.7.0.18 improved DirectInput-based injection init.
0.7.0.20 fixes auto-update prompt window foreground behavior
0.7.0.21 still trying to fix Steam overlay incompatibilities
0.7.0.22 FROZEN version if GitHub fails
0.7.0.23 Auto-Update Re-Enabled
ReShade + 3DMigoto
0.7.0.8 addresses compatibility issues when combining 3DMigoto (used by Bande Desinee) + ReShade
To use FAR with both, do not use the traditional ReShade plug-in technique (in the config UI).
- Place ReShade's DLL in NieR: Automata's install directory as
dxgi.dll
, and place 3DMigoto asd3d11.dll
.- Attempting to load ReShade as a plug-in will cause the game to immediately crash
FixAutomataRes - v 0.6.2
Special K Facelift
+ New compatibility menu allows you to reset mod config, uninstall the mod or disable ReShade * _Press and **hold**_ Ctrl+Shift at game startup ***until*** the menu appears. + Added reporting of fullscreen vs. windowed mode to the control panel, and override preferences + Added diagnostic info (bootstrapper, game, plug-in versions) to the **Help** menu. + Fixed G-Sync status in D3D11; disabled by default, you can turn this on under the **Display** menu. + Optimized D3D11 state cache and eliminated reference leaks when combined with third-party D3D11 libs0.6.2.5 removes light scattering debug code accidentally left in 0.6.2.4.
0.6.2.6 fixes Windows 7-related issues
0.6.2.7 raises texture cache threshold back to normal limits (benefits people with 8 GiB of RAM or less)
0.6.2.8 forces D3D11.1 interop state caching OFF for ancient operating system compatibility
0.6.2.10 re-writes texture cache eviction implementation to work better with the D3D11 render mod tools and multi-threaded engines
0.6.2.11 is my final attempt to improve compatibility with third-party software. If you insist on using stuff like RTSS for its overlay or Resorep for texture injection rather than the stuff built-in to Special K, you will need to roll-back to an earlier version and disable updates because I don't intend to waste any more time trying to support those things.
0.6.2.12 moves crash logs tologs/crash/{timestamp}/...
for long-term storage
0.6.2.13 corrects cache purge behavior on systems with unusually low system memory
0.6.2.16 fixes RTSS overlay text
The Special K project itself is back in working order as well. You can install the global injector again and get many of these benefits in all DDraw, D3D8/9/11/12, GL games. Vulkan support is broken, since I only have two games to test with.
Please refer to the Special K Steam group - the global injector install procedure is different.
FixAutomataRes - v 0.6.1
Light Volume and Memory Management Improvements
Lighting Changes
- Transforms camera position into light-space and tests for coverage based on extent
- Extent range is now 0% (ALL lights are global) to 100% (NO lights are global).
- Adjusting the slider will bring lights that were projected to infinity back into view
- Previously this required setting the slider all the way back to 0
Texture Memory Management Changes
- Removed Staging usage from texture uploads (may fix white screen issues)
- Fixed texture cache hit false postives in D3D11 Shader Mod Tools
0.6.1.1 Fixes bloom resolution problems in latest version of Special K
0.6.1.2 Implements non-destructive light culling and improves AO resolution scaling
FixAutomataRes - v 0.6.0
Global Illumination Fix - Round 2
Significantly more sophisticated approach to Global Illumination performance.
Instead of arbitrarily limiting the number of lights as DrDaxxy's original work did, 0.6.0 is able to compute light volumes and attempt to reduce the working set of lights to only the most significant lights. This cuts down GPU load significantly without the severe artifacts caused by the original solution.
- A new Minimum Light Extent slider has been added
- 0.0 = no restriction
- 64.0 = only display massive lights such as the sun.
There is still room for improvement with this new system and I may release a couple of revisions with better light volume scaling over time.
For now, just play with this slider. It is very likely that you will be able to use higher quality settings if you focus on the slider rather than the old drop-down menu.
I can do solid 60 FPS at 4K on my GTX 1080 laptop with High Quality Global Illumination and Minimum Light Extent = 20.0
There is a new Shader Debugging system under Direct3D11 Settings.
Global Illumination is the Compute Shader with hash:
68b68a14
.
0.6.0.1 includes compatibility updates and more advanced shader debugging
0.6.0.2 fixes texture flags that were preventing texture dumping
0.6.0.3 fixes shader cache hash collision mitigation (stability)
0.6.0.4 adds live texture view to D3D11 shader mod tools; should help texture modders
0.6.0.5 fixes compatibility with 3DMIgoto shader injection
FixAutomataRes - v 0.5.7
Fixed Internet-based Auto-Install
0.5.7.1 fixes HTTP timeout response on auto-update
0.5.7.2 "fixes" issues some people were having when trying to run the game at 800x600 (by telling them the software's not compatible with their resolution).
0.5.7.3 includes various compatibility updates, refer to the Special K repository on GitLab for more info.
0.5.7.4 removes thread scheduling debug options added by 0.5.7.2 and adds option to disable gamepad menu input (Input Management/Gamepad
)
FixAutomataRes - v 0.5.6
Fixes for (4/28/17) Patch
What a worthless patch 👎
I have made necessary corrections to the stutter elimination code for the new executable.
Other features such as camera control and FPS uncap are disabled until further notice; I have no memory patterns to scan for those features.
0.5.6.1 - Includes new ReShade compatibility features, please refer to the release notes for Special K v 0.8.0 for more info (the procedure for loading ReShade has changed).
0.5.6.2 - Includes compatibility changes for Windows 10 and Steam Overlay, INI file will be reset on update, if you update yourself it's your responsibility to delete dxgi.ini first.
0.5.6.3 - Fixes mouse cursor on some systems; game uses hardware cursor but does not handle WM_SETCURSOR
0.5.6.4 - Re-introduces hudles screenshots and partial camera control.
0.5.6.5 -Re-enables everything the patch broke
0.5.6.6 - Improves input compatibility on AMD systems
0.5.6.7 - Testing new startup and window management compatibility
0.5.6.8 - Addresses compiler optimization problems
0.5.6.9 - Compatibility updates (promoted to release)
0.5.6.10 - Addresses rare XInput hotplug problems
0.5.6.11 - Fixes D3D11 Device Context hook corruption when combined with 3DMigoto's wrapper
0.5.6.12 - Fixes XInput interface mismatch between 3DMigoto (9_1_0) and game (1_3)
FixAutomataRes - v 0.5.5
Camera Freelook (early work)
To use, with a gamepad, press 5 on your numberpad.
This disengages the game's ability to read input from XInput controller #0 and allows you to move the camera with the left analog stick. Remember to press 5 again or the game really isn't playable.
To orbit around your character, turn on Origin Lock (default keybinding: Numpad Divide).
Future releases will make the whole process more intuitive and add more controls, such as pitch and using a secondary controller instead of re-purposing the same controller the game uses 🎮
If you don't have a numberpad, feel free to re-bind this stuff under the HUD / Camera settings.
If you don't have a gamepad, you're screwed 🤣
0.5.5.1 Adds G-Sync Status Indicator to Config UI
0.5.5.2 Includes Input Management (compatibility) Updates from Special K (0.7.61)
0.5.5.3 Includes Haptic Feedback and Deadzone Compensation from Special K (0.7.65)
FixAutomataRes - v 0.5.4
Camera Control, HUDless Screenshot and Keybindings
- Integrated a small subset of features from Idk31 and Smithfield's CheatEngine table for camera control and HUD opacity.
- Added a keybinding for HUD free screenshots (default: Numpad -)
0.5.4.1 Fixes various Steam overlay issues
0.5.4.2 Fixes keybinding preferences (they are persistent now)
FixAutomataRes - v 0.5.3
Input Management
0.5.3 adds experimental support for gamepad-based configuration.
To use the config menu with a gamepad, press Start + Select / Start + Back. When the menu opens, the mod will attempt to capture all gamepad input until you cancel this mode by pressing B (Xbox) / Circle (PlayStation).
- The D-Pad can be used to cycle through UI elements
- A / Cross activates menu items
- Holding X / Square + Left Analog Stick allows you to drag windows around
- Pressing Caps Lock engages keyboard input mode, press
up/down/left/right/enter to interact with the UI - Similarly, you can move the UI around by pressing and holding Ctrl + Alt
The config menu must be opened using the special button combo listed above, or it will function normally (only supports keyboard/mouse). This should eliminate accidentally making changes with the gamepad ;)
0.5.3.1 addresses DirectInput / XInput interoperability issues
0.5.3.2 flashes the titlebar when Caps Lock mode is on and accepts keyboard navigation
Someone still needs reprimanding for breaking Markdown on GitHub 😞
FixAutomataRes - v 0.5.2
Window Management and Config UI Overhaul
Significantly improved window management functionality in Special K and support for borderless fullscreen mode.
Changed the default mod settings for compatibility
-
Cursor is confined to window by default (game does not do this, but should)
-
Debug console is spawned at start since Platinum forgot the de-facto Denuvo splash screen to indicate the game is actually doing something at startup.
- Turn this OFF by changing DebugOutput=false in
dxgi.ini
- Turn this OFF by changing DebugOutput=false in
-
DLL Loader Strict Compliance Mode turned OFF
- Poorly written NVIDIA and MSI aftermarket software may deadlock the game at start with that set to ON
-
Fixed Bloom problems introduced in 0.5.1
-
Fancied-Up ™️ the config UI
-
Added more texture caching options to D3D11 settings
- Added Framerate Limiter Validation Mode (for Speed Runs)
- Open Config UI, select Compatibility Settings / Debugging / Log Level: 1
- When this mode is engaged, attempts to disengage framerate limiter will plaster CHEATER on screen.
0.5.2.1 Fixes Typo in Bloom Code
0.5.2.2 Adds EULA and Fixes Debug Console Config Menu
0.5.2.3 Fixes Various Window Resolution Scaling Problems
0.5.2.4 Adds ScanlineOrder override todxgi.ini
, set to Progressive if the game is giving you Interlaced.
0.5.2.5 Fixes Mouse Behavior when Continue Rendering is selected from Window Management
0.5.2.6 Tweaks Config UI, especially OSD, Window Management and Steam.
0.5.2.7 Adds Volume Management (run different apps on different speakers if you want 😈)
0.5.2.8/9 Switches to Raw Input for ImGui mouse processing, should make aspect ratio correction easier.
0.5.2.10 Fix Raw Input Device Removal Notifiications
0.5.2.11 Forcefully disables texture caching because it has performance problems
0.5.2.12 Adds Resolution Override Buttons (below the Render API), to fix input issues it may be necessary to activate one of those.
0.5.2.13/14 Changed UI font; project winding down into maintenance mode.
> ***0.5.2.15*** Re-enabled texture caching, disabled NVIDIA Steaming Service (turn back on under Compatibility Settings, but beware it causes crashes), changed default mouse cursor settings for compatibility. > ***0.5.2.16*** Fixed compiler optimization problems, disabled debug console because people will not shutup about it; if Steam DRM hangs at startup and you have to close it with the task manager, you'll appreciate why it was turned on. > ***0.5.2.17*** GeForce Experience re-enabled (crash fixed) + added Hardware Cursor support