Rain
01-30-2012, 04:18 PM
I have decided to release a stand alone module, one that will be incorperated into Phoenix Score eventually. This module will allow you to put a tag (just like the one in my signature) showing off the last game you played with HyperSpin.
Installation:
Download (http://www.mediafire.com/?9tz6ay2z0kezx4k) the installation folder.
Extract PhoenixPass.exe to your MAME Module Folder (which should contain MAME.ahk)
After you have extracted PhoenixPass.exe, double click to run it.
You will be asked for your alias (put your initials in here!)
The program will then close down, the link to your signature will be placed in the clipboard, and in a text file named "bbcode.txt".
Step 2: Edit your MAME.ahk file!!
;----------------------------------------------------------------------------
; MAME
; MAME .143
; by BBB & djvj
; 1.1
;
; Notes:
;----------------------------------------------------------------------------
FadeInStart()
Run, Z:\New HyperSpin\Modules\MAME\PhoenixPass.exe %romName%
RunWait, %executable% %romName%, %emuPath%, Hide UseErrorLevel
If(ErrorLevel != 0){
If (ErrorLevel = 1){
Error = Failed Validity
}Else If(ErrorLevel = 2){
Error = Missing Files
}Else If(ErrorLevel = 3){
Error = Fatal Error
}Else If(ErrorLevel = 4){
Error = Device Error
}Else If(ErrorLevel = 5){
Error = Game Does Not Exist
}Else If(ErrorLevel = 6){
Error = Invalid Config
}Else If(ErrorLevel = 7 || ErrorLevel = 8 || ErrorLevel = 9){
Error = Identification Error
}Else{
Error = Mame Error
}
MsgBox Mame Error - %Error%
}
Right under FadeInStart() you will notice that it says:
Run, Z:\New HyperSpin\Modules\MAME\PhoenixPass.exe %romName%
You must use the full path that points to PhoenixPass.exe here! Other than that, that is about it. Start playing HyperSpin and your signature will be dynamically updated. This is still very much beta, but don't worry it will not affect any of your files or hamper your gameplay expereicne.
DOWNLOAD HERE (http://www.mediafire.com/?9tz6ay2z0kezx4k)
Installation:
Download (http://www.mediafire.com/?9tz6ay2z0kezx4k) the installation folder.
Extract PhoenixPass.exe to your MAME Module Folder (which should contain MAME.ahk)
After you have extracted PhoenixPass.exe, double click to run it.
You will be asked for your alias (put your initials in here!)
The program will then close down, the link to your signature will be placed in the clipboard, and in a text file named "bbcode.txt".
Step 2: Edit your MAME.ahk file!!
;----------------------------------------------------------------------------
; MAME
; MAME .143
; by BBB & djvj
; 1.1
;
; Notes:
;----------------------------------------------------------------------------
FadeInStart()
Run, Z:\New HyperSpin\Modules\MAME\PhoenixPass.exe %romName%
RunWait, %executable% %romName%, %emuPath%, Hide UseErrorLevel
If(ErrorLevel != 0){
If (ErrorLevel = 1){
Error = Failed Validity
}Else If(ErrorLevel = 2){
Error = Missing Files
}Else If(ErrorLevel = 3){
Error = Fatal Error
}Else If(ErrorLevel = 4){
Error = Device Error
}Else If(ErrorLevel = 5){
Error = Game Does Not Exist
}Else If(ErrorLevel = 6){
Error = Invalid Config
}Else If(ErrorLevel = 7 || ErrorLevel = 8 || ErrorLevel = 9){
Error = Identification Error
}Else{
Error = Mame Error
}
MsgBox Mame Error - %Error%
}
Right under FadeInStart() you will notice that it says:
Run, Z:\New HyperSpin\Modules\MAME\PhoenixPass.exe %romName%
You must use the full path that points to PhoenixPass.exe here! Other than that, that is about it. Start playing HyperSpin and your signature will be dynamically updated. This is still very much beta, but don't worry it will not affect any of your files or hamper your gameplay expereicne.
DOWNLOAD HERE (http://www.mediafire.com/?9tz6ay2z0kezx4k)