Adjust instructions to remove DLC folder name requirements.

Stephen Miller
2025-08-09 16:22:05 -05:00
parent 78663357b8
commit 4ad5784ad2

@@ -108,14 +108,11 @@ The process for installing updates is the same:
3. Once finished, the game should show the installed update version in the UI.
Installing DLC is slightly different:
1. Prepare your dump of the DLC by making sure the folder has the correct name format
- Currently, this means the name should end in a 16-character long string called the "entitlement id".
- Itemzflow DLC dumps are formatted correctly by default.
2. Navigate to your set additional content directory, this is something you set when first booting shadPS4.
1. Navigate to your set additional content directory, this is something you set when first booting shadPS4.
- For SDL users, you'll need to manually add an additional content path to the "addonInstallDir" setting in your config.toml file.
3. Create a folder in your additional content directory, and give it the same name as your game folder from before.
4. Copy your dumped DLCs to the folder you created.
5. Once finished, your installed DLC should appear ingame.
2. Create a folder in your additional content directory, and give it the same name as your game folder from before.
3. Copy your dumped DLCs to the folder you created.
4. Once finished, your installed DLC should appear ingame.
---