|
ATHEiST
|
 |
« Reply #60 on: January 05, 2010, 04:26:44 AM » |
|
hey dstruktiv thnx bud, Thats exactly what i was looking for 
|
|
|
|
|
Logged
|
|
|
|
|
wang
|
 |
« Reply #61 on: January 06, 2010, 11:37:35 AM » |
|
do you think it would work with rockband/guitar hero/etc songs?
or would it be easier to get the address in the file of the console id, profile id, and modify those? i know you didn't intend your app to work on songs.
|
|
|
|
« Last Edit: January 06, 2010, 12:01:21 PM by wang »
|
Logged
|
|
|
|
|
Arakon
|
 |
« Reply #62 on: January 06, 2010, 12:29:32 PM » |
|
It does work with them.
|
|
|
|
|
Logged
|
I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
|
|
|
|
wang
|
 |
« Reply #63 on: January 06, 2010, 10:16:50 PM » |
|
you're the best!
|
|
|
|
|
Logged
|
|
|
|
|
damox
|
 |
« Reply #64 on: January 06, 2010, 10:57:28 PM » |
|
Title updates are being picked up in the file scan, when you click them, xm360 beta 0.1 errors out. Actually, that wouldn't be too bad a feature, the app seems to read the file ok (gets game name and update number and whatnot), maybe have another tab for title updates. ************** Exception Text ************** System.ArgumentException: Parameter is not valid. at System.Drawing.Image.FromStream(Stream stream, Boolean useEmbeddedColorManagement, Boolean validateImageData) at System.Drawing.Image.FromStream(Stream stream) at XM360.Form1.byteArrayToImage(Byte[] byteArrayIn) at XM360.Form1.readThumb(String file) at XM360.Form1.dataGridView1_SelectionChanged(Object sender, EventArgs e) at System.Windows.Forms.DataGridView.OnSelectionChanged(EventArgs e) at System.Windows.Forms.DataGridView.OnCellMouseDown(HitTestInfo hti, Boolean isShiftDown, Boolean isControlDown) at System.Windows.Forms.DataGridView.OnCellMouseDown(DataGridViewCellMouseEventArgs e) at System.Windows.Forms.DataGridView.OnMouseDown(MouseEventArgs e) at System.Windows.Forms.Control.WmMouseDown(Message& m, MouseButtons button, Int32 clicks) at System.Windows.Forms.Control.WndProc(Message& m) at System.Windows.Forms.DataGridView.WndProc(Message& m) at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m) at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
************** Loaded Assemblies ************** mscorlib Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll ---------------------------------------- XM360 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Damox/Desktop/xm360/XM360/XM360.exe ---------------------------------------- System.Windows.Forms Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll ---------------------------------------- System Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll ---------------------------------------- System.Drawing Assembly Version: 2.0.0.0 Win32 Version: 2.0.50727.4927 (NetFXspW7.050727-4900) CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll ---------------------------------------- X360 Assembly Version: 1.0.0.0 Win32 Version: 1.0.0.0 CodeBase: file:///C:/Users/Damox/Desktop/xm360/XM360/X360.DLL ----------------------------------------
************** JIT Debugging **************
|
|
|
|
« Last Edit: January 06, 2010, 11:02:30 PM by damox »
|
Logged
|
|
|
|
|
dstruktiv
|
 |
« Reply #65 on: January 07, 2010, 12:16:44 AM » |
|
Heh it's trying to read the thumbnail from the container which I'm assuming doesn't exist on title updates :p - It will read everything else correctly though... But the thumb will make it crash. I'll make it check exactly what type of file it is in the next release... On a similar note you can open up nxeart files in this and extract the contents if you want a 1080P wallpaper of your favorite game :p
|
|
|
|
|
Logged
|
|
|
|
|
keropi
|
 |
