On 7/24/06, <b class="gmail_sendername">Paul Fahrenkrug</b> <<a href="mailto:fahrep81@uwosh.edu">fahrep81@uwosh.edu</a>> wrote:<div><span class="gmail_quote"></span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div><div>Has anyone successfully gotten Stepmania to launch from
Mythgame? I can't seem to figure out the proper things to put for
the Gameplayer. I tried the howto on the Mythtv Wiki, but it did
not work. Any suggestions?</div></div></blockquote><div><br>
I have had little luck with MythGame outside of zsnes and xmame; instead, I made an entry in mainmenu.xml:<br>
<br>
<button><br>
<type>GAME</type><br>
<text>Stepmania</text><br>
<action>EXEC /home/mythtv/StepMania-3.9/stepmania</action><br>
</button><br>
<br>
Actually, I was able to get StepMania running from MythGame just now by doing the following:<br>
<br>
Under Game Player Setup:<br>
Player Name: PC GAMES<br>
Type: OTHER<br>
Rom path: /usr/games/scripts<br>
<br>
I then created /usr/games/scripts where I created shell scripts to
launch the various PC games; for StepMania, it looked like this:<br>
<br>
#!/bin/bash<br>
`/home/mythtv/StepMania-3.9/stepmania`<br>
<br>
This seemed to work just fine! I hope it works for you as well.<br>
<br>
Peace,<br>
Jack.<br>
</div></div>