ninja2bceen Posted May 2, 2016 Posted May 2, 2016 For the auto start, use the regular exe for the start script not the call.exe. The call exe is so after you close hypersearch once, you can reopen it. Since you have to press alr f4 to close, that's why the call exe was created so you can launch it again later. For the videos not displaying you sure you put in the ini the video path/hyperspin path and rocketlauncher path? Sent from my iPad using Tapatalk Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 3, 2016 Posted May 3, 2016 For the auto start, use the regular exe for the start script not the call.exe. The call exe is so after you close hypersearch once, you can reopen it. Since you have to press alr f4 to close, that's why the call exe was created so you can launch it again later. For the videos not displaying you sure you put in the ini the video path/hyperspin path and rocketlauncher path? Sent from my iPad using Tapatalk Hi ninjaCan you show me an example of ini you have? Do I need to add path to video and artwork3 for all the systems 1by1 ? Tapatalk を使用して私の A0001 から送信
ninja2bceen Posted May 3, 2016 Posted May 3, 2016 Did the auto start work when you changed exe? If I recall you just need to path hyperspin and rocket launcher. I'm away from computer but give it a try and I can post next time? Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 3, 2016 Posted May 3, 2016 Did the auto start work when you changed exe? If I recall you just need to path hyperspin and rocket launcher. I'm away from computer but give it a try and I can post next time? Hi Bro Will try to tonight after office hours, thank you
shitoken Posted May 5, 2016 Posted May 5, 2016 I have changed autostart to hypersearch.exe within the scripts. But it doesnt start. if I press alt F4 within the HS my HS will close. This is how how I set[startup]Minimize_Background_Windows_Enabled=TrueWindow_Classes_To_Not_Minimize=Shell_TrayWnd,ButtonProcess_Name_To_Close_1=Program_To_Run_Target_1=H:\HyperSpin\Utilities\Xpadder\xpadder.exe "H:\HyperSpin\RocketLauncher\Profiles\Xpadder\HyperSpin\P1" /MProgram_To_Run_Target_2=H:\HyperSpin\Hypersearch\HyperSearch.exeProgram_To_Run_Working_Dir_1=Program_To_Run_MaxMinHide_1=Hide[Exit]Restore_Windows_On_Exit=TrueProcess_Name_To_Close_1=H:\HyperSpin\Utilities\Xpadder\xpadder.exeProcess_Name_To_Close_2=H:\HyperSpin\Hypersearch\HyperSearch.exeProgram_To_Run_Target_1=Program_To_Run_Working_Dir_1=Program_To_Run_MaxMinHide_1=
ninja2bceen Posted May 5, 2016 Posted May 5, 2016 What's your Ini file look like for hyper search Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 6, 2016 Posted May 6, 2016 What's your Ini file look like for hyper search Bro except the file Settings.json I cant find any ini file. Is this the one?
ninja2bceen Posted May 6, 2016 Posted May 6, 2016 I'll post all the Ini etc hopefully tonight. U may have the old and new hyper search files? Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 7, 2016 Posted May 7, 2016 I'll post all the Ini etc hopefully tonight. U may have the old and new hyper search files?Thank you looking forward to it.I am using the set provided by you in download section and replaced exe file new version. Tapatalk を使用して私の A0001 から送信
progets Posted May 7, 2016 Posted May 7, 2016 I'm using the latest beta and have issues with the qwerty keyboard. Does anyone else have this issue?
ninja2bceen Posted May 7, 2016 Posted May 7, 2016 <?xml version="1.0" encoding="utf-8"?> <configuration> <startup> <supportedRuntime version="v4.0" sku=".NETFramework,Version=v4.0"/> </startup> <appSettings> <add key="HyperspinPath" value="E:\Arcade-PC\Hyperspin"/> <add key="TriggerKey" value="F3"/> <add key="FavouritesTriggerKey" value="F1"/> <add key="GenreTriggerKey" value="F2"/> <!-- Controls how long you have to hold down the trigger button before each type of window pops up. --> <add key="SearchTriggerDelayInMilliseconds" value="0"/> <add key="FavouritesTriggerDelayInMilliseconds" value="0"/> <add key="GenreTriggerDelayInMilliseconds" value="0"/> <!-- Controls how long the system tray balloon tooltip persists for. Set to 0 to prevent from popping up at all --> <add key="BalloonToolTipTimeOutInMilliseconds" value="0"/> <!-- Valid values: AtoZ, Qwerty, Azerty --> <add key="KeyboardType" value="Qwerty"/> <!-- Valid values: Contains, StartsWith --> <add key="SearchMode" value="Contains"/> <!-- Set to false to allow normal keyboard input on the onscreen keyboard. --> <add key="CabMode" value="False"/> <!-- Set to true to hide mouse cursor --> <add key="HideMouseCursor" value="False"/> <!--AlternativeSystemWheelImagePath: If not specified, uses \Hyperspin\Media\Main Menu\Images\Wheel by default --> <!--<add key="AlternativeSystemWheelImagePath" value="E:\Arcade-PC\Hyperspin\Media\Main Menu\Images\Wheel"/>--> <!-- If not specified uses \Hyperspin\Media\[System]\Images\Wheel --> <!-- If specified uses \Hyperspin\Media\[SystemName]\Images\[AlternativeGameWheelSourceFolder] --> <!--<add key="AlternativeGameWheelSourceFolder" value="HyperSearch"/>--> <!-- GenreWheelImageLocation(0...n) e.g. <add key="GenreWheelImageLocation0" value="C:\Hyperspin\Media\MAME\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation1" value="E:\Arcade-PC\Hyperspin\Media\Atari 2600\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation2" value="E:\Arcade-PC\Hyperspin\Media\Atari 5200\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation3" value="E:\Arcade-PC\Hyperspin\Media\Atari 7800\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation4" value="E:\Arcade-PC\Hyperspin\Media\Atari Atari Jaguar\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation5" value="E:\Arcade-PC\Hyperspin\Media\Atari Atari Lynx\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation6" value="E:\Arcade-PC\Hyperspin\Media\Bandai Wonderswan Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation7" value="E:\Arcade-PC\Hyperspin\Media\Capcom CPS3\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation8" value="E:\Arcade-PC\Hyperspin\Media\Capcom Play System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation9" value="E:\Arcade-PC\Hyperspin\Media\Daphne\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation10" value="E:\Arcade-PC\Hyperspin\Media\Dice\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation11" value="E:\Arcade-PC\Hyperspin\Media\Future Pinball\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation12" value="E:\Arcade-PC\Hyperspin\Media\Mame\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation13" value="E:\Arcade-PC\Hyperspin\Media\Mattel Intellivision\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation14" value="E:\Arcade-PC\Hyperspin\Media\Microsoft MS-DOS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation15" value="E:\Arcade-PC\Hyperspin\Media\Mugen\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation16" value="E:\Arcade-PC\Hyperspin\Media\NEC TurboGrafx-16\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation17" value="E:\Arcade-PC\Hyperspin\Media\Nintendo 64\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation18" value="E:\Arcade-PC\Hyperspin\Media\Nintendo DS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation19" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Entertainment System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation20" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation21" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy Advance\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation22" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation23" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Virtual Boy\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation24" value="E:\Arcade-PC\Hyperspin\Media\Panasonic 3DO\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation25" value="E:\Arcade-PC\Hyperspin\Media\PC Games\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation26" value="E:\Arcade-PC\Hyperspin\Media\ScummVM\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation27" value="E:\Arcade-PC\Hyperspin\Media\Sega 32X\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation28" value="E:\Arcade-PC\Hyperspin\Media\Sega CD\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation29" value="E:\Arcade-PC\Hyperspin\Media\Sega Dreamcast\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation30" value="E:\Arcade-PC\Hyperspin\Media\Sega Game Gear\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation31" value="E:\Arcade-PC\Hyperspin\Media\Sega Genesis\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation32" value="E:\Arcade-PC\Hyperspin\Media\Sega Master System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation33" value="E:\Arcade-PC\Hyperspin\Media\Sega Model 2\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation34" value="E:\Arcade-PC\Hyperspin\Media\SNK Neo Geo MVS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation35" value="E:\Arcade-PC\Hyperspin\Media\SNK Neo Geo Pocket Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation36" value="E:\Arcade-PC\Hyperspin\Media\Sony PlayStation\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation37" value="E:\Arcade-PC\Hyperspin\Media\Super Nintendo Entertainment System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation38" value="E:\Arcade-PC\Hyperspin\Media\Visual Pinball\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation39" value="E:\Arcade-PC\Hyperspin\Media\XBMC\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation40" value="E:\Arcade-PC\Hyperspin\Media\Zinc\Images\Genre\Wheel"/> --> <!-- Setting these to false could have potential performance benefits --> <add key="ShowSystemImagesOnFilter" value="true"/> <add key="ShowSystemImagesOnResults" value="true"/> <add key="ShowWheelImagesOnResults" value="true"/> <!-- Set to true to enable a popup window with game video playback if available --> <add key="EnableGameVideos" value="true"/> <add key="GameVideoPopupTimeoutInMilliseconds" value="900"/> <!-- Set to true if you wish to run HyperSearch without HyperSpin --> <add key="StandaloneMode" value="true"/> <add key="StandaloneWidth" value="1024"/> <add key="StandaloneHeight" value="768"/> <add key="LauncherPath" value="E:\Arcade-PC\Hyperspin\RocketLauncher\RocketLauncher.exe"/> <!-- <add key="MinimizeKey" value="OemTilde"/> --> </appSettings> </configuration> Thank you looking forward to it. I am using the set provided by you in download section and replaced exe file new version. Tapatalk を使用して私の A0001 から送信 I think that is your problem. The new version has different files. The one I posted needs to be totally separate. apologize, there is no ini file but rather a config file. Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
ninja2bceen Posted May 7, 2016 Posted May 7, 2016 if you choose to use the new version, its not 100% done yet. I don't use the new version yet because it doesn't work as well in general as its still being developed. There are no json files with the old version. I would suggest you just redo everything and focus on one of the versions Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 7, 2016 Posted May 7, 2016 if you choose to use the new version, its not 100% done yet. I don't use the new version yet because it doesn't work as well in general as its still being developed. There are no json files with the old version. I would suggest you just redo everything and focus on one of the versionsOK will try to redo again thanksYou can post your config file I will have better idea cheers Tapatalk を使用して私の A0001 から送信
ninja2bceen Posted May 7, 2016 Posted May 7, 2016 Configure file is two posts ago above Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
shitoken Posted May 7, 2016 Posted May 7, 2016 hi bro did you manually add this? <!-- GenreWheelImageLocation(0...n) e.g. <add key="GenreWheelImageLocation0" value="C:\Hyperspin\Media\MAME\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation1" value="E:\Arcade-PC\Hyperspin\Media\Atari 2600\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation2" value="E:\Arcade-PC\Hyperspin\Media\Atari 5200\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation3" value="E:\Arcade-PC\Hyperspin\Media\Atari 7800\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation4" value="E:\Arcade-PC\Hyperspin\Media\Atari Atari Jaguar\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation5" value="E:\Arcade-PC\Hyperspin\Media\Atari Atari Lynx\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation6" value="E:\Arcade-PC\Hyperspin\Media\Bandai Wonderswan Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation7" value="E:\Arcade-PC\Hyperspin\Media\Capcom CPS3\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation8" value="E:\Arcade-PC\Hyperspin\Media\Capcom Play System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation9" value="E:\Arcade-PC\Hyperspin\Media\Daphne\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation10" value="E:\Arcade-PC\Hyperspin\Media\Dice\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation11" value="E:\Arcade-PC\Hyperspin\Media\Future Pinball\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation12" value="E:\Arcade-PC\Hyperspin\Media\Mame\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation13" value="E:\Arcade-PC\Hyperspin\Media\Mattel Intellivision\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation14" value="E:\Arcade-PC\Hyperspin\Media\Microsoft MS-DOS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation15" value="E:\Arcade-PC\Hyperspin\Media\Mugen\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation16" value="E:\Arcade-PC\Hyperspin\Media\NEC TurboGrafx-16\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation17" value="E:\Arcade-PC\Hyperspin\Media\Nintendo 64\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation18" value="E:\Arcade-PC\Hyperspin\Media\Nintendo DS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation19" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Entertainment System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation20" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation21" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy Advance\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation22" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Game Boy Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation23" value="E:\Arcade-PC\Hyperspin\Media\Nintendo Virtual Boy\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation24" value="E:\Arcade-PC\Hyperspin\Media\Panasonic 3DO\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation25" value="E:\Arcade-PC\Hyperspin\Media\PC Games\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation26" value="E:\Arcade-PC\Hyperspin\Media\ScummVM\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation27" value="E:\Arcade-PC\Hyperspin\Media\Sega 32X\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation28" value="E:\Arcade-PC\Hyperspin\Media\Sega CD\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation29" value="E:\Arcade-PC\Hyperspin\Media\Sega Dreamcast\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation30" value="E:\Arcade-PC\Hyperspin\Media\Sega Game Gear\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation31" value="E:\Arcade-PC\Hyperspin\Media\Sega Genesis\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation32" value="E:\Arcade-PC\Hyperspin\Media\Sega Master System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation33" value="E:\Arcade-PC\Hyperspin\Media\Sega Model 2\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation34" value="E:\Arcade-PC\Hyperspin\Media\SNK Neo Geo MVS\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation35" value="E:\Arcade-PC\Hyperspin\Media\SNK Neo Geo Pocket Color\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation36" value="E:\Arcade-PC\Hyperspin\Media\Sony PlayStation\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation37" value="E:\Arcade-PC\Hyperspin\Media\Super Nintendo Entertainment System\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation38" value="E:\Arcade-PC\Hyperspin\Media\Visual Pinball\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation39" value="E:\Arcade-PC\Hyperspin\Media\XBMC\Images\Genre\Wheel"/> <add key="GenreWheelImageLocation40" value="E:\Arcade-PC\Hyperspin\Media\Zinc\Images\Genre\Wheel"/> -->
ninja2bceen Posted May 7, 2016 Posted May 7, 2016 Ya the alt genre art. You don't have to use it but I wanted to see that art Sent from my iPad using Tapatalk Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
Reseda14 Posted May 20, 2016 Posted May 20, 2016 Is there a way to automatically start up HyperSearch when HyperSpin starts up as well?
diskmach Posted May 20, 2016 Posted May 20, 2016 I'm having a problem with Hypersearch. I can open it multiple times in HS, or close HS and open it again and it will work. But at some point it won't open again, even if it's still minimized, and then the only thing that will get it working again is to restart the computer. This always happens, it's not like it goes on working sometimes. Anyone else seeing this? Nintendo 3DS wheels thread || Nintendo 3DS wheel set download Bandai Wonderswan Color wheels thread || Bandai Wonderswan wheels thread NEC PC Engine wheels COMPLETED || Nintendo Wiiware wheels COMPLETED
Dime333 Posted May 20, 2016 Posted May 20, 2016 I used to have this problem. But not since I updated to the latest version. I don't remember if the latest version is only found on another site.
diskmach Posted May 20, 2016 Posted May 20, 2016 I used to have this problem. But not since I updated to the latest version. I don't remember if the latest version is only found on another site. The main prog - Hypersearch.exe - I'm using is from 4th Jan. The one on GitHub, that is linked to in post #1 here. Could you please check if yours is newer? Nintendo 3DS wheels thread || Nintendo 3DS wheel set download Bandai Wonderswan Color wheels thread || Bandai Wonderswan wheels thread NEC PC Engine wheels COMPLETED || Nintendo Wiiware wheels COMPLETED
ninja2bceen Posted May 20, 2016 Posted May 20, 2016 You could just add it to ur wheel. I kept having the issue so that was the easiest route for me Advance the cause to 100%. http://hyperbase.hyperspin-fe.com/ Planet Geekdom, Subscribe for Tutorials! https://www.youtube.com/channel/UCdcby-s2GwriaOHGmVC2vGA?sub_confirmation=1&app=desktop
diskmach Posted May 20, 2016 Posted May 20, 2016 You could just add it to ur wheel. I kept having the issue so that was the easiest route for me So...it's on my main wheel already and I'm using your (?) hypersearch_call.exe? Nintendo 3DS wheels thread || Nintendo 3DS wheel set download Bandai Wonderswan Color wheels thread || Bandai Wonderswan wheels thread NEC PC Engine wheels COMPLETED || Nintendo Wiiware wheels COMPLETED
sevenseal Posted May 20, 2016 Posted May 20, 2016 So...it's on my main wheel already and I'm using your (?) hypersearch_call.exe?you should point to the main hypersearch exemake sure to have this in the parameter in hyperhq -search thats all
diskmach Posted May 21, 2016 Posted May 21, 2016 you should point to the main hypersearch exe make sure to have this in the parameter in hyperhq -search thats all Thanks for yor answer. But when I try it out, the cmd-window just flashes and Hypersearch doesn't open. Think I tried this before, but only using the hypersearch_call.exe seems to be able to open Hypersearch for me. Any ideas? Nintendo 3DS wheels thread || Nintendo 3DS wheel set download Bandai Wonderswan Color wheels thread || Bandai Wonderswan wheels thread NEC PC Engine wheels COMPLETED || Nintendo Wiiware wheels COMPLETED
sevenseal Posted May 21, 2016 Posted May 21, 2016 Thanks for yor answer. But when I try it out, the cmd-window just flashes and Hypersearch doesn't open. Think I tried this before, but only using the hypersearch_call.exe seems to be able to open Hypersearch for me. Any ideas? make sure you are using the latest from the github....also the parameter might be case sensitive try -Search
Recommended Posts
Archived
This topic is now archived and is closed to further replies.