Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Topics - ScherzKeks

Pages: [1]
1
Hello there!
My machine is set up to run with runcommand from the retropie setup although I'm running a regular debian pc in my Arcade. I want to pass the Game Name to the command line to use it for a Text to Speech programm.
The config for my Arcade games is like this:

Code: [Select]
# Generated by Attract-Mode v2.6.0
#
executable           /opt/runcommand/runArcade.sh
args                 0 _SYS_ arcade "[romfilename]" "[name]"
rompath              /opt/roms/arcade
romext               .7z;.cue;.fba;.iso;.zip;.7Z;.CUE;.FBA;.ISO;.ZIP
system               Arcade

My romlist is generated with mame -listxml and looks like this:
Code: [Select]
#Name;Title;Emulator;CloneOf;Year;Manufacturer;Category;Players;Rotation;Control;Status;DisplayCount;DisplayType;AltRomname;AltTitle;Extra;Buttons;Series;Language;Region;Rating
1942;1942;Arcade;;;;Shooter / Flying Vertical;;;;;;;;;;;;;;
1942a;1942 (Revision A);Arcade;1942;1984;Capcom;Shooter / Flying Vertical;2;270;joystick (8-way),joystick (8-way);good;1;raster;1942;;;2;;;;
1942;1942 (Revision B);Arcade;;1984;Capcom;Shooter / Flying Vertical;2;270;joystick (8-way),joystick (8-way);good;1;raster;;;;2;;;;
1942a;1942a;Arcade;;;;Shooter / Flying Vertical;;;;;;;;;;;;;;
1943;1943;Arcade;;;;Shooter / Flying Vertical;;;;;;;;;;;;;;
airwolf;Airwolf;Arcade;;1987;Kyugo;Shooter / Flying Horizontal;2;0;joystick (8-way),joystick (8-way);good;1;raster;;;;2;;;;
astorm;Alien Storm (World, 2 Players) (FD1094 317-0154);Arcade;;1990;Sega;Platform / Shooter Scrolling;2;0;joystick (8-way),joystick (8-way);good;1;raster;;;;3;;;;

However each time I run a game it just gives me the name of the romfile instead of the title (e.g. "astorm" instead of "Aliens Storm (World, 2 PLayers....) and I just don't understand where I'm wrong.

Pages: [1]