https://github.com/notnite/benchtweaks
Small tweaks for the FINAL FANTASY XIV: Dawntrail benchmark
https://github.com/notnite/benchtweaks
Last synced: about 1 month ago
JSON representation
Small tweaks for the FINAL FANTASY XIV: Dawntrail benchmark
- Host: GitHub
- URL: https://github.com/notnite/benchtweaks
- Owner: NotNite
- License: mit
- Created: 2024-04-21T00:49:52.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-04-21T00:50:42.000Z (about 2 years ago)
- Last Synced: 2025-01-10T04:24:08.676Z (over 1 year ago)
- Language: Rust
- Size: 10.7 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# benchtweaks
Small tweaks for the [FINAL FANTASY XIV: Dawntrail benchmark](https://na.finalfantasyxiv.com/benchmark/).
## How to use
- Download or build it
- Put it next to `ffxiv_dx11.exe` in the benchmark installation named `version.dll`
- Do not install this into the actual game client, things *will* break
- Create a `benchtweaks.toml` next to the .dll and .exe
The `benchtweaks.toml` contains multiple options - open in Notepad and edit accordingly. Add what you like from below:
```toml
# Disables the cutscene borders on widescreen
# May cause issues with the UI or show things being weird out of scene
widescreen_fix = true
# Load files from disk (think of it as a mini Penumbra)
mod_dir = "F:/glomble"
```