rygarmaster Posted May 2, 2009 Share Posted May 2, 2009 Can somebody upload own nullDC-Naomi_1.0.3_mmu.exe with config file and hyperlaunch with hyperluanch ahk file which are working fine with Hyperspin ? I wanna compare and maybe use because I cant get this to work :/ Link to comment Share on other sites More sharing options...
akiles500 Posted May 2, 2009 Share Posted May 2, 2009 Rygarmaster here is my emulator configurated yet: http://www.megaupload.com/?d=H423HCHH Enjoy it Link to comment Share on other sites More sharing options...
rygarmaster Posted May 2, 2009 Author Share Posted May 2, 2009 Can you uplaod yours hyperlaunch.ahk file and naomi.ini from hyperspin ? Link to comment Share on other sites More sharing options...
akiles500 Posted May 2, 2009 Share Posted May 2, 2009 ini file: [exe info] path = C:\HyperSpin\Emulators\Sega Naomi\ rompath = C:\HyperSpin\Emulators\Sega Naomi\roms\ userompath = true exe = nullDC-Naomi_1.0.3_nommu.exe romextension = lst parameters = searchsubfolders = false pcgame = false winstate = HIDDEN hyperlaunch = true [themes] themes_only = false animate_out_default = true [wheel] alpha = .15 style = normal speed = high vert_wheel_position = right text_with_images = true text_width = 700 text_font = Style2 small_text_width = 260 large_text_width = 400 text_stroke_size = 8 text_stroke_color = 0x000000 text_color1 = 0x00BFFD text_color2 = 0xFFFFFF text_color3 = 0x00BFFD color_ratio = 100 shadow_distance = 0 shadow_angle = 45 shadow_color = 0x000000 shadow_alpha = 1 shadow_blur = 0 [pointer] x = 965 y = 384 [video defaults] path = width = 309 height = 340 x = 300 y = 430 rotation = -15 animation_time = .5 animation_type = ease animation_start = left border_color = 0x000000 border_size = 0 border_color2 = 0X000000 border_size2 = 0 border_color3 = 0X000000 border_size3 = 0 forceaspect = none belowwheel = false [sounds] game_sounds = true wheel_click = true [navigation] game_jump = 50 sort_by_name = false remove_info_wheel = false remove_info_text = false use_parent_vids = false use_parent_themes = false [artwork1 defaults] x = 512 y = 117 rotation = 0 animation_time = 1 animation_type = ease animation_start = top animation_rest = none [artwork2 defaults] x = 800 y = 460 rotation = 8 animation_time = .5 animation_type = ease animation_start = right animation_rest = none [artwork3 defaults] x = 200 y = 500 rotation = 0 animation_time = .5 animation_type = ease animation_start = left animation_rest = none [artwork4 defaults] x = 512 y = 500 rotation = 0 animation_time = .5 animation_type = ease animation_start = none animation_rest = none [special Art A] default = false active = true x = 512 y = 720 in = .4 out = .4 length = 3 delay = .1 type = normal start = bottom [special Art B] default = true active = true x = 512 y = 740 in = .4 out = .4 length = 3 delay = .1 type = fade start = none [Game Text] game_text_active = true show_year = true show_manf = true show_description = true text_color1 = 0xffffff text_color2 = 0x0099cc stroke_color = 0x000000 text_font = Style1 text1_textsize = 26 text1_strokesize = 7 text1_x = 32 text1_y = 610 text2_textsize = 36 text2_strokesize = 8 text2_x = 30 text2_y = 640 [Genre Screen] allgames_title = All Games text_color = 0x000000 text_x = 150 text_y = 200 stroke_color = 0xffffff stroke_size = 7 hyperlaunch.ahk : ;********************************* NAOMI******************************** else if (systemName = "Naomi") { if(executable = "nullDC-Naomi_1.0.3_nommu.exe" ||executable = "nullDC-Naomi_1.0.3_nommu.exe.exe" ) SetWorkingDir, %emuPath% Hotkey, %exitEmulatorKey%, CloseProcess Blockinput on ; Keeps users from messing up loader my pressing buttons and moving mouse rom = "%romPath%%romName%%romExtension%" ; (rompath romfile) gives friendly name as ROM SetBatchLines -1 Gui +AlwaysOnTop -Caption +ToolWindow ; No title, No taskbar icon Gui Color, 0 ;Color Black Gui Show, x0 y0 h%A_ScreenHeight% w%A_ScreenWidth%, HSHIDE ;WinSet Transparent, 200, A ;Can be semi-transparent MouseGetPos X, Y ;Remember pos to return MouseMove %A_ScreenWidth%,%A_ScreenHeight% ; Move pointer off screen IniWrite, 1, %A_WorkingDir%\nulldc.cfg, nullDC, Emulator.AutoStart IniWrite, 1, %A_WorkingDir%\nulldc.cfg, nullDC, Emulator.NoConsole IniWrite, 1, %A_WorkingDir%\nulldc.cfg, drkpvr, Fullscreen.Enabled IniWrite, 640, %A_WorkingDir%\nulldc.cfg, drkpvr, Fullscreen.Res_X IniWrite, 480, %A_WorkingDir%\nulldc.cfg, drkpvr, Fullscreen.Res_Y Run, %executable% ;launches emulator ;waits for load dialog Sleep, 1000 SendInput, %rom% ; sends rompath romfile from exe syntax Send, {enter} ;loads roms by pressing enter Sleep, 7000 ;Gives time for loading to finish before unhiding desktop Gui Destroy ;Remove blinds from desktop Blockinput off ;Allows user to send inputs so games can be played Process, WaitClose, %executable% exitapp } Link to comment Share on other sites More sharing options...
rygarmaster Posted May 2, 2009 Author Share Posted May 2, 2009 Thx Buddy but if I launch it I get a black screen and I cannot escape it .. If I kill the launcher process I can see that nulldc naomi is asking me for .lst file - in my case sfz3ugd.lst :/ Link to comment Share on other sites More sharing options...
akiles500 Posted May 2, 2009 Share Posted May 2, 2009 you have created the xml file in databases Link to comment Share on other sites More sharing options...
akiles500 Posted May 2, 2009 Share Posted May 2, 2009 With that configuration have to works . Link to comment Share on other sites More sharing options...
rygarmaster Posted May 3, 2009 Author Share Posted May 3, 2009 This is my xml file: <menu> <game name="sfz3ugd"> <description>sfz3ugd</description> <crc>sfz3ugd</crc> <manufacturer></manufacturer> <year></year> <genre></genre> </game> </menu> Link to comment Share on other sites More sharing options...
akiles500 Posted May 3, 2009 Share Posted May 3, 2009 tested with other game Link to comment Share on other sites More sharing options...
rygarmaster Posted May 3, 2009 Author Share Posted May 3, 2009 It works ! All I had to do was recompile ahk file with autohotkey app Link to comment Share on other sites More sharing options...
Devaud Posted August 19, 2009 Share Posted August 19, 2009 Thx Buddy but if I launch it I get a black screen and I cannot escape it .. If I kill the launcher process I can see that nulldc naomi is asking me for .lst file - in my case sfz3ugd.lst :/ Rygarmaster: I spent 3 days trying to configure this, please can someone pass me a link to your emulator and the Hyperluch.exe configurate yet ............. . I tried to compile but I can not do aaaaaaaaaaaaagggggggggg i am a complete noobbbbbbb. I have the last version of hyperlunch, but when i lunch a game, the HS show me a nulldc naomi asking me for .lst file pleaseeeeeeeeeeeeeeeeee helppppppppppppp. Link to comment Share on other sites More sharing options...
sneidder Posted July 16, 2014 Share Posted July 16, 2014 yeaah need this files Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.