A mod that aims to remove the game's 60FPS cap during gameplay, adding 21:9/16:10/4:3 support, a toggle to disable motion blur, and TAA tweaks that are useful for upscaling, without the need to modify any extra configuration files.
-
All previous issues from initial release
-
The game is still running with a Vert- FOV. I still need to find reliable hooks for the LocalPlayer (Required to change the game to Hor+ scaling), and then some hooks for adjusting the FOV during gameplay, as early versions of Unreal Engine 4 don't automatically calculate the correct field of view. The FOV issue doesn't matter as much with 21:9 (I was able to play the game from start to finish), and it's a non-issue with 16:10 or 4:3 (Where the top and bottom expands to a similar viewing space to 16:9).
-
Certain UI elements (The Game Over screen), The options menu categories, the level up UI element, and the UI targeting portion are all still using incorrect widget anchors. These need to be fixed to be the center of the screen rather than to the upper left (Which is the default anchoring position in Unreal, this tends to be a problem with games that use hardcoded UI coordinates). Likewise, two montage portions later on in the game with still images are anchored to the left side of the screen.
-
Some cutscenes are stretched, for some reason. Unsure if this can be changed, but if they are contained within a UMG widget, it should be possible.
There's probably a few more things that I'm glossing over, but within the source files, it should contain some notes.
If using the HD Update:
- Extract the contents of the downloaded .ZIP file in the releases section into the "\dlc\Remaster\AT\Binaries\Win64" directory of where the game is installed.
If using base version: (I have not tested this version with the non-HD version...might be better to use the previous version here)
- Extract the contents of the downloaded .ZIP file in the releases section into the "\AT\Binaries\Win64" 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\DRAGON BALL Z KAKAROT".
For Proton and Steam Deck Users: No further setup is necessary.
Latest version can be downloaded here..
-
KingKrouch for the work on the initial release! Wouldn't have known where to start without their help :D
-
Special Week (real) for figuring out updating UE4SS fixed issues after the HD Update!
DBZK_Fix (C) 2024 Bryce Q.
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.