Jump to content
Download Section Back Up, Navigate the Right Hand Menu to find files, ignore the 0s

NullDC Naomi request


rygarmaster

Recommended Posts

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

  • 3 months later...
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

  • 4 years later...

Archived

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

×
×
  • Create New...