-
DEVef43d22 (pre-release) Stable
released this
2025-05-01 13:52:26 +03:00 | 0 commits to dev since this releaseWhat's Changed
- Auto Databank
- NVIDIA Volta and Blackwell fixes
- Separate "Hide Status Icons" setting
- [ShaderPatch] Fix for Toon_Lines_Improve by @korenkonder in https://github.com/PDModdingCommunity/PD-Loader/pull/20
Full Changelog: https://github.com/PDModdingCommunity/PD-Loader/compare/DEV4fc2af28...DEVef43d22
Downloads
-
DEV4fc2af28 (pre-release) Stable
released this
2024-09-23 09:38:30 +03:00 | 6 commits to dev since this releaseWhat's Changed
- Update DualShock4.h by @hiki8man in https://github.com/PDModdingCommunity/PD-Loader/pull/14
- Update reflection resolution options
New Contributors
- @hiki8man made their first contribution in https://github.com/PDModdingCommunity/PD-Loader/pull/14
Full Changelog: https://github.com/PDModdingCommunity/PD-Loader/compare/DEV158c90ef...DEV4fc2af28
Downloads
-
158c90ef Pre-Release
released this
2024-05-01 22:46:59 +03:00 | 8 commits to dev since this releaseThis build adds support for DivaGL and NVIDIA Ada Lovelace GPUs (RTX 4xxx).
What's Changed
- Fixed Auth3D not appearing when disabling Reflections by @korenkonder in https://github.com/PDModdingCommunity/PD-Loader/pull/15
- Fixed -wqhd behaviour for 7.10 and restored old behaviour for 6.00 by @korenkonder in https://github.com/PDModdingCommunity/PD-Loader/pull/16
- [TLAC]: Pause patches. Fix of stuff moving 1 frame after pause by @korenkonder in https://github.com/PDModdingCommunity/PD-Loader/pull/17
New Contributors
- @korenkonder made their first contribution in https://github.com/PDModdingCommunity/PD-Loader/pull/15
Full Changelog: https://github.com/PDModdingCommunity/PD-Loader/compare/DEVd7dfc571...DEV158c90ef
Downloads
-
d7dfc571 Pre-Release
released this
2022-07-28 00:35:58 +03:00 | 25 commits to dev since this releaseWhat's Changed
- [TLAC] DIVALLER WinUSB mode support by @TinkoLiu in https://github.com/PDModdingCommunity/PD-Loader/pull/7
New Contributors
- @TinkoLiu made their first contribution in https://github.com/PDModdingCommunity/PD-Loader/pull/7
Full Changelog: https://github.com/PDModdingCommunity/PD-Loader/compare/2.6.5a-r4n...DEVd7dfc571
Downloads
-
PD Loader 2.6.5a-r4nn Stable
released this
2022-01-27 16:00:28 +03:00 | 0 commits to 2.5 since this release--- Important Note --- ⚠️
Upgrading from 2.0 (or even worse, from unstable builds) may cause issues. To prevent this, delete the plugins folder (except scores.ini) before installing 2.6.5a.Changelog: https://github.com/PDModdingCommunity/PD-Loader/wiki/Changelog
--- Quick Start Guide --- ⚠️ Please read, even if you're following a 3rd-party guide.
Windows:
- Keep your copy of PDAFT 7.10 in a simple location e.g. C:\PDAFT and, if you can, make sure to have the following mount data in C:\PDAFT\mdata: M215, M220, M230, M240, M250, M260, M270; also, make sure the executable is unmodified
- Install Visual C++ Redistributable 2019 (64-bit) or newer and .NET Framework 4.5 or newer
If they're not up-to-date, you'll get error 126 and/or other errors. - Make a copy of glut32.dll
- Extract the contents of PD-Loader-*-Release.zip to your game folder
- Intel GPU: install this version of DivaImGui, NOT 0.0.5: https://cdn.discordapp.com/attachments/613450757227937792/844645266204393482/release_x64.zip and follow these instructions: https://github.com/lybxlpsv/DivaImGui/wiki/AMD-and-Intel-Guide
- NVIDIA GPU: driver version 446 or older if possible; otherwise version 460 or newer
- AMD GPU: driver version 21.6 or newer if possible (not newer than 22.6.1 – DivaGL may or may not work as a workaround)
- Recommended: open the .sfv files with QuickSFV (specifically ver. 2.36 on Windows) to verify your game data
- Run diva.exe
- Windows Vista: in the "Options" tab, tick "Disable movies" and copy mfplat.dll from Windows 7 (64-bit) to the game folder
Linux (new method):
Installation instructions: [Part 1], [Part 2]Linux (old, but more portable method):
Install with Lutris (click "Show unpublished installers" and select "Future Tone 7.10"). This will install a slightly older version of PD Loader that lacks lag compensation (this is a temporary solution), but it can be updated manually.macOS:
Installation instructions: [Part 1], [Part 2]Full user guide: https://github.com/PDModdingCommunity/PD-Loader/wiki
⚠️⚠️⚠️ IMPORTANT: If the game does not run (error 126)... it's your fault for not reading this guide. ⚠️⚠️⚠️
Changes:
- Quick Start disabled when upgrading from 2.0
- [Launcher] Fixed custom patches not being detected by some versions of Wine (which seem not to interpret the '?' wildcard correctly)
- Fixed custom reflection and refraction not being applied when either width or height is the default value
- macOS resource forks are now ignored and not mistaken for plugins and patches
- Fixed the 3 per-PV checkboxes in PlayerData in the Launcher
- DivaMovie is now enabled by default, but automatically disables itself when unnecessary (to prevent black frames/backgrounds when playing movie/hybrid PVs) unless "Force Hybrid Decoding" is checked
r2:
- Updated mount data verification file
r3:
- Launcher PlayerData skin spinbox hotfix
r4:
- Changed Notabug references to GitHub
Full Changelog: https://github.com/PDModdingCommunity/PD-Loader/commits/2.6.5a-r4n
Downloads