ps3final
03-01-2010, 03:34 AM
hi can some one help me here
i uset befor Emulators UNOfficially
HyperLaunch.ahk v1.05 an HyperLaunch REWRITE
in hyperspin 8.0.1
an all my Emulators work fine
but here in hyperspin 1.0 nothting work do some one have a UNOfficially HyperLaunch REWRITE whit all emulators in so i can get my amiga to work
i have try add this in HyperLaunch.ahk
;************************************************* ********
;Commodore Amiga
else if (executable = "winuaeloader.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -mode whdload -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel
Process, WaitClose, winuaeloader.exe
}
;************************************************* ********
;Commodore CD32
else if (executable = "winuae.exe")
{
RunWait, %DAEMONTOOLS% -mount 0`,"%romPath%%romName%%romExtension%"
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
cd32params = -f "C:\HyperSpin\Emulators\Commodore CD32\Configurations\cd32.uae" -s use_gui=no -s gfx_fullscreen_amiga=true
RunWait,%emuPath%%executable% %cd32params% ,UseErrorLevel
Run, %DAEMONTOOLS% -unmount 0,UseErrorLevel
}
an this do not work here is my log file
12:11:52 PM | HyperSpin Started
12:11:52 PM | Going FullScreen
12:11:52 PM | Checking for updates
12:11:52 PM | Update Check Complete
12:11:52 PM | Startup program unavailable
12:11:52 PM | Playing intro video
12:11:54 PM | Error intializing joysticks
12:11:54 PM | Menu Mode is multi
12:11:54 PM | Loading Main Menu.xml
12:11:54 PM | Main Menu.xml successfully loaded
12:11:55 PM | Main Menu wheel loaded successfully
12:11:59 PM | Loading Commodore Amiga.xml
12:11:59 PM | Main Menu.xml successfully loaded
12:12:00 PM | Commodore Amiga wheel loaded successfully
12:12:01 PM | Launching Game
12:12:02 PM | Running in normal rom mode
12:12:02 PM | Excecutable is winuaeloader.exe
12:12:02 PM | Command Line is: "G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\winuaeloader.exe" -mode whdload -game 1000ccTurbo_v1.0.Zip
12:12:14 PM | Loading Main Menu.xml
12:12:14 PM | Main Menu.xml successfully loaded
12:12:15 PM | Main Menu wheel loaded successfully
12:12:18 PM | Exit program unavailable
12:12:18 PM | Quiting Hyperspin
12:12:18 PM | Bye!
an this is my Settings file
[exe info]
path=G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\
rompath=G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\roms\
userompath=false
exe=winuaeloader.exe -mode whdload -game
romextension=Zip
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=false
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=true
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=1000ccTurbo_v1.0
random_game=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
so if some will take a look an help me out I will be happy
i uset befor Emulators UNOfficially
HyperLaunch.ahk v1.05 an HyperLaunch REWRITE
in hyperspin 8.0.1
an all my Emulators work fine
but here in hyperspin 1.0 nothting work do some one have a UNOfficially HyperLaunch REWRITE whit all emulators in so i can get my amiga to work
i have try add this in HyperLaunch.ahk
;************************************************* ********
;Commodore Amiga
else if (executable = "winuaeloader.exe")
{
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
Run, %Executable% -mode whdload -game"%romPath%%romName%%romExtension%" , %EmuPath%, Hide UseErrorLevel
Process, WaitClose, winuaeloader.exe
}
;************************************************* ********
;Commodore CD32
else if (executable = "winuae.exe")
{
RunWait, %DAEMONTOOLS% -mount 0`,"%romPath%%romName%%romExtension%"
hideDesktop()
Hotkey, %exitEmulatorKey%, CloseProcess
cd32params = -f "C:\HyperSpin\Emulators\Commodore CD32\Configurations\cd32.uae" -s use_gui=no -s gfx_fullscreen_amiga=true
RunWait,%emuPath%%executable% %cd32params% ,UseErrorLevel
Run, %DAEMONTOOLS% -unmount 0,UseErrorLevel
}
an this do not work here is my log file
12:11:52 PM | HyperSpin Started
12:11:52 PM | Going FullScreen
12:11:52 PM | Checking for updates
12:11:52 PM | Update Check Complete
12:11:52 PM | Startup program unavailable
12:11:52 PM | Playing intro video
12:11:54 PM | Error intializing joysticks
12:11:54 PM | Menu Mode is multi
12:11:54 PM | Loading Main Menu.xml
12:11:54 PM | Main Menu.xml successfully loaded
12:11:55 PM | Main Menu wheel loaded successfully
12:11:59 PM | Loading Commodore Amiga.xml
12:11:59 PM | Main Menu.xml successfully loaded
12:12:00 PM | Commodore Amiga wheel loaded successfully
12:12:01 PM | Launching Game
12:12:02 PM | Running in normal rom mode
12:12:02 PM | Excecutable is winuaeloader.exe
12:12:02 PM | Command Line is: "G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\winuaeloader.exe" -mode whdload -game 1000ccTurbo_v1.0.Zip
12:12:14 PM | Loading Main Menu.xml
12:12:14 PM | Main Menu.xml successfully loaded
12:12:15 PM | Main Menu wheel loaded successfully
12:12:18 PM | Exit program unavailable
12:12:18 PM | Quiting Hyperspin
12:12:18 PM | Bye!
an this is my Settings file
[exe info]
path=G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\
rompath=G:\HyperSpin Install 1.0 Final\Emulators\Commodore Amiga\roms\
userompath=false
exe=winuaeloader.exe -mode whdload -game
romextension=Zip
parameters=
searchsubfolders=false
pcgame=false
winstate=HIDDEN
hyperlaunch=false
[filters]
parents_only=false
themes_only=false
wheels_only=false
[themes]
use_parent_vids=true
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false
[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000
text_color1=0x00BFFD
text_color2=0xFFFFFF
text_color3=0x00BFFD
color_ratio=139
shadow_distance=0
shadow_angle=45
shadow_color=0x000000
shadow_alpha=1
shadow_blur=0
[pointer]
animated=true
x=975
y=384
[video defaults]
path=
[sounds]
game_sounds=true
wheel_click=true
[navigation]
game_jump=50
use_indexes=false
jump_timer=400
remove_info_wheel=false
remove_info_text=false
use_last_game=false
last_game=1000ccTurbo_v1.0
random_game=false
[Special Art A]
default=false
active=true
x=512
y=720
in=0.4
out=0.4
length=3
delay=0
type=normal
start=bottom
[Special Art B]
default=true
active=true
x=512
y=740
in=0.4
out=0.4
length=3
delay=0
type=fade
start=none
[Special Art C]
active=true
x=512
y=384
in=0
out=0
length=3
delay=10
type=fade
start=none
[Game Text]
game_text_active=true
show_year=true
show_manf=true
show_description=true
text_color1=0xffffff
text_color2=0x0099cc
stroke_color=0x000000
text_font=Style1
text1_textsize=26
text1_strokesize=7
text1_x=32
text1_y=610
text2_textsize=36
text2_strokesize=8
text2_x=30
text2_y=640
so if some will take a look an help me out I will be happy