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.


Messages - Krondorf

Pages: [1]
1
Themes / Re: Announcing HyperNut theme
« on: January 29, 2025, 08:40:40 PM »
Could do with better instructions for noobs :)

2
Scripting / Re: Ultimarc Servo-Stik plugin for Linux
« on: January 22, 2025, 03:22:41 AM »
In case anyone is interested, there is also an app called LEDSpicer that handles mode switching for ServoStiks, U360s, GGG Rotary and GGG 49-ways based on rom choice or via manual control (it handles LED stuff too). It's not my app, but I work with the author of it from time to time on documentation and testing. I did some work on the documentation for RGBCommander as well and have used both extensively.

https://sourceforge.net/p/ledspicer/wiki/Home/
https://sourceforge.net/p/ledspicer/wiki/Deployment/

There are some interesting features like the ability to design interactive LED lighting based on inputs. Like.... coin light flashes until a coin is inserted, and then player 1 flashes until pressed. It has support for MAME's output system too, which works great with stuff like blinking LEDs in DigDug and Galaga, or the knocker feature from Qbert. Just know, to use that feature you'd need to be using MAME versions over 188 or so. 188 manages to run old roms like DigDug and Galaga at fullspeed on my Rpi3b+ (as long as I'm not running a monitor in high resolution).

Anyway, sorry for the old topic bump, but I was searching for something and figured it'd be useful to have this info here.
I can't get either of these to work...
I can activate the servos manually with SETSERVOSTIK from command line... but i can't get anything to happen while in attract mode (groovyarcade/arch)
I've generated the romlist and called it arcade.txt as well as mame.txt and put them in the romlists folder (is this the correct filename? does the script look at this filename?)

Ended up getting LEDSpicer working after an issue was fixed through github
Would be good to know what the issue is with RGBc though...

3
Scripting / Re: LEDSpicer Emitter Plugin & LEDSpicer Tutorial
« on: January 20, 2025, 09:10:15 PM »
Having trouble getting my ServoStiks to work..

I have compiled and installed and it shows it is running when you type:
"ledspicerd -v"

I have also copied ledspicerd.service to /etc/systemd/system and the service starts up fine on each boot.

"21-ledspicer.rules" file has been copied to /etc/udev/rules.d/

"ledspicer.conf" file has been copied to /usr/local/etc where the program looks for the config file by default.

The LEDSpicer plugin has been put into Attract Plus plugins folder and has been picked up by Attract Plus fine.

But still can't get it to work. I've put the below into the ledspicer.conf file for the ServoStiks. the guide recommends to put in the following:

<restrictors>
    <!-- ServoStik -->
       <!-- Player 1 with ServoStik -->
       <restrictor name="ServoStik" boardId="1" player="1" joystick="1" />
    </restrictors>

tried to trigger them manually with rotator 1 1 4 rotator 1 1 8 and rotator reset --4 etc but nothing happens...

Any ideas please ?? :)

Edit: Sorted through github

Pages: [1]