Page 1 of 1

Project64 2.2

Posted: Mon Jul 06, 2015 9:09 pm
by Spyke
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 all

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

Re: Project64 2.2

Posted: Mon Jul 06, 2015 9:35 pm
by Spyke
Solved!

Re: Project64 2.2

Posted: Tue Jul 07, 2015 7:13 am
by mgalaxy
Can you explain what was your problem and how you did solve it? Is there something we should know to adapt our script?
Thanks!!

Re: Project64 2.2

Posted: Tue Jul 07, 2015 6:48 pm
by Spyke
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.