| QUOTE (DevSpook @ Jan 22 2003, 05:53 PM) |
| Is it possible to extract the savegame id from the .XBE? I've been looking over the XBE info on caustiks site, but can't really find what I'm looking for. |
| QUOTE (DevSpook @ Jan 22 2003, 06:30 PM) |
| That's the one I'm after. I have been looking at your code, I thought that the GetXbeID() function would return the value I need, but I can't get the values to match. Quite a few of the files also return zero as XbeID. I also checked out your "SearchForAutos" function, but it looks like the save game thingie isn't implemented // Last resort... look for save game info and use there, if possible if ( pItem.GetValue( szII_Media ).GetLength() == 0 ) { } Is there another function I should use? |
| QUOTE (DevSpook @ Jan 22 2003, 07:07 PM) |
| I'm looking at the 0.9g wip code. I am supplying the full path, and the drives are relinked as needed. I retrieve the title successfully using the same parameter I'm using for the id, so it should be fine. I'll have another look at it tomorrow, it's getting rather late where I am so I might be missing something obvious. |
| QUOTE |
| OK. Yeah, I looked at it, and it should work fine. |