XIV plogon - Enforces a custom resolution for the game, similar to NVIDIA DSR.
Find a file
2025-07-07 23:40:33 +02:00
CustomResolution2782 game: Implement mip gen and point scaling 2025-07-07 23:40:33 +02:00
.editorconfig core (0.4): Implement separate display vs game scaling (thanks, NotNite!) 2025-06-29 16:52:20 +02:00
.gitignore Use same interop as Dalamud, forcibly hackfix mouse coords 2024-02-15 01:41:20 +01:00
CustomResolution2782.sln core (0.4): Implement separate display vs game scaling (thanks, NotNite!) 2025-06-29 16:52:20 +02:00
LICENSE Add missing LICENSE 2025-03-09 23:47:12 +01:00
README.md game: Implement mip gen and point scaling 2025-07-07 23:40:33 +02:00
release.bat Update to API12 / NET9 2025-03-24 13:26:04 +01:00

CustomResolution

Basic plugin that allows you to specify a custom resolution.

Enforces a custom resolution for the game, similar to NVIDIA DSR.

Mirrored at https://gitlab.com/0x0ade/dp-customresolution in case you want to submit a merge request. Please do ping me on Discord though (I'm in the Dalamud server) as some notifs might fly under my radar.

Troubleshooting

My multi-monitor windows aren't working correctly! Similarly to some other plugins (f.e. Umbra), multi-monitor mode in Dalamud might not work correctly. In the case of cres, fixing this would be a huge undertaking to make ImGui handle the cursor inside and outside the main game window differently, and to also handle window positioning correctly (spoiler: there is not one way to handle it correctly - things are already shifting around when just resizing the game normally).
The game UI is really really small! I don't want to scale all my HUD manually! Good news: You don't need to! XIV itself has got a "High Resolution UI Settings" scaling option in the system configuration window, in the very first category ("Display Settings"), right under the resolution options.

Even better news: The gameplay tab lets you scale the gameplay independently from the HUD, allowing you to keep everything where it was while still allowing you to switch between game scaling modes on the fly. The main drawback is that this does NOT affect the screenshot resolution.

I'm using DLSS, and my game looks pixelated / is small! DLSS in FFXIV is bugged. No, I'm not joking: even without any plugins or mods loaded, it can glitch out when simply resizing the window (most notably by rapidly pressing WinKey + Down and WinKey + Up).

This issue doesn't happen with FSR and non-DLSS dynamic resolution.