Hey there, just wondered if anyone could make me a simple (simple ish) program, for personal use. I'm looking into the editing of GPD's for many different games, and want to know what can be done.
All that there needs to be is:
Somewhere to drag/open a GPD and it extract the 3 Title Specific Files (offsets below)
Place to re-encrypt the 3 TS files into the Gpd.
Here's the offsets from X360's source or w/e you want to call it.
Cheers, I will forever be in love (no ****) if you can do this. :DCode:/// <summary>Title reserved data 1</summary> TitleSpecific1 = 0x63E83FFF, /// <summary>Title reserved data 2</summary> TitleSpecific2 = 0x63E83FFE, /// <summary>Title reserved data 3</summary> TitleSpecific3 = 0x63E83FFD,