Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support
Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support Windows 7, Vista & Linux Media Center Support


Go Back   Australian Media Center Community > Windows Media Center Plugins & Addons > Windows Media Center Plugins & Addons

Community Information

Launching games from MCE
this thread has 54 replies and has been viewed 27057 times
Reply
 
Thread Tools
Old 3rd June 2006, 10:20 PM   #37 (permalink)
MC Apprentice
 
ToniLou's Avatar
Status ToniLou is Offline:
ActivityPosts: 17
Reputation & Thanks Support Rating:
ToniLou
Points Earned: 10

ToniLou has been thanked 0 times in 0 posts
Re: Launching games from MCE

Hi

I'm posting a small Windows .js script that automates the task of creating the .bat, .mcl and .lnk files needed to lauch mame games from "Other programs" in MCE.

The script just reads the roms folder from your mame installation and for every rom found:

* it creates the .bat file proposed by amos_32
* it creates the .mcl file proposed by amos_32
* it creates the .lnk file in "C:\Documents and Settings\All Users\Start Menu\Programs\Accessories\Media Center\Media Center Programs" to the .mcl file

To run the script, just extract the attached file anywhere to your system, setup the needed variales, and run the script by clicking on it.

You must set up accordingly to your mame installation the following variables found in the script header:

* G_gameloader_path: full path to the GameLoader.exe binary on your system
* G_gameloader_options: GameLoader command line options (-k)
* G_mame_folder_path: folder where mame is on your system
* G_mame_bin_name: mame binary on your system (mame.exe, mame32.exe)
* G_mame_options: commad-line mame options
* G_bat_folder: folder where the generated .bat files will be generated (in my system it is in the mame folder)
* G_mcl_folder: folder where the generated .mcl files will be generated (in my system it is in the mame folder)

I ran the script on my system and it works. I have about 5200 roms.

There is a big problem: the MCE2005 startup time has increased a lot. Now it takes about 30 seconds to startup up. It seems that MCE2005 does not like lots of files in "Other programs".



Toni
Attached Files
File Type: zip create-mce-mame-0.1.zip (1.6 KB, 57 views)
  Reply With Quote
Old 3rd June 2006, 11:17 PM   #38 (permalink)
MC Apprentice
 
amos_82's Avatar
Status amos_82 is Offline:
ActivityPosts: 44
Reputation & Thanks Support Rating:
amos_82
Points Earned: 27

amos_82 has been thanked 2 times in 2 posts
Re: Launching games from MCE

Looks good; although i'm a bit worried about flooding MCE with mcl files. I prefer using GameEx for accessing large amount of roms, im just trying to add all my favourite roms to MCE, takes a bit of time So far ive got mame, n64, snes, and dreamcast games added.

It would be cool if you could add the mame flyer art to the mcl, the images are named the same as the rom itself, so it could be done.

Navigate MCE & Exit Mame with your Gamepad:
JoytoKey is an extremely light & free program which will allow you to control MCE with your gamepad, makes navigation easy, & also doesnt interfere with mame. Its well worth setting up, fantastic to use Works by mapping keyboard keys to the gamepad.

If you have a button on the gamepad which you arent using in mame, use joytokey to set it to 'escape' which will exit mame & return to mce.

Download JoytoKey 3.79(jtk379en.zip) Free software (307 kb)

Here's my config file for browsing mce:
MCE Navigation.txt

The file needs to be renamed from .txt to .cfg (i couldnt upload a cfg file). Then it needs to be put in the same folder as joytokey, also delete any other .cfg files, to ensure the right one loads each time.

The buttons may need to be changed to suit your gamepad (currently mapped to ps2). Make sure to use the autoshoot function to copy the way mce scrolls up/down left/right, & also page up/down.

Here's a full list of mce keyboard shortcuts

If you want to hide joytokey when it launches then change the startup option from the settings tab.


Batch File stuff
If you decide to use joytokey with a batch file, then the .bat must be in the same folder as the joytokey.exe
To close Joytokey from a batch file use this:

taskkill.exe /IM JoyToKey.exe /F

If you need to change profile automatically, then use a batch file like this:

@echo off

taskkill.exe /IM JoyToKey.exe /F

start "" "C:\MCE Games\JoyToKey.exe" "Vice City.cfg"
Attached Files
File Type: txt MCE Navigation.txt (1.6 KB, 63 views)

Last edited by amos_82; 4th June 2006 at 12:27 AM..
  Reply With Quote
Old 6th June 2006, 08:20 AM   #39 (permalink)
MC Apprentice
 
amos_82's Avatar
Status amos_82 is Offline:
ActivityPosts: 44
Reputation & Thanks Support Rating:
amos_82
Points Earned: 27

amos_82 has been thanked 2 times in 2 posts
Re: Launching games from MCE

Sorry guys; i dont know what i was thinking, if you want to close mce before mame launches use this batch file:


Code:
@echo off

C:
CD "C:\Program Files\Mame32"
Mame32.exe your rom name -rompath "C:\Program Files\Mame32\roms" -triplebuffer -nowindow -joy
-artwork -artwork_directory artwork

start "" "C:\WINDOWS\GameLoader.exe" "-k" "C:\Program Files\Mame32\Mame32.exe"
  Reply With Quote
Old 9th June 2006, 05:32 PM   #40 (permalink)
MC Apprentice
 
scanman's Avatar
Status scanman is Offline:
Location SW Sydney
ActivityPosts: 21
Reputation & Thanks Support Rating:
scanman
Points Earned: 10

scanman has been thanked 0 times in 0 posts
Re: Launching games from MCE

Hi GUys.
Been reading this thread for a while now with interest, but I havew a bit of a problem I'm hoping someone here can help with.
I want to basically run a screen saver from within the more programs in MCE2005. I have Serene Screens Marine Aquarium Time, which looks fantastic on the 104cm flat panel. Unfortunately, I have problems getting it to run within MCE. I have tried batch files, and game loader. I have tried setting the MCL file up to go to a link, as well as the actual screen saver file in the c:\windows\system32 directory. Nothing works properly. I say properly, because sometimes MCE gives me an error saying it can't open it up. Other times I get a raster video error and wants to switch to software rendering ( I assume the screen saver uses hardware 3d rendering).
After this the screen saver wont work unless you go into the set up again and set it back up for hardware video.
Is there anyway to force this to run using hardware video render, as MCE or windows tried to shift it to software rendering for which it wasn't made to run.

Dave
__________________
'Do not go where the path may lead.. Instead make your own path, and leave no trail....'
  Reply With Quote
Old 11th June 2006, 10:37 PM   #41 (permalink)
MC Apprentice
 
AdReNaLiN's Avatar
Status AdReNaLiN is Offline:
ActivityPosts: 45
Reputation & Thanks Support Rating:
AdReNaLiN
Points Earned: 10

AdReNaLiN has been thanked 0 times in 0 posts
Re: Launching games from MCE

I too am interested in running other applications as well as games from MCE.

I'm thinking I can just define whatever application I like in place of "game.exe" to acheive what i'm after?
  Reply With Quote
Old 11th June 2006, 11:36 PM   #42 (permalink)
MC Apprentice
 
amos_82's Avatar
Status amos_82 is Offline:
ActivityPosts: 44
Reputation & Thanks Support Rating:
amos_82
Points Earned: 27

amos_82 has been thanked 2 times in 2 posts
Re: Launching games from MCE

Sure i dont see why not, just go through the usual steps, create a shortcut, link to the gamelauncher, & make the mcl.




News: I made a feature request in the GameEx forum, which has come true, Gameex can now export all of your favourite roms to the more programs section of mce - thumbnails & all The games use the back button/green button on the remote to exit. Note for registered users only.

I'd recommend registering with gameex, it takes all the frustration & repetition out of adding loads of games to mce.
  Reply With Quote
Old 12th June 2006, 11:24 PM   #43 (permalink)
MC Graduate
 
SongzStar's Avatar
Status SongzStar is Offline:
ActivityPosts: 55
Reputation & Thanks Support Rating:
SongzStar
Points Earned: 10

SongzStar has been thanked 0 times in 0 posts
Re: Launching games from MCE

How do you create a .MCL file, using notepad?.. The file still becomes game.mcl.txt...
  Reply With Quote
Old 12th June 2006, 11:59 PM   #44 (permalink)
MC Apprentice
 
ToniLou's Avatar
Status ToniLou is Offline:
ActivityPosts: 17
Reputation & Thanks Support Rating:
ToniLou
Points Earned: 10

ToniLou has been thanked 0 times in 0 posts
Re: Launching games from MCE

Hi

>News: I made a feature request in the GameEx forum, which has come true, Gameex >can now export all of your favourite roms to the more programs section of mce - >thumbnails & all The games use the back button/green button on the remote to exit. >Note for registered users only.

Just a word, the MCE startup time can increase a lot if there is too much information in the "More programs" section.


Toni
  Reply With Quote
Old 13th June 2006, 12:01 AM   #45 (permalink)
MC Apprentice
 
amos_82's Avatar
Status amos_82 is Offline:
ActivityPosts: 44
Reputation & Thanks Support Rating:
amos_82
Points Earned: 27

amos_82 has been thanked 2 times in 2 posts
Re: Launching games from MCE

The save type needs to be set to 'all files' see below

  Reply With Quote
Old 13th June 2006, 12:47 AM   #46 (permalink)
MC Graduate
 
SongzStar's Avatar
Status SongzStar is Offline:
ActivityPosts: 55
Reputation & Thanks Support Rating:
SongzStar
Points Earned: 10

SongzStar has been thanked 0 times in 0 posts
Re: Launching games from MCE

Thanx guys.. Will make use of the GameEX as well..
  Reply With Quote
Old 29th June 2006, 09:55 AM   #47 (permalink)
MC Apprentice
 
amos_82's Avatar
Status amos_82 is Offline:
ActivityPosts: 44
Reputation & Thanks Support Rating:
amos_82
Points Earned: 27

amos_82 has been thanked 2 times in 2 posts
Re: Launching games from MCE

Just a quick word about mcl files. Should have mentioned it earlier, but better late than never.

To control what happens to music or tv which is playing when you decide to launch a game, the following line needs to be added to the mcl file after the "thumbnailimage=" line:

Code:
sharedviewport="close"
(this will close the media which was playing) Here are other values, which you can use:

Value Description
"close" The shared viewport is closed.
"pause" The media is paused.
"stop" The media is stopped.
"mute" The media is muted.


Also just a quick hello & thankyou to Nickoz for his fantastic gameloader! Still excited about having games in mce, thanks Nickoz.
  Reply With Quote
Old 7th July 2006, 02:17 AM   #48 (permalink)
Newbie
 
Jaybird's Avatar
Status Jaybird is Offline:
ActivityPosts: 5
Reputation & Thanks Support Rating:
Jaybird
Points Earned: 10

Jaybird has been thanked 0 times in 0 posts
Re: Launching games from MCE

I am trying to install FIFA World Cup 2006 PC Game on my MCE box but the installation aborts saying that I need DirectX 9.0c. I have checked that I have it using the dcdaig command. I have also re-installed DirectX 9.0c just in case but I'm still having the same problem.

I was able to install the same game on another PC (Windows XP SP2) and it works sweet. Is there anything that I need to know? Anyone's help is much appreciated.
__________________

Refurbished DELL GX260
Pentium 4 (2.26 GHZ), 512 MB RAM, 200 GB HDD, NVIDIA GeForce 5200 (128 MB), Channel Plus Hybrid D+A TV Tuner, Wireless USB NIC, Microsoft MCE Remote Control,
Panasonic Plasma TH-42PA50A
  Reply With Quote
Reply

Bookmarks

Thread Tools



Advertisers








Terms Of Service - Contact Us - Advertise With Us - Archive - Privacy Policy - FAQ
Microsoft©, Windows 7©, Windows Vista© & Windows XP© are registered trademarks of Microsoft Corporation.
www.xpmediacentre.com.au has no relationship with, nor is affiliated in any way with Microsoft Corporation.
All original content on this website © 2004 - 2010 xpmediacentre.com.au, All rights reserved
Forum by vBulletin Version 3.8.3 - Copyright Jelsoft Enterprises Ltd.
Content Relevant URLs by vBSEO 3.2.0 RC7
Local time now is 08:58 PM AEDT.

Add to Google