Logo
Explore Help
Sign In
Max/PDModdingCommunity_PD-Loader
Watch 1
Star 0
Fork 0
Code Issues 5 Pull Requests 1 Actions Packages Projects Releases 5 Wiki Activity

5 Releases 5 Tags

RSS Feed
  • DEVef43d22 ef43d22686
    Compare

    DEVef43d22 (pre-release) Stable

    nastys released this 2025-05-01 13:52:26 +03:00 | 0 commits to dev since this release

    What'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
    • PD-Loader-Release-AppVeyor-ef43d226.zip
      1.5 MiB
      2025-06-24 09:39:12 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • DEV4fc2af28 4fc2af2878
    Compare

    DEV4fc2af28 (pre-release) Stable

    nastys released this 2024-09-23 09:38:30 +03:00 | 6 commits to dev since this release

    What'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
    • PD-Loader-Release-AppVeyor.zip
      1.5 MiB
      2024-10-28 10:56:10 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • DEV158c90ef 158c90ef84
    Compare

    158c90ef Pre-Release

    nastys released this 2024-05-01 22:46:59 +03:00 | 8 commits to dev since this release

    This 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
    • PD-Loader-Release-AppVeyor.zip
      1.5 MiB
      2024-06-01 13:45:35 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • DEVd7dfc571 d7dfc57192
    Compare

    d7dfc571 Pre-Release

    nastys released this 2022-07-28 00:35:58 +03:00 | 25 commits to dev since this release

    What'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-Release-AppVeyor-d7dfc571.zip
      1.5 MiB
      2023-09-16 15:04:50 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
  • 2.6.5a-r4n 1c026e2661
    Compare

    PD Loader 2.6.5a-r4nn Stable

    nastys 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
    • macoscompat.p
      12 B
      2022-05-26 22:27:43 +03:00
    • PD-Loader-Release-2.6.5a-r4nn.zip
      1.5 MiB
      2022-05-26 22:27:01 +03:00
    • Source Code (ZIP)
    • Source Code (TAR.GZ)
Powered by Gitea Version: 1.27.3 Page: 39ms Template: 5ms
Auto
English
Bahasa Indonesia Deutsch English Español Français Gaeilge Italiano Latviešu Magyar nyelv Nederlands Polski Português de Portugal Português do Brasil Suomi Svenska Türkçe Čeština Ελληνικά Български Русский Українська فارسی മലയാളം 日本語 简体中文 繁體中文(台灣) 繁體中文(香港) 한국어
Licenses API