« Reply #66 on: January 08, 2010, 06:06:39 PM » |
|
I tried something today and it did not unlock the games...
I have 2 consoles: 1 "clean" with 33 XBLA games bought for it , and an XBR one. I hooked the clean console's HD to my pc, and grabbed the XBLA games I wanted. The main idea was to unlock them so they play fine on my XBR one. So I opened the directory with XBLA Unlocker, it sees the games fine BUT it reports that they are already full version. I ignored it, pressed the "enable full version" button, and it wrote the changes. But when I put them in the XBR console's HDD, they are still in DEMO mode. Is this a known limitation? (normal demo games unlock fine btw, the problem is already bought games...)
|
|
|
|
|
Logged
|
2x Jasper16a XBR 
|
|
|
|
dstruktiv
|
 |
« Reply #67 on: January 08, 2010, 06:41:35 PM » |
|
Hmmm I'm an idiot really. When I think about it, games that have actually been purchased on one console, will be signed with that consoles kv and console id, they'll also be set to non transferable. Technically they ARE the full game as my app picks up on correctly, but when you put them on a dif console it will see it's non transferable content and will just treat it as the trial version (Even though license is actually full). Simple fix... Set the allow transfer flag to true  Should be an easy hex edit... just not sure where the offset is off the top of my head. Will update my app shortly so it allows for this. Cheers for pointing it out!
|
|
|
|
|
Logged
|
|
|
|
|
keropi
|
 |
« Reply #68 on: January 08, 2010, 07:05:13 PM » |
|
no problem, your excellent app will become more excellent! 
|
|
|
|
|
Logged
|
2x Jasper16a XBR 
|
|
|
|
|
|
Eiji
|
 |
« Reply #70 on: January 09, 2010, 12:32:29 AM » |
|
Nice 
|
|
|
|
|
Logged
|
|
|
|
|
dstruktiv
|
 |
« Reply #71 on: January 09, 2010, 03:36:31 AM » |
|
Well it works  Scan files will find all xbla content. Unlock will unlock all files that are trial versions. And there's a locked or unlocked pic beside the title names so you know whats what. Will get a nicer UI and fix up the title names and release tomorrow or something. 
|
|
|
|
|
Logged
|
|
|
|
|
Arakon
|
 |
« Reply #72 on: January 09, 2010, 05:56:48 AM » |
|
*Various whining posts removed*
If you guys want to bitch and cry, stick to PM. That's your own personal business and noone here cares or can be f***ed reading through clutter like that.
|
|
|
|
|
Logged
|
I do NOT give support by email, PM, ICQ or whatever. Anyone annoying me that way will have his balls removed. With a rusty butterknife. Slowly. And I'll enjoy doing it.
|
|
|
|
tex1ntux
|
 |
« Reply #73 on: January 09, 2010, 06:14:23 AM » |
|
I tried something today and it did not unlock the games...
I have 2 consoles: 1 "clean" with 33 XBLA games bought for it , and an XBR one. I hooked the clean console's HD to my pc, and grabbed the XBLA games I wanted. The main idea was to unlock them so they play fine on my XBR one. So I opened the directory with XBLA Unlocker, it sees the games fine BUT it reports that they are already full version. I ignored it, pressed the "enable full version" button, and it wrote the changes. But when I put them in the XBR console's HDD, they are still in DEMO mode. Is this a known limitation? (normal demo games unlock fine btw, the problem is already bought games...)
Funny that the first person to notice that purchased games don't work with the unlocker was 4 pages into the thread. =/ That said, thanks for the tool, dstruktiv. I have lots of purchased games on my Live box and it is nice to have the option of playing them on my xbr'd boxes.
|
|
|
|
|
Logged
|
|
|
|
|
keropi
|
 |
