mirror of
https://github.com/RPCS3/discord-bot.git
synced 2026-07-19 13:54:44 -04:00
[GH-ISSUE #1013] DRM Free Updates #120
Reference in New Issue
Block a user
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 @Darkhost1999 on GitHub (Jan 19, 2026).
Original GitHub issue: https://github.com/RPCS3/discord-bot/issues/1013
There are a small number of games out there that come from PKGDIR of a disc and therefore do not have a .rap file from the psn store.
These were dubbed DRM free update files and changes the url by placing a /2 in a certain spot of the url.
For me I found this issue after purchasing the America's collection disc and wasn't able to update Assassin's creed 3 without receiving an error telling me that I need a rap file when none is created.
It'd be nice if the bot can fetch and provide these for users to prevent falsified reports like with Fat Princess from the "Best of PSN Volume 1" disc
Or with Tokyo Jungle, etc.
@Darkhost1999 commented on GitHub (Jan 19, 2026):
Fixed in https://github.com/RPCS3/discord-bot/pull/1014
DRM Free Updatesto [GH-ISSUE #1013] DRM Free Updates