PDA

View Full Version : trouble with bats..


jmode
03-10-2010, 06:14 PM
hi, im new here and my english is not very good; but i have to say that HS is simply awesome.well, my idea is to have a frontend with only game i like, in one main wheel.

i did a "bat" for each game, launching the emulator, rom, and xpadder at the same time, and when i want to close, just press esc and the emulator close


Start D:\XBMC\Juegos\Xpadder\nes.xpadderprofile
cd..
cd Nintendo
Fceux.exe "D:\XBMC\Juegos\Nintendo\ROMS\Super Mario Bros. 2.zip"
Start D:\XBMC\Juegos\Xpadder\desktop.xpadderprofile


this way, i have sagas in one list:
super mario bros.
super mario bros. 2
super mario bros. 3
super mario world
sonic the hedgehog
sonic the hedgehog 2

and so on

i creat a new list named "GAMES" in a single wheel, i treat as "PC GAMES" and wont launch any game

DATABASE

<?xml version="1.0"?>
<menu>
<game name="Super Mario Bros..bat" index="true" image="0">
<description>Super Mario Bros.</description>
<cloneof></cloneof>
<crc></crc>
<manufacturer>Nintendo</manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario Bros. 2.bat" index="true" image="0">
<description>Super Mario Bros. 2</description>
<cloneof></cloneof>
<crc></crc>
<manufacturer>Nintendo</manufacturer>
<year></year>
<genre></genre>
</game>
</menu>


INI's


[exe info]
path=
rompath=D:\XBMC\Juegos\Roms\
userompath=true
exe=
romextension=bat
parameters=
searchsubfolders=
pcgame=true
winstate=HIDDEN
hyperlaunch=false

[filters]
parents_only=false
themes_only=false
wheels_only=false

[themes]
use_parent_vids=true
use_parent_themes=false
animate_out_default=false
reload_backgrounds=false

[wheel]
alpha=.15
small_alpha=1
style=normal
speed=high
pin_center_width=500
horz_wheel_y=512
vert_wheel_position=right
y_rotation=center
norm_large=360
norm_small=230
vert_large=400
vert_small=240
pin_large=500
pin_small=200
horz_large=240
horz_small=150
letter_wheel_x=800
letter_wheel_y=384
text_width=700
text_font=Style4
small_text_width=260
large_text_width=400
text_stroke_size=6
text_stroke_color=0x000000


if i can solve this little problem, i'd be happy and i could set HS the way i want

thankyou

Dazz
03-10-2010, 06:17 PM
<game name="Super Mario Bros..bat

Leave off the .bat in the game name field.

SophT
03-11-2010, 02:33 AM
Start D:\XBMC\Juegos\Xpadder\nes.xpadderprofile
cd..
cd Nintendo
Fceux.exe "D:\XBMC\Juegos\Nintendo\ROMS\Super Mario Bros. 2.zip"
Start D:\XBMC\Juegos\Xpadder\desktop.xpadderprofile


You can do this in autohotkey just as easily and you don't have to create a batch file for each rom.


this way, i have sagas in one list:
super mario bros.
super mario bros. 2
super mario bros. 3
super mario world
sonic the hedgehog
sonic the hedgehog 2


you can do this too by merging the XML files and noting which system they belong to. One wheel can launch multiple emulators.

jmode
03-11-2010, 09:32 AM
gonna try autohotkey,but scripting is chinese for me...

thankyou for your replys.

jmode
03-11-2010, 11:53 AM
you can do this too by merging the XML files and noting which system they belong to. One wheel can launch multiple emulators.

Done, i have a new "GAMES" list with all mario saga between nes and snes, but when i try launch a game, HS ask for an emulator ini file; cannot find netopia.ini, cannot find zsnesw.ini

<?xml version="1.0"?>
<menu>
<game name="Super Mario Bros." index="" image="">
<description>Super Mario Bros.</description>
<cloneof></cloneof>
<exe>nestopia</exe>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario Bros. 2" index="" image="">
<description>Super Mario Bros. 2</description>
<cloneof></cloneof>
<exe>nestopia</exe>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario Bros. 3" index="" image="">
<description>Super Mario Bros. 3</description>
<cloneof></cloneof>
<exe>nestopia</exe>
<crc></crc>

<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario World" index="" image="">
<description>Super Mario World</description>
<cloneof></cloneof>
<exe>zsnesw</exe>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario All-Stars" index="" image="">
<description>Super Mario All-Stars</description>
<cloneof></cloneof>
<exe>zsnesw</exe>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
<game name="Super Mario World 2 - Yoshi's Island" index="" image="">
<description>Super Mario World 2 - Yoshi's Island</description>
<cloneof></cloneof>
<exe>zsnesw</exe>
<crc></crc>
<manufacturer></manufacturer>
<year></year>
<genre></genre>
</game>
</menu>

where do i create those ini files?

thnkyou

SophT
03-11-2010, 04:55 PM
I don't think you want to point it to 'nestopia' you want to point it to "Nintendo Entertainment System"

jmode
03-16-2010, 06:55 PM
ok, after a few days i have custom list working with the <exe> tags.
now i need some help to run xpadder with emulators. since i dont need closemul nor bats to do this, just edit hyperlaunch, the question is, how do i edit hyperlaunch.ahk to do this???


thankyou for helping me

SophT
03-16-2010, 07:39 PM
the question is, how do i edit hyperlaunch.ahk to do this???


just open it up with your favorite text editor- and add the calls to xpadder for each system before and after the run, emulator line. save and recompile.


run, D:\XBMC\Juegos\Xpadder\nes.xpadderprofile
<!--code that launches nestopia-->
run, D:\XBMC\Juegos\Xpadder\desktop.xpadderprofile