« Reply #74 on: January 09, 2010, 09:22:06 AM » |
|
Today I tried grabbing the 2 Tombraider Underworld DLC's I have: Beneath the Ashes and Lara's Shadow. I grabbed them from the "clean" HDD , and loaded them to XBLA Unlocker. They both appeard as full versions already, but I patched them anyways. I also grabbed TR's titleupdate from the cache folder. I put all of them to the xbr's HDD, booted the game and I only get to play Lara's Shadow mission. There is a message in the upper right corner to notify me that there is new DLC content available at live - Beneath the Ashes  that ofcourse it already in the HDD... How can I help so that all DLC also get unlock?  edit: BOTH expansions show in the menu when you get to delete stuff from the HDD... maybe "beneath the ashes" is like the borderlands expansion mentioned before that gets corrupted? 
|
|
|
|
« Last Edit: January 09, 2010, 09:40:48 AM by keropi »
|
Logged
|
2x Jasper16a XBR 
|
|
|
matrixsoul
Newbie

Posts: 2
|
 |
« Reply #75 on: January 09, 2010, 10:24:38 AM » |
|
Today I tried grabbing the 2 Tombraider Underworld DLC's I have: Beneath the Ashes and Lara's Shadow. I grabbed them from the "clean" HDD , and loaded them to XBLA Unlocker. They both appeard as full versions already, but I patched them anyways. I also grabbed TR's titleupdate from the cache folder. I put all of them to the xbr's HDD, booted the game and I only get to play Lara's Shadow mission. There is a message in the upper right corner to notify me that there is new DLC content available at live - Beneath the Ashes  that ofcourse it already in the HDD... How can I help so that all DLC also get unlock?  edit: BOTH expansions show in the menu when you get to delete stuff from the HDD... maybe "beneath the ashes" is like the borderlands expansion mentioned before that gets corrupted?  For some reason, Xbla Unlocker does that to some DLC and to my bought XBLA games when trying to switch console. I now use a program called DLC Patcher to unlock those.
|
|
|
|
|
Logged
|
|
|
|
matrixsoul
Newbie

Posts: 2
|
 |
« Reply #76 on: January 09, 2010, 10:28:19 AM » |
|
The tool is made by Fatum from another forum, here's what he said about those DLC: Your license: xxxxxxxxxxxxxxxx Content: 00000001 Friend license: yyyyyyyyyyyyyyyy Content 00000002 Other license: zzzzzzzzzzzzzzzz Content 00000010 File is this same only Content bitmask is different If license is changed to FFFFFFFFFFFFFFFF (hex) bitmask is set to any console/profile (i think that this is set by last parameter: flag) What do yaris swap? Overwrite License to FFFFFFFFFFFFFFFF (very good;) and License to 00000001 (good for arcde and 80% of dlc) What do dlc patcher? If Content is different than 00000000 (ex 01000000) it's not touched but license is changed for FFFFFFFFFFFFFFFF. If Content is 00000000 license is changed to FF.... and Contnet to 00000001. That's all If something is patched by yaris you can't patch it again because you don't know right content. Only forza dlcs have files connected with content mask. DLC Patcher was fast dirty app for Forza 
|
|
|
|
|
Logged
|
|
|
|
|
zouzzz
|
 |
« Reply #77 on: January 09, 2010, 10:35:28 AM » |
|
Interresting, YS'll uptaded soon. 
|
|
|
|
|
Logged
|
|
|
|
|
keropi
|
 |
« Reply #78 on: January 09, 2010, 12:29:23 PM » |
|
thanks for the info, I am trying DLC patcher now... perhaps dstruktiv can integrate this functionality too  edit: I can confirm that DLC patcher works fine with both TR Underworld expansions and Mushihimesama Futari Black Label DLC. 
|
|
|
|
« Last Edit: January 09, 2010, 01:58:19 PM by keropi »
|
Logged
|
2x Jasper16a XBR 
|
|
|
|
node21
|
 |
« Reply #79 on: January 10, 2010, 08:06:47 PM » |
|
I've started to work with dstruktiv on this project. I'm working on adding a concept similar to all of those "ROM renamers" out there that check your collection against what is available, so you can fill in holes. It's working pretty well: Click for larger view. Note carefully that the list on the right indicates whether or not you have the title. 
|
|
|
|
|
Logged
|
|
|
|
|