Releases: Lyall/SMTVFix
v0.9.1
What's Changed
- Changed build options to statically link C++ runtimes. This should help with compatibility for some users.
- Reworked current resolution hook to theoretically work on MS Store build.
- Added injection delay parameter. You can increase this value to delay parts of SMTVFix hooking game functions.
- Removed
r.LandscapeLODBias -1
from LOD tweaks as it was causing some visual issues. (#33) - Added update rate optimizations option. This allows full framerate animations even at distance. (#32)
- Added option to disable pause on alt+tabbing (losing focus). (#29)
- Added option to disable vignette in graphical tweaks section. (#31)
Installation
- Download the file marked
SMTVFix_v0.9.1.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.9.0
What's Changed
- Removed build optimisations to hopefully address crashing for some users. (#23)
- Fixed player camera tweaks not applying outside of the "field". (#26)
- Expanded range of ambient occlusion levels setting to allow disabling AO. (#27)
Installation
- Download the file marked
SMTVFix_v0.9.0.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.9
What's Changed
- Added SSGI (screen space global illumination) graphical tweak. (#24)
- Added
r.LandscapeLODBias 0
to LOD tweaks. This improves the look of distant landscapes terrain.
Installation
- Download the file marked
SMTVFix_v0.8.9.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.8
What's Changed
Force 4K Movies
- Added option to force 4K movies.
Thanks to this tweet for pointing out that the game actually had 4K video files but just didn't show them. This inspired me to look further and see that the game does actually have functionality for serving up 4K video assets but only if your vertical resolution is higher than 2000. Patching out this check allows 4K video assets to be displayed at any resolution.
Installation
- Download the file marked
SMTVFix_v0.8.8.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.7
What's Changed
- Fixed incorrect casting of a float causing various issues. (#18 & #19)
- Reworked CVAR setup to not rely on signatures.
- Added SSAO quality levels option.
- Added
r.SkeletalMeshLODBias -1
when enabling LOD tweaks. This helps with character detail pop-in at a distance. (#17) - Added toggle for battle transition fix. (#21)
CVAR Dump
- As a sidenote, I have dumped the available console variables here. There are only a few specific to this game, all the rest are standard UE4 CVARs.
Installation
- Download the file marked
SMTVFix_v0.8.7.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.6
What's Changed
- Fixed some graphical tweak overrides not applying correctly. #9
- Added hook to set the resolution of 2D render textures.
This mainly affects the battle transition screen which is now rendered at your desktop resolution instead of 1280x720. - Battle transitions now spans the screen on ultrawide/narrower displays.
- Fixed battle transition blur on ultrawide/narrower displays.
- Dialog background now spans the screen on ultrawide/narrower displays.
Installation
- Download the file marked
SMTVFix_v0.8.6.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.5
What's Changed
- Fixed "black curtain" backgrounds not spanning the screen.
- Fixed "new" choice selection icon showing outside of 16:9 boundary.
Installation
- Download the file marked
SMTVFix_v0.8.5zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.4
What's Changed
- Fixed forced 16:9 aspect ratio in demon haunt freecam mode.
- Added override for GTAO and half res GTAO. #7
- Added overrides for foliage draw distance and view distance. #9
Installation
- Download the file marked
SMTVFix_v0.8.4.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.3
What's Changed
🚩This build was updated at 02:30 UTC 16/06/24 to fix a bug with the intro skip functionality.
- Added Gen5 TAAU(
r.TemporalAA.Algorithm 1
) option to the "Enable TAA" section. This produces better image quality but has a performance hit. #5 - Added
r.VertexDeformationOutputsVelocity
override when enabling TAA. This should in theory force some materials to generate motion vectors thus improving the resolve of the TAA. #5 - Reworked field of view hook to avoid FOV snapping. This was most obvious moving back and forth with Sky View.
- Added option to override shadow resolution.
- Added option to adjust parameters of the "Standard" camera angle option. You can adjust the camera distance, FOV and height.
- Added option to skip the opening movie. This is disabled by default so check the ini to enable it.
Installation
- Download the file marked
SMTVFix_v0.8.3.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.
v0.8.2
What's Changed
- Added option to remove 60FPS cap in menus. It's disabled by default so check the ini if you want to enable it. (#1)
- Added option to enable TAA. This is enabled by default as its a drastic improvement over the FXAA the game ships with. (#1)
- Loading screens now span to fill the screen.
Installation
- Download the file marked
SMTVFix_v0.8.2.zip
from the "Assets" section below. - Extract the contents of the release zip in to the the game's binary folder.
(e.g."steamapps\common\SMT5V" for Steam)
Steam Deck/Linux Additional Instructions
🚩You do not need to do this if you are using Windows!
- Open up the game properties in Steam and add
WINEDLLOVERRIDES="dsound=n,b" %command%
to the launch options.
Configuration
- See SMTVFix.ini to adjust settings for the fix.