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 - agent4125

Pages: [1]
1
General / please help - video snaps not looping!
« on: December 27, 2021, 02:09:12 AM »
Hey, anyone know why my video snaps aren't looping?

They are the HQ mame ones downloaded from emumovies.

I have a very simple layout set for vertically orientated monitor (using the rotate plugin) that basically does this: -

Code: [Select]
fe.layout.width=240;
fe.layout.height=320;
local video_snap = fe.add_artwork( "snap", 0, 0, 240, 320 );
video_snap.trigger = Transition.EndNavigation;
video_snap.smooth = false;

The videos just get to the end and stop.

I have another PC setup with the same layout and emumovies videos and they loop fine  ???

I'm running the v2.6.1 of Attractmode included in the latest 2021.08 version of GroovyArcade (arch linux).

Thanks


2
Hi

I've installed GroovyArcade, running groovymame through AttractMode.

If I launch groovymame directly from a terminal in the LXDE desktop,  when I hit TAB and try to configure dial/paddle inputs for certain games to use the spinner I have attached, it works fine - moving the spinner and groovymame recognises it as "Mouse1Y".

If I then launch AttractMode from the same LXDE desktop session, and run groovymame from there (the command line parameters it sends is just "[name]", the game I am trying to configure is outrun) then the spinner is not recognised - it doesn't show anything when I move it when trying to assign paddle controls etc.

Is AttractMode doing something to disable the mouse/spinner or am I missing something?  It only seems to not be able to recognise the mouse devices (I actually have 2 spinners attached) when running through AttractMode.

Also to note:  Both spinners are attached to the same HID device, spinner 1 uses the Y axis, spinner 2 uses the X axis.  They are GroovyGameGear's TurboTwist2 spinners, connected via a single USB connection.  I've had no problem running this same hardware setup before through AttractMode on Windows 7.

Ah, I've just remembered another issue.  I was trying to get groovymame to run with some debug output to a file, but changing the command line parameters within AttractMode to "-v [name] >[name].txt" then causes groovymame to fail to run the rom correctly, I just get pushed back to AttractMode instantly.

Thanks

Pages: [1]