xboxscene.org forums

Xbox360 Forums => Xbox360 Software Forums => XeXDK development => Topic started by: juggahax0r on January 29, 2011, 03:20:00 PM

Title: Title Updates Xdk?
Post by: juggahax0r on January 29, 2011, 03:20:00 PM
QUOTE(sammyunit12 @ Jan 29 2011, 02:37 PM) View Post

I know a site where I can download recent title updates for games, I'm just wondering on how to install it on a XDK via Neighbourhood, does the .file go into the Cache folder and done? or isit impossible to get title updates for the XDK.. Or else do I need to patch the files some how? Please help!

There must be a way to patch games I just know it xD


 Extract the TU with an STFS tool of your choice. Manually patch the default.xex to the default.xexp file using xextool (untouched virgin retail xex) Then resign the xex dev with xextool. Any other files that are a part of the TU need to go in the data folder of the game. They don't work the same as on a retail machine so you can't just put it in the cache folder.
Title: Title Updates Xdk?
Post by: upa123 on February 13, 2011, 01:14:00 AM
I have a question regarding the data portion of the game after I have patched the xex file.

For instance, in the TU for Fable3, it has the xexp for the XEX file which I already patched, but it also has a few data files like this:

\Data
----\package_collection_info.xmb
----\tu1.bnk
----\tu1.bnk.dat
----\tu1.manifest.pkg

Do I literally drop those 4 files into the \Data folder since it does exist?  I assumed I need some way to extract the actual files first from those packages, and not just drop those files themselves?

Thanks.
Title: Title Updates Xdk?
Post by: sammyunit12 on February 13, 2011, 08:00:00 AM
QUOTE(upa123 @ Feb 13 2011, 10:14 AM) View Post

I have a question regarding the data portion of the game after I have patched the xex file.

For instance, in the TU for Fable3, it has the xexp for the XEX file which I already patched, but it also has a few data files like this:

\Data
----\package_collection_info.xmb
----\tu1.bnk
----\tu1.bnk.dat
----\tu1.manifest.pkg

Do I literally drop those 4 files into the \Data folder since it does exist?  I assumed I need some way to extract the actual files first from those packages, and not just drop those files themselves?

Thanks.


Yeah if your Fable 3 in your DEVKIT volume already has a folder called "Data" and the patch files has a folder called "Data" just drop those patch files from the patched data folder into the one you already have else the .xexp won't run the game.

I know this because I wanted to patch Black Ops and I only dragged in the .xexp files and it didin't even bother booting up, so I dumped the patch files that came with it into my Black Ops folder and it worked.