Jump to content
Unfortunately we had to take download section back offline temporarily. We should have it working normally soon.

CXBX-RELOADED in Hyperspin


Creezz67

Recommended Posts

Hi all,

Has anyone been able to run cxbx reloaded as administrator in Hyperspin ?

Reason I ask is although i can run it ok in Windows 10 if I do not set Hyperspin to run as admin, many other systems then do not work (gameloader etc) without setting each game to run as admin

Even when i leave fade in off to allow myself to click yes in the confirmation box (see image) it still won't load.

It's annoying as this emulator is now working well on certain games. Most emulators have an option to turn stuff like this off but I can't find it if it exists.

Any help appreciated.

Note, CXBX RELOADED emulator itself is not set as admin, just Hyperspin and this brings up this error.

cxbx.png.a1271afb3aed0f01f7537a9730ea07a1.png

Link to comment
Share on other sites

MEmu := "Cxbx-Reloaded"
MEmuV := "nightly"
MURL := ["https://github.com/Cxbx-Reloaded/Cxbx-Reloaded"]
MAuthor := ["teeedubb"]
MVersion := "1.1"
MSystem := ["Microsoft Xbox"]
;----------------------------------------------------------------------------
; Notes: 
;Based on djvj's cxbx module
;
;----------------------------------------------------------------------------
StartModule()
FadeInStart()

settingsFile := modulePath . "\" . moduleName . ".ini"
7z(romPath, romName, romExtension, 7zExtractPath)	
Run(executable . " """ . romPath . "\default.xbe""", emuPath)
Sleep 1000
Send {Enter}
Sleep 1000
Send !{Enter}

FadeInExit()
Process("WaitClose", executable)
7zCleanUp()
FadeOutExit()
ExitModule()

CloseProcess:
	FadeOutStart()
	WinClose("Cxbx-Reloaded ahk_class WndMain")
Return

I had the same problem. Changed the module.

HyperSpin\RocketLauncher\Modules\Cxbx-Reloaded\Cxbx-Reloaded.ahk

 

Link to comment
Share on other sites

Archived

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

×
×
  • Create New...