GigiGorgeous
Forum Noob
I am working on a script that allows me to select games (iso or pkg) and my script will automatically retrieve the game and its associated updates and dlc from my library so I can install it on my PS3. I get the title id from the game and use it to get the corresponding updates and dlc. I noticed there is a problem with using this method for the dlc. Since dlc can be compatible with both the iso and pkg version of the game, using the title id does not guarantee I will get the dlc. Here is an example. I have the Ace Combat Assault Horizon game pkg (NPUB31072), but all the the dlc uses the disc title id (BLUS30613) so my script does not find it. Is there a way to check if the dlc is compatible with a game when the title ids do not match?