Adds support for ultrawide resolutions and additional features.
This project is designed exclusively for Windows due to its reliance on Windows-specific APIs. The build process requires the use of PowerShell.
- Restores textures on aspect ratios greater than 21:9
- Increases tile render distance to prevent pop in/out above 21:9
- Adjust camera zoom to view less or more of the game world
- Build and install:
git clone --recurse-submodules https://github.com/PolarWizard/TrailsInTheSkyFix.git
cd TrailsInTheSkyFix; mkdir build; cd build
# If install is not needed you may omit -DCMAKE_INSTALL_PREFIX and cmake install step.
cmake -DCMAKE_GENERATOR_PLATFORM=Win32 -DCMAKE_INSTALL_PREFIX=<FULL-PATH-TO-GAME-FOLDER> ..
cmake --build .
cmake --install .- Download dsound.dll Win32 version
- Extract to game root folder:
Trails in the Sky <FC; SC; The 3rd>
- Download and follow instructions in latest release
- Adjust settings in
Trails in the Sky <FC; SC; The 3rd>/scripts/TrailsInTheSkyFix.yml
Distributed under the MIT License. See LICENSE for more information.
