FCEUX isn't setup in HyperLaunch script. You would need to add the launch commands for FCEUX to the HyperLaunch script.
This requires script coding and compiling.
http://www.hyperspin-fe.com/index.ph...=97&Itemid=108
I set the directories correctly, and I think I did the ini right in the Nintendo Entertainment System.ini file. I'm still getting an error when loading a game ('Nintendo Entertainment System is an invalid System Name or fceux.exe is not supported yet'). This is on a fresh install so I got the 1.0 and did the 1.2 update. This is the first thing I've tried to run so far just to see if it worked.
Not sure what is happening here if someone could help. I see others by doing a search have got this emulator to work. I've used it forever and it's definitely the best for NES emulation and would love to use it. Thanks.Code:[exe info] path=C:\Games\Emulation\NES\ rompath=C:\Games\HyperSpin\Games\NES\ userompath=true exe=fceux.exe romextension=nes parameters= searchsubfolders=true pcgame=false winstate=HIDDEN hyperlaunch=true



FCEUX isn't setup in HyperLaunch script. You would need to add the launch commands for FCEUX to the HyperLaunch script.
This requires script coding and compiling.
http://www.hyperspin-fe.com/index.ph...=97&Itemid=108



I suggest that you download the HyperLaunch 2.0 Beta and follow the simple directions listed to install. Afterwards here is a script code that I guarantee works like a champ. Please Note: Follow all directions in the information section of this script to ensure that it works properly.
Save the above code to the file Nintendo Entertainment System in your Hyperspin/Modules folder with the given name: Nintendo Entertainment System.ahk. As Dazz said prior, you will also need to install the AutoHotKey on your system for this script to work with your emulator.Code:;---------------------------------------------------------------------------- ; Nintendo Entertainment System ; FCEUX 2.1.4a ; by rain ; 1.1 ; ; Information: ; ; In order to use the FCEUX emulator properly please ensure that you have ; your video options set prior to running this script. You will need to ; point to Config > Video & select the options > Full Screen and Enter full ; screen mode after game is loaded. Also make sure that you have the proper ; resolution selected for your monitor/video card or you will get a error ; to create secondary surface. Please Note: You will also need to map a ; hotkey to exit the emulator. To do this point to Config > Map Hot Keys. ; Bind the exiting hotkey to Esc. RunWait, %executable% "%romPath%%romName%%romExtension%", %emuPath%, Hide ExitApp CloseProcess: return
Last edited by Rain; 04-25-2011 at 10:18 PM. Reason: Add Information



Switching to HyperLaunch 2.0 is by far the best way to go. HyperLaunch 2.0 is what we will be using for HyperSpin 2.0. As stated above... FOLLOW THE DIRECTIONS CLOSELY.
http://www.hyperspin-fe.com/forum/sh...ad.php?t=10709
Ok. Because I changed the executable in the script to fceux.exe but then it gave me an error that my paths need to end in a backslash. Which in the ini above it is set at. Unless the fceux.exe needs the full path in the script.



![]()
I completely agree with you! I find it to be majorly effecient, and extremely flexible! It really does allow you to control what goes on behind the scenes a lot more! If the HyperLaunch 2.0 is an indication of the great things we can expect in the next release of HyperSpin then we are in for a great treat!



Do not change anything in this line:
The %executable% retreives a variable passed to it from your HyperLaunch.exe. Change it back to %executable% if you have changed it. Else, the script will probably crap out on you!Code:RunWait, %executable% "%romPath%%romName%%romExtension%", %emuPath%, Hide
You can also go into your settings folder and edit Nintendo Entertainment System.ino manually. Here is an example of mine:
Code:[exe info] path=H:\Gaming\Emulators\Nintendo Entertainment System\Nintendo Entertainment System\ rompath=H:\Gaming\ROMSETS\Nintendo Entertainment System\ userompath=true exe=fceux.exe romextension=nes parameters= searchsubfolders=true pcgame=false winstate=HIDDEN hyperlaunch=true
I changed this...
But, Ill try the 2.0 and see what happens.Code:else if (systemName = "Nintendo Entertainment System" && executable = "fceux.exe")
Ok. Updated HyperLaunch to 2.0, changed the AutoHotKey version to the Basic (I used the more advanced one before) according to Dazz, and used Rain's module script and it works now. Thanks for all the help!
Bookmarks