Author Topic: Project64 2.2  (Read 4902 times)

Spyke

  • Newbie
  • *
  • Posts: 26
Re: Project64 2.2
« Reply #4 on: July 07, 2015, 01:48:20 PM »
The problem was cused by me >:(
I point mGALAXY to the wrong exe file.....
This script works with project64 2.2
http://www.mgalaxy.com/forum/index.php?topic=435.0

But I have an other problem with my favorit gfx plugin glide64.
By finishing p64 from mGALAXY, the display stays brighter when using glide64. With Jabo's plugin it works.
Not a major problem, but maybe there is a solution for this. The plugins I use are the latest ones hat came with p64.

mgalaxy

  • Administrator
  • Hero Member
  • *****
  • Posts: 1167
    • Email
Re: Project64 2.2
« Reply #3 on: July 07, 2015, 02:13:36 AM »
Can you explain what was your problem and how you did solve it? Is there something we should know to adapt our script?
Thanks!!

Spyke

  • Newbie
  • *
  • Posts: 26
Re: Project64 2.2
« Reply #2 on: July 06, 2015, 04:35:03 PM »
Solved!

Spyke

  • Newbie
  • *
  • Posts: 26
Project64 2.2
« Reply #1 on: July 06, 2015, 04:09:38 PM »
Hi,

is somebody running Project64 2.2 with mGALAXY?
I tried it with several scripts:
http://www.mgalaxy.com/forum/index.php?topic=435.0
and
Code: [Select]
HotKeySet("{ESC}", "Terminate")
    $path = "C:\Programme\Project64 2.2\"
    $app = "Project64.exe"

    If $CmdLine[0] == 1 Then
        $PID = Run( $path & $app & ' "' & $CmdLine[1] & '"', $path)
        While 1
              Sleep(100)
        WEnd
    EndIf
    Func Terminate()
        While ProcessExists ( $PID )
            ProcessClose ( $PID )
        WEnd
        Exit 0
    EndFunc

Thanks for your help.

Marc