home
products
contribute
download
documentation
forum
Home
Forums
New posts
Search forums
What's new
New posts
All posts
Latest activity
Members
Registered members
Current visitors
Donate
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Search titles only
By:
Menu
Log in
Register
Navigation
Install the app
Install
More options
Contact us
Close Menu
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
(Old) My Emulators
Contact us
RSS
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
<blockquote data-quote="BadAcid" data-source="post: 230425" data-attributes="member: 54855"><p><strong>MAME works and adding arguments after romname</strong></p><p></p><p>How to get MAME ePSXe and others work?</p><p></p><p>The reason why MAME is not working is when you launch it with command line, the prompt must ben in the mame folder, and that's not the case in windows default (it's %userprofile%)</p><p></p><p>And with the myEmulators plugin you can't add some swicthes after the rom name?</p><p></p><p>I've got the solution, and it's really easy.</p><p></p><p>Simply create a batch file with that (example with mame):</p><p></p><p>[CODE]</p><p>CD /D D:\the_path_of_your_mamep_exe_file</p><p>mamep %1 -your_switchs_here</p><p>[/CODE]</p><p></p><p></p><p>Then go to myEmulator configuration and instead of picking and executable file for the emulator, simply <u><strong>manually</strong></u> paste the path to the bat file into the texte field.</p><p></p><p></p><p></p><p></p><p>Anyway Chreekar, you should code 2 text fields with arguments that we can add BEFORE and AFTER the rom name, it's quite easy to implement, you just have ton concatene this with the rom name in the launch command of your code, it should take you no more than 5 minutes.</p><p></p><p>And if you can remove the limitation that only allows to select exectuables files for the path of emulator, it will be great (or at least allow batch files).</p><p></p><p>Keep up the good work.</p></blockquote><p></p>
[QUOTE="BadAcid, post: 230425, member: 54855"] [b]MAME works and adding arguments after romname[/b] How to get MAME ePSXe and others work? The reason why MAME is not working is when you launch it with command line, the prompt must ben in the mame folder, and that's not the case in windows default (it's %userprofile%) And with the myEmulators plugin you can't add some swicthes after the rom name? I've got the solution, and it's really easy. Simply create a batch file with that (example with mame): [CODE] CD /D D:\the_path_of_your_mamep_exe_file mamep %1 -your_switchs_here [/CODE] Then go to myEmulator configuration and instead of picking and executable file for the emulator, simply [U][B]manually[/B][/U] paste the path to the bat file into the texte field. Anyway Chreekar, you should code 2 text fields with arguments that we can add BEFORE and AFTER the rom name, it's quite easy to implement, you just have ton concatene this with the rom name in the launch command of your code, it should take you no more than 5 minutes. And if you can remove the limitation that only allows to select exectuables files for the path of emulator, it will be great (or at least allow batch files). Keep up the good work. [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
Popular Plugins
My Emulators
(Old) My Emulators
Contact us
RSS
Top
Bottom