PDA

View Full Version : Confused



Imnotstu
09-09-2010, 06:52 PM
I found that you can merge two different XML's together by using Hyperspin Total Editor. Example: MAME and NEO GEO roms I've put on the MAME XML. I put in the system name such as "<exe>Neo Geo</exe> under the corresponding game in the XML and it won't run. The MAME roms do, but when I try to run a Neo Geo rom off a different emulator, but on the MAME XML it wont load it just stays on the wheel and doesnt bring it up. Any help as to why this would be is greatly appreciated. Thank you for your time and consideration.

Zinger19
09-09-2010, 09:56 PM
Did you create a new .ini for that system? such as Neo Geo.ini with the appropriate paths and such? When you add this line in your XML <exe>Neo Geo</exe> it looks for the Neo Geo.ini which contains the apporiate paths and such. It will go in your settings folder and will need to contain at least this type of information.

for Ex:

[exe info]
path=D:\HyperSpin\Emulators\Neo Geo\Kawaks\
rompath=D:\HyperSpin\Emulators\Neo Geo\Neo Geo Roms \
userompath = true
exe=kawaks.exe
romextension=zip
parameters =
searchsubfolders = false
pcgame = false
winstate = HIDDEN
hyperlaunch=true

I believe that's all you need,but the most important part is the .ini for your system that you are using.

Imnotstu
09-09-2010, 10:13 PM
Thanks a whole bunch Zinger, man I spent two weeks on this and you pointed it out for me. In my "ini." I had this (path=D:\HyperSpin\Emulators\Neo Geo\) When the whole time I sholud've had this (path=D:\HyperSpin\Emulators\Neo Geo\Kawaks\) I seemed to have forgotten to add the Emulator Name. Thanks for the advice buddy.