Jump to content
  • Announcement

    The HyperSpin 2 early access beta is here!

    We’re starting the first public testing phase with Platinum Members to keep the scope manageable while we test the current feature set and begin to add more. In the future, we’ll provide a version for basic members as well.  On behalf of the entire HyperSpin team, we look forward to another exciting adventure with our community.

Nuon in hyperspin


akiles500

Recommended Posts

Posted

I tested with this configuration and doens´t work:

Nuon.ini:

[exe info]

path = C:\Hyperspin\Emulators\Nuon\

rompath = C:\Hyperspin\Emulators\Nuon\roms\

userompath = true

exe = nWrap.exe

romextension = run

parameters =

searchsubfolders = false

pcgame = false

winstate = HIDDEN

hyperlaunch = true

Hyeprlaunch.ahk:

;**********************************NUON*****************************************

else if(systemName = "NUON" && executable = "NWrap.exe")

{

hideDesktop()

Hotkey, %exitEmulatorKey%, CloseProcess

msgbox, %emupath%%executable%

msgbox, %rompath%%romname%\nuon%romextension%

run, %emupath%%executable% "%rompath%%romname%\nuon%romextension%", %emupath%, UseErrorLevel

process, waitClose, nWrap.exe

}

and nwrap.ini:

This is the resolution you want your computer to return to on exit.

#No sanity checks are performed so make sure it's a resolution your computer can actually support.

[Resolution]

Horizontal = 640

Vertical = 480

ColorDepth = 32

RefreshRate = 60

nwrap F:\NUON\nuon.run

Posted

;**********************************NUON*****************************************

else if(systemName = "NUON" && executable = "NWrap.exe")
{
   hideDesktop()
   Hotkey, %exitEmulatorKey%, CloseProcess
   run, %emupath%%executable% "%rompath%%romname%\nuon%romextension%", %emupath%, UseErrorLevel
   process, waitClose, nWrap.exe

}

did you read my setup guide in the theme announcement of how to set it up?

Posted

Sopht I tested other time with this configuration and doens´t work,EXAMPLE:spaceinvaderxl game:

First I have mount the image of game with daemon tools,then I have copied the files nuon.run and spaceinv.dat to rom folder of emulator Nuon.I have the name of nuon.run by spaceinvadersxl and I have created a file Xml in database with the name myself:

Then I have created the ini file:

[exe info]

path = C:\Hyperspin\Emulators\Nuon\

rompath = C:\Hyperspin\Emulators\Nuon\roms\

userompath = true

exe = NWrap.exe

romextension = run

parameters =

searchsubfolders = false

pcgame = false

winstate = HIDDEN

hyperlaunch = true

And hyperlaunch.ahk:

;**********************************NUON*****************************************

else if(systemName = "NUON" && executable = "NWrap.exe")

{

hideDesktop()

Hotkey, %exitEmulatorKey%, CloseProcess

run, %emupath%%executable% "%rompath%%romname%\nuon%romextension%", %emupath%, UseErrorLevel

process, waitClose, nWrap.exe

}

and nwrap.ini:

This is the resolution you want your computer to return to on exit.

#No sanity checks are performed so make sure it's a resolution your computer can actually support.

[Resolution]

Horizontal = 640

Vertical = 480

ColorDepth = 32

RefreshRate = 60

With this configuration run the emulator Nuance in hyperspin but I didn´t see nothing,is the screen in black.

What am I doing wrong?

Greetings

Posted

OK so under:

C:\Hyperspin\Emulators\Nuon\roms\

you should have a folder for every rom, so it should be like this:

C:\Hyperspin\Emulators\Nuon\roms\SpaceInvadersXL\nuon.run

C:\Hyperspin\Emulators\Nuon\roms\SpaceInvadersXL\nuon.dat

C:\Hyperspin\Emulators\Nuon\roms\Tempest3000\nuon.run

C:\Hyperspin\Emulators\Nuon\roms\Tempest3000\nuon.dat

where the game folder is the 'romname' in the database. Then it should work for you.

Posted

Sopht you have a pack with all configurated..Upload here because is system is very complicated for all people what understand it.Greetings

Posted

Sopht a good pack nuon but I have a doubt.For example:

With the game spaceinvadersxl,you have created a folder in roms folder with each game.

We only have what introduce all files of game spaceinvaders and change the names the files with extension .dat and .run like spaceinvadersxl.run and spaceinvaderxl.dat

Posted

correct just drop

nuon.run and nuon.dat in that folder

and set the path to the /roms/ folder that contains all the games folder in the /settings/nuon.ini

