Well, Im just playing around trying to find a decent way to launch games from the MCE interface.. I'm simply too lazy to close MCE and click on an icon.. anyway, here's my first attempt after a little research, for anyone who's interested;
Steps:
1. Open the
Start Menu\Programs\Accessories\Media Center\Media Center Programs folder under your
Documents and Settings directory
2. Create a .MCL file with the name of your game, eg. Call of Duty 2.mcl
3. Copy the following into it;
<application
name = "My Game"
SharedViewport = ""
NowPlayingDirective = ""
run = "My Game.lnk"
>
<capabilitiesrequired
directx="True"
audio="False"
video="False"
intensiverendering="True"
console="False"
cdburning="False" />
</application>
3. Replace the name="" with whatever you want displayed in MCE
4. Replace the run="" with the full path/filename of the SHORTCUT you use to launch your game with. If you use the exe directly, its current directory will be C:\windows\ehome, and obviously it wont run properly.
OK, so when you go to My Programs from MCE, you'll see an icon for your game there. Launch it, any running media will stop and the game (
should) load. The only problem now, is getting MCE to reappear once the game has closed. Apparently you can use some code to get it back (
http://msdn.microsoft.com/library/de...Developers.asp) but I cant see anyway to do it without writing a prog that launches the game and, when done, reinstates MCE.
So.. thats my first go at getting a game to launch directly from MCE, I hope it helps someone out there. If anyone has anything else to add or any ideas on this problem I'd love to hear em. Let the games begin.
Cheers,
Nick.