View Full Version : Upgrading to HyperLaunch 2.0
BladeZX
06-01-2011, 02:47 AM
OK I currently have pretty much all of my systems up and running very well with HL 1.0
I am a little scared now to mess with it because all code right now is working nicely but I would like to upgrade to HL 2.0 to be ready for the future release of HS 2.0.
Can someone please point me in the right direction for a painless upgrade? Is there a step by step for upgrading the HL 2.0?
Thx
HyphyCus
06-01-2011, 02:50 AM
http://www.hyperspin-fe.com/forum/showthread.php?t=10709
Nothing more than the main post. Most modules can be downloaded from the HL 2.0 exe when you run it, or they are found in that thread.
Dreygor
06-01-2011, 09:42 AM
I like the individual modules instead of packing everything into one huge file. Much easier for trouble shooting when something goes wrong.
No compiling necessary unless you make changes to the main script. Also, no IF/Else statements to worry about.
Contraba55
06-01-2011, 04:04 PM
Backup your old HL script in case there is a system you have working you can't live without that hasn't been ported to 2.0
BladeZX
06-01-2011, 04:12 PM
Wow a lot of work but most are done and working.
I still have Daphne to do (which is a royal pain in the butt)
Dreygor
06-01-2011, 04:13 PM
Heh, hasnt been to bad. So far the only one I can't manage to get up and running in HL 2.0 is Makaron for Sega Naomi.
But, chillinwater is the man when it comes to scripting!
mytymaus007
06-01-2011, 05:07 PM
Heh, hasnt been to bad. So far the only one I can't manage to get up and running in HL 2.0 is Makaron for Sega Naomi.
But, chillinwater is the man when it comes to scripting!
working on my Daphne module but no luck booting into the game itself but i get the loader to pop up but thats it
mytymaus007
06-01-2011, 05:10 PM
Any modules for Atari 2600
Dreygor
06-01-2011, 05:34 PM
Post #198 (http://www.hyperspin-fe.com/forum/showpost.php?p=103130&postcount=198)
I actually use the Stella one from this post. It works really well.
mytymaus007
06-01-2011, 07:28 PM
Post #198 (http://www.hyperspin-fe.com/forum/showpost.php?p=103130&postcount=198)
I actually use the Stella one from this post. It works really well.
Nice!:beer:
chillinwater
06-01-2011, 10:27 PM
Originally Posted by mytymaus007 http://www.hyperspin-fe.com/forum/images/styles/hyper/buttons/viewpost.gif (http://www.hyperspin-fe.com/forum/showthread.php?p=122976#post122976)
working on my Daphne module but no luck booting into the game itself but i get the loader to pop up but thats it
My first guess is if you are you using "daphne loader.exe" DONT.
Point HyperHQ to use "daphne.exe" (its the cl version)
Originally Posted by Dreygor http://www.hyperspin-fe.com/forum/images/styles/hyper/buttons/viewpost.gif (http://www.hyperspin-fe.com/forum/showthread.php?p=122955#post122955)
So far the only one I can't manage to get up and running in HL 2.0 is Makaron for Sega Naomi.
Post your "working" Makaron HL 1.0 script and I convert it and test it for you. (may be one out there already)
There are so many different script versions and variations for Makaron, I dont know which one you want to use.
[edit] I have a bare bones no frills version for Naomi Makaron t12-5 if you or anyone's interested in that.
Sn4tcH
06-02-2011, 12:13 AM
Wrong post.
Move Along.
Dreygor
06-02-2011, 02:49 AM
Chillin, I'll take your bare bones no frills Naomi Makaron t12-5. I pretty much only use Naomi for the fighting games so I don't need a screen rotator or anything fancy.
The script I was using was for HL 1.0 was from one of your threads. When I switched to HL 2.0 I dumped / deleted my old set up completely so I don't have it anymore.
BladeZX
06-02-2011, 05:48 AM
Will MAME work properly and save hi scores now using HL 2.0?
chillinwater
06-02-2011, 08:24 AM
I remember reading somwhere that Mame does save hi-scores usingi HL 2.0
Havent tested for it but pretty sure (99.9%) it does.
And Dazz is always telling people to move to HL2.0 when they have troubles saving in HL 1.0.
(btw it is possible to save using HL 1.0, hoop, jump)
For Naomi Makaron,
Start with this...
Its easy enough to add other features if any one else wants them.
I personally like them but just wanted to put out a simple script that can grow with everyones different needs.
Just compare the working feature-filled HL1.0 scripts and add away to this HL 2.0 script for those features you want.
- hideDesktop() isnt enough blackscreen for my taste (yes its in there twice).
- since there is nothing in this script to write to any configuration files...
you have to have Makaron running the way you want it. i.e. for fullscreen before using it in HS!
- tested with T12-5 but dont see why it wouldnt work with other versions.
(maybe the sendinput keys in closeprocess are different)
[Sega Naomi.ahk]-Naomi Makaron T12-5
;----------------------------------------------------------------------------
; Sega Naomi
; naomi.exe (Makaron T12-5)
; chillinwater
; .5
; Notes:
;seed module, add other features from other HL 1.0 scripts, i.e. screen rotate, nvram, controls and other settings.
;----------------------------------------------------------------------------
hideDesktop()
Run, %executable% "%romPath%%romName%%romExtension%", %emuPath% ;, hide, UseErrorLevel
Process, waitClose, %executable%
winactivate, Hyperspin
ExitApp
CloseProcess:
hideDesktop()
sendInput, {f8}
sleep, 1000
sendInput {ALTDOWN}{f4}{ALTUP}
return
Dreygor
06-02-2011, 06:55 PM
PERFECT! That did the job Chillin .. almost forgot to come post a thanks reply because I was playing Guilty Gear LOL.
mytymaus007
06-03-2011, 07:13 PM
My first guess is if you are you using "daphne loader.exe" DONT.
Point HyperHQ to use "daphne.exe" (its the cl version)
Post your "working" Makaron HL 1.0 script and I convert it and test it for you. (may be one out there already)
There are so many different script versions and variations for Makaron, I dont know which one you want to use.
[edit] I have a bare bones no frills version for Naomi Makaron t12-5 if you or anyone's interested in that.
Yeh its working now i pointed the the hyperHQ to the daphne.exe instead of the DaphneLoader now im golden Nice!!
mytymaus007
06-04-2011, 05:08 AM
Yeh its working now i pointed the the hyperHQ to the daphne.exe instead of the DaphneLoader now im golden Nice!!
Ok my next venture is to get Dragons Lair Dragons Lair 2 and thayers Quest to play I know they need the DVD which i have but i dont see any mappings in Hyperlauch 2.0 for Dameon Tools Lite