Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: attn )p(, need help with Emulaxian's selection set setup  (Read 991 times)

0 Members and 1 Guest are viewing this topic.

MrBond

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 390
  • Last login:March 10, 2012, 03:50:37 pm
  • ...The name's Do......Mr. Do!...
attn )p(, need help with Emulaxian's selection set setup
« on: July 10, 2003, 08:13:08 pm »
Hi again!  I just setup a bunch of pinball tables in a gamelist.  I have 2 pinball lists now.  One entitles "pinmame" and the other "irpinball".  However, when I hit the key to swich between lists, I get a script error.  Could you point me in the right direction?  Thanks!

In fepinball.cfg:
--1. Gamelists in this selection set
--
gamelist1|pinmame/pinmame|
gamelist2|irpinball/irpinball|
--
--
--2. Details for each gamelist so that it can be shown in the selectionset menu
--
pinmame|/Pinball Tables/pinmame////////pinball/console//////////////////////////|
irpinball|/IR Pinball Tables/irpinball////////pinball/console//////////////////////////|

In fepinballlist.cfg:
irpinball|1.0000|2.0000|        
 
In feselectionsets.cfg
|Pinball Tables|pinball||||||||pinball|console||||||||||||||||||||||||||
...they only live twice!...
(>")>----MAME----<("<)

)p(

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:March 27, 2009, 03:38:15 am
  • We are the Galaxians...
    • Emulaxian:cabinet and frontend
Re:attn )p(, need help with Emulaxian's selection set setup
« Reply #1 on: July 11, 2003, 01:45:47 am »
Did you build these by hand or are these autogenerate by the cfg uitlity?

What are you trying to do. Changin between the two lists with the gamelist selection menu (gs) or toggle between two gamelists (default key tab).  You have setup it to switch using the gs menu.

Easiest for me is if you zip-up your \cfg folder and email it me then i will check it...

(Forgot to add that the above looks ok to me at first glance...so I suspect a problem with either one of the two gamelists. You probably edited them by hand. In the next version I plan to check gamelist when they are loaded and give a warning message when they are not ok with a notice which entry gave the trouble. Because this is the most common cause of script errors people report. And in almost all cases it is a nonvalid emulator reference in field 10 of a gamelist entry. For example by removing or adding an xtra || somewhere...the emualtor reference is not in the correct field...ok I degress  ;) )

peter

« Last Edit: July 11, 2003, 10:16:23 am by )p( »

MrBond

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 390
  • Last login:March 10, 2012, 03:50:37 pm
  • ...The name's Do......Mr. Do!...
Re:attn )p(, need help with Emulaxian's selection set setup
« Reply #2 on: July 11, 2003, 02:41:08 pm »
Actually I would like the toggle, but I tried that and it didn't work, so I tried this way to change between the two lists with the gs

I autogenerated them using the utility and the VPLauncher.dat
However, I did modify some of the entries.  I wanted the pictures to show correctly (fields and backglasses), as well as I changed some of the names (first field) so they look better.  And for some of the entries that didn't have all of their info, I filled in what I could from looking at the VPLauncher.dat for similar files.

That's probably it then, I might have changed something and knocked a || out.  

I'll send you my cfg!  Thanks!
...they only live twice!...
(>")>----MAME----<("<)

)p(

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:March 27, 2009, 03:38:15 am
  • We are the Galaxians...
    • Emulaxian:cabinet and frontend
Re:attn )p(, need help with Emulaxian's selection set setup
« Reply #3 on: July 11, 2003, 04:30:48 pm »
if you want to toggle then just change:

--1. Gamelists in this selection set
--
gamelist1|pinmame/pinmame|
gamelist2|irpinball/irpinball|
--

to

--1. Gamelists in this selection set
--
gamelist1|pinmame/irpinball|
--


I will try to check your cfg files tomorrow  ;)

peter

)p(

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 964
  • Last login:March 27, 2009, 03:38:15 am
  • We are the Galaxians...
    • Emulaxian:cabinet and frontend
Re:attn )p(, need help with Emulaxian's selection set setup
« Reply #4 on: July 11, 2003, 05:33:45 pm »
I found the problem...the cfg utility should have warned you not to use the same name for a selectionset cfg  and an emulator cfg. So this is my fault I should have included a warning in it. But I must confess I had forgotten that this could happen...they are compounded into the same table using their shotrname to identify them. So the emulator cfg will overwrite the selset cfg entry in the table if it has the same name. There is an emulator called pinball in your emulator folder. Renaming the selectionset to something else like pinballselset will do the trick. I adjusted your cfg files accordingly...


In fepinballselset.cfg:
--1. Gamelists in this selection set
--
gamelist1|pinmame/pinmame|
gamelist2|irpinball/irpinball|
--
--
--2. Details for each gamelist so that it can be shown in the selectionset menu
--
pinmame|/Pinball Tables/pinmame////////pinballselset/console//////////////////////////|
irpinball|/IR Pinball Tables/irpinball////////pinballselset/console//////////////////////////|

In fepinballlist.cfg:
irpinball|1.0000|2.0000|        

In feselectionsets.cfg
|Pinball Tables|pinballselset||||||||pinballselset|console||||||||||||||||||||||||||

peter