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
About Problems with Project64 and 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="Raffelrocker" data-source="post: 130426" data-attributes="member: 47073"><p>First let me say that my english is not very goode, but i find when i talk in english its better, because all peaple can understand me.</p><p></p><p>Totay I had the self problems how so many other peaple when i try to open a rom in my Emulators Plugin whith Project 64.</p><p></p><p>Now i've created a little script whith AutoIt (<a href="http://www.autoitscript.com/autoit3/downloads.php" target="_blank">http://www.autoitscript.com/autoit3/downloads.php</a>)</p><p>You must install this to run my script.</p><p></p><p>you cam download it here:</p><p><a href="http://go-hack.com/raf/krempel/RomStart.exe" target="_blank">http://go-hack.com/raf/krempel/RomStart.exe</a></p><p></p><p>Then you assosiate your n64 rom files whis this RomStart.exe and the rom will correctly open in Project64</p><p></p><p>But two points: </p><p>Your p64 must be installed in C:\Programme\Project 64 1.6\</p><p>And Your Version must be 1.6 and your language German <img src="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7" class="smilie smilie--sprite smilie--sprite9" alt=":eek:" title="Eek! :eek:" loading="lazy" data-shortname=":eek:" />)</p><p></p><p>but i think its easyier when you edit the source and compile this little script again </p><p>here is the source:</p><p></p><p>[CODE]</p><p>$x = $CmdLine[1]</p><p>Run("C:\Programme\Project64 1.6\Project64.exe")</p><p>WinWait("Project64 Version 1.6","")</p><p>If Not WinActive("Project64 Version 1.6","") Then WinActivate("Project64 Version 1.6","")</p><p>WinWaitActive("Project64 Version 1.6","")</p><p>Send("{CTRLDOWN}o{CTRLUP}")</p><p>WinWait("Öffnen","")</p><p>If Not WinActive("Öffnen","") Then WinActivate("Öffnen","")</p><p>WinWaitActive("Öffnen","")</p><p>ClipPut($x)</p><p>Send("{CTRLDOWN}v{CTRLUP}")</p><p>Send("{ENTER}")</p><p>[/CODE]</p><p></p><p>Have Fun....</p></blockquote><p></p>
[QUOTE="Raffelrocker, post: 130426, member: 47073"] First let me say that my english is not very goode, but i find when i talk in english its better, because all peaple can understand me. Totay I had the self problems how so many other peaple when i try to open a rom in my Emulators Plugin whith Project 64. Now i've created a little script whith AutoIt ([url]http://www.autoitscript.com/autoit3/downloads.php[/url]) You must install this to run my script. you cam download it here: [url]http://go-hack.com/raf/krempel/RomStart.exe[/url] Then you assosiate your n64 rom files whis this RomStart.exe and the rom will correctly open in Project64 But two points: Your p64 must be installed in C:\Programme\Project 64 1.6\ And Your Version must be 1.6 and your language German :o) but i think its easyier when you edit the source and compile this little script again here is the source: [CODE] $x = $CmdLine[1] Run("C:\Programme\Project64 1.6\Project64.exe") WinWait("Project64 Version 1.6","") If Not WinActive("Project64 Version 1.6","") Then WinActivate("Project64 Version 1.6","") WinWaitActive("Project64 Version 1.6","") Send("{CTRLDOWN}o{CTRLUP}") WinWait("Öffnen","") If Not WinActive("Öffnen","") Then WinActivate("Öffnen","") WinWaitActive("Öffnen","") ClipPut($x) Send("{CTRLDOWN}v{CTRLUP}") Send("{ENTER}") [/CODE] Have Fun.... [/QUOTE]
Insert quotes…
Verification
Post reply
Forums
MediaPortal 1
MediaPortal 1 Plugins
About Problems with Project64 and My Emulators
Contact us
RSS
Top
Bottom