for example:

rompath = c:\hyperspin\emulators\nuon\roms\

Posted

Sopht the emulator run but the screen is in black.This is mi log Hyperpsin:

04:08:17 PM | HyperSpin Started

04:08:17 PM | Startup Program Unvavailable

04:08:17 PM | Menu mode is multi

04:08:17 PM | Menu.xml found

04:08:17 PM | Entering fullscreen mode

04:08:17 PM | Setting resolution to 640x480 refreshrate is 0

04:08:18 PM | Main Menu.xml loaded

04:08:19 PM | Loading wheel images

04:08:19 PM | Entering Menu

04:08:24 PM | Menu.xml found

04:08:24 PM | Nuon.xml loaded

04:08:24 PM | Loading wheel images

04:08:24 PM | Entering Menu

04:08:27 PM | Pausing Animations

04:08:28 PM | Running HyperLaunch.exe

04:08:28 PM | Command Line is: HyperLaunch.exe "Nuon" "spaceinvadersxl"

04:09:29 PM | Menu.xml found

04:09:29 PM | Main Menu.xml loaded

04:09:29 PM | Loading wheel images

04:09:29 PM | Entering Menu

04:09:33 PM | Exiting HyperSpin

04:09:33 PM | Quiting program

04:09:33 PM | Exit Program Unvavailable

04:09:33 PM | Bye!

Posted

Sopht it doens´t work,I have tried a lot of time and nothing,my configuration is this:

Hyperlaunch.ahk:

;**********************************NUON*****************************************

else if(systemName = "NUON" && executable = "nWrap.exe")

{

hideDesktop()

Hotkey, %exitEmulatorKey%, CloseProcess

run, %emupath%%executable% "%rompath%%romname%\nuon%romextension%", %emupath%, UseErrorLevel

process, waitClose, nWrap.exe

}

NUON.ini:

[exe info]

path = C:\Hyperspin\Emulators\NUON\

rompath = C:\Hyperspin\Emulators\NUON\roms\

userompath = true

exe = nWrap.exe

romextension = run

parameters =

searchsubfolders = true

pcgame = false

winstate = HIDDEN

hyperlaunch = true

My Roms folder:

a2b5c2a1e724edd2342a61965b4a50f1o.jpg

And in ofthe folder Spaceinvadersxl with the two files:

da0a3b21763bd991e568ffdfe4edd62do.jpg

and my nWrap.ini:

#

#NWrap, fullscreen wrapper for nuance, a NUON emulator.

#Coded by SophT

#

#This is the resolution you want your computer to return to on exit.

#No sanity checks are performed so make sure it's a resolution your computer can actually support.

[Resolution]

Horizontal = 640

Vertical = 480

ColorDepth = 32

RefreshRate = 60

And here a video testing:

http://www.megaupload.com/?d=TPDU5GBL

Sopht say me what I,m making wrong.

Greetings

Posted

And in ofthe folder Spaceinvadersxl with the two files:

the files you have:

spaceinvadersxl.dat

spaceinvadersxl.run

MUST be renamed to

nuon.dat

nuon.run

(this is the same for every game)

Posted

Sopht the emulator runs like it see in this image:

1d5ffb6384380180271bc8270fe9cbafo.jpg

But I have to give to Ctrl+Alt+Supr for finalize the process nwrap.exe and then it.s see this screen:

0638df5336a3f4b6b9b5e7aeaaa049beo.jpg

Why it,s see the explorer files for choose the file had to enter directly the game.

My path is this:C:\Hyperspin\Emulators\NUON\roms\ like it´s see in my NUON.ini:

[exe info]

path = C:\Hyperspin\Emulators\NUON\

rompath = C:\Hyperspin\Emulators\NUON\roms\

userompath = true

exe = nWrap.exe

romextension = run

parameters =

searchsubfolders = true

pcgame = false

winstate = HIDDEN

hyperlaunch = true

Greetings

  • 4 weeks later...
Posted

I just downloaded your nwrap.exe. I am having the same problem that akiles500 was having. I renamed the files to nuon.dat and nuon.run. But I still get a black screen with the mouse cursor on it.

  • 9 months later...
Posted
Oh, I see the problem for you!

It is written to look for titles in English - I didn't think about it in other languages!

here this one should work for you Akiles:

http://rapidshare.de/files/48251677/NWrap.exe.html

It was waiting for the window 'open' to appear - but for you it's 'Abrir'.

Please Sopht, can u upload this again for me ?

my system says "Abrir" too and the original wrapper dont work for me ....

Tanks

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...