On 7/24/06, <b class="gmail_sendername">Paul Fahrenkrug</b> &lt;<a href="mailto:fahrep81@uwosh.edu">fahrep81@uwosh.edu</a>&gt; 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?&nbsp; I can't seem to figure out the proper things to put for
the Gameplayer.&nbsp; I tried the howto on the Mythtv Wiki, but it did
not work.&nbsp; Any suggestions?</div></div></blockquote><div><br>
&nbsp;I have had little luck with MythGame outside of zsnes and xmame; instead, I made an entry in mainmenu.xml:<br>

<br>

&lt;button&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;GAME&lt;/type&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;text&gt;Stepmania&lt;/text&gt;<br>

&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;EXEC /home/mythtv/StepMania-3.9/stepmania&lt;/action&gt;<br>

&lt;/button&gt;<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>