Wow, that worked thanks.&nbsp; I had tried something like that, but with a link to the executable, as opposed to the script.&nbsp; Thanks man, works great!<br><br>----- Original Message -----<br>From: John Brooks &lt;iresprite@gmail.com&gt;<br>Date: Monday, July 24, 2006 4:14 pm<br>Subject: Re: [mythtv-users] Stepmania Gameplayer<br>To: Discussion about mythtv &lt;mythtv-users@mythtv.org&gt;<br><br>&gt; On 7/24/06, Paul Fahrenkrug &lt;fahrep81@uwosh.edu&gt; wrote:<br>&gt; &gt;<br>&gt; &gt; Has anyone successfully gotten Stepmania to launch from <br>&gt; Mythgame?&nbsp; I can't<br>&gt; &gt; seem to figure out the proper things to put for the <br>&gt; Gameplayer.&nbsp; I tried the<br>&gt; &gt; howto on the Mythtv Wiki, but it did not work.&nbsp; Any <br>&gt; suggestions?&gt;<br>&gt; <br>&gt; &nbsp;I have had little luck with MythGame outside of zsnes and <br>&gt; xmame; instead, I<br>&gt; made an entry in mainmenu.xml:<br>&gt; <br>&gt; &lt;button&gt;<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;type&gt;GAME&lt;/type&gt;<br>&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>&gt; &lt;text&gt;Stepmania&lt;/text&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;action&gt;EXEC /home/mythtv/StepMania-3.9/stepmania<br>&gt; &lt;/button&gt;<br>&gt; <br>&gt; Actually, I was able to get StepMania running from MythGame just <br>&gt; now by<br>&gt; doing the following:<br>&gt; <br>&gt; Under Game Player Setup:<br>&gt; Player Name: PC GAMES<br>&gt; Type: OTHER<br>&gt; Rom path: /usr/games/scripts<br>&gt; <br>&gt; I then created /usr/games/scripts where I created shell scripts <br>&gt; to launch<br>&gt; the various PC games; for StepMania, it looked like this:<br>&gt; <br>&gt; #!/bin/bash<br>&gt; `/home/mythtv/StepMania-3.9/stepmania`<br>&gt; <br>&gt; This seemed to work just fine! I hope it works for you as well.<br>&gt; <br>&gt; Peace,<br>&gt; Jack.<br>&gt;