SageTV Community  

Go Back   SageTV Community > Downloads > External Plugins and Utilities

Latest Files
Latest Files
Most Popular Files
Most Popular Files
Top Contributors
Top Contributors

Important Information
  • Use these files at your own risk!
  • Enjoy
  
Navigation
Main | Category Tree | Stats | Search
Downloads [Download Game Menu Item Creator]
File Name: Game Menu Item Creator (2.9 KB) Download
Author: nyplayer (Uploaded by nyplayer)
Date Added: 04-11-2007
Downloads: 1256
Description
Scripts to create Menuitems for game emulators.

There is no need to touch or change the script. All changes are done via the batch file. Example Below. Along with explainations.

PS if your file names contain & then it will fail. I renamed my & to and


Usage -Needs Dynamic Menus by Nielm

1. Setup Batchfile. (if you do not have images you can just set images=c:\temp"
2. Run it will create a games.xml in c:\temp
3. Open up games.xml in notepad or wordpad. Select all and copy to clipboard.
4. Paste a new menu item in Sage. Viola you have a full list of games. Save menu file.



set menuname="Nintendo"
set rompath="c:\roms\Nintendo"
set emulatorexe="c:\nestopia\nestopia.exe"
set images="c:\roms\Nintendo"

rem ... make sure to end emulatorargs with trailing space
set emulatorargs=" "

rem ... make sure to start emulatorarg2s with space
set emulatorargs2=" "

set sleepsage=1
set disablefullscreen=1
set confirmprompt=1

creategameNew.vbs %rompath% %emulatorexe% %emulatorargs% %menuname% %emulatorargs2% %sleepsage% %disablefullscreen% %confirmprompt% %images%

CreateNes.bat
set menuname= > Menu Name
set rompath=" > path to your Roms
set emulatorexe > your emulator executable

set emulatorargs="" - Arguments before rom file
set emulatorargs2="" Arguments after rom file

0=No 1=yes
set sleepsage=0 > Sleeps Sage
set disablefullscreen=0 > windows Sage on load of game restores after game is closed

set confirmprompt=0 > Adds a confirmation when selecting a game yes or cancel


SageMC uses its own place to store Icons images etc... It is not themed to the default stv. In the SageTV default Dynamic menus you can tell it where to find the images SAGEMC doesn't seem to honor this. I have some new scripts. The only way to get the Images to show up in SageMC is to copy the images over to the SAGMC default menuicons folder

ex.
C:\Program Files\SageTV\SageTV\STVs\SageTV3\SageMCE\Themes\Default\MenuIcons\gamesimages\snes

using the script attached the batch file would look something like this... Pay special attention to the set images

set menuname="Nintendo"
set rompath="c:\roms\Nintendo"
set emulatorexe="c:\nestopia\nestopia.exe"
set images="gamesimages\snes"

rem ... make sure to end emulatorargs with trailing space
set emulatorargs=" "

rem ... make sure to start emulatorarg2s with space
set emulatorargs2=" "

set sleepsage=1
set disablefullscreen=1
set confirmprompt=1
Images
Game Menu Item Creator by nyplayer on 04-11-2007
Game Menu Item Creator by nyplayer on 04-11-2007
Game Menu Item Creator by nyplayer on 04-11-2007
Game Menu Item Creator by nyplayer on 04-25-2007
Game Menu Item Creator by nyplayer on 04-25-2007
Downloads [Download Game Menu Item Creator]


DownloadsII 5.1.1 by CyberRanger & Jelle
Based on ecDownloads 4.1 © Ronin

All times are GMT -6. The time now is 09:43 AM.


Powered by vBulletin® Version 3.7.6
Copyright ©2000 - 2010, Jelsoft Enterprises Ltd.
Copyright 2003-2005 SageTV, LLC. All rights reserved.