mirror of
https://github.com/shadps4-emu/shadPS4.git
synced 2026-04-25 15:56:00 +03:00
[GH-ISSUE #3830] [Feature Request]: Auto discover DLC folder on starting a game #1147
Labels
No labels
Bloodborne
bug
contributor wanted
documentation
enhancement
frontend
good first issue
help wanted
linux
pull-request
question
release
verification progress
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/shadPS4#1147
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @AkazaRenn on GitHub (Nov 25, 2025).
Original GitHub issue: https://github.com/shadps4-emu/shadPS4/issues/3830
Originally assigned to: @georgemoralis on GitHub.
Checklist
Description
When starting a game, I would like ShadPS4 to automatically discover the DLC files located around the base game files and apply them, instead of limiting it to a specific folder specified in the config file.
Reason
It would make managing game files easier, as I can group the files for the same game all in one folder. In the current implementation, DLCs have to be in one specific folder, meaning the game and update files cannot be grouped together with them, as long as I have more than one game.
Examples
Currently, when ShadPS4 launches a game
CUSA12345located at[base dir]/CUSA12345, it checks if[base dir]/CUSA12345-UPDATEexists. If yes, it will apply the updates found there.In a similar fashion, I would like it to also check if
[base dir]/CUSA12345-ADDONexists and apply them.