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

Pages: [1]
1
Scripting / Re: LEDSpicer Emitter Plugin
« on: December 17, 2020, 02:44:16 AM »
Hi. I've got this installed and all seems OK but there's no rom profiles set up. There is a gameData.xml file that comes with LEDSpicer but I don't think that's useable in the way your plugin needs it. Do we have to create all the profiles for each game manually?

Also, does this work with Retroarch or do I have to use a standalone MAME emulator?

Cheers.

2
Scripting / Is it possible to call another program from an AM plugin?
« on: December 17, 2020, 01:23:52 AM »
Hi. I'm using LEDSpicer to light up my LEDs but I can't for the life of me figure out how to tell it to restart the set of animations I've given it. The author seems to have gone cold on the the net atm, so I'm stumped. I thought I could create an animation set that would last for 2 minutes and then get an AM plugin to restart the profile that LEDSpicer uses to play those animations. I know how to wait a certain amount of time in the plugin and I know how to get it to randomly decide if it should restart the profile. My problem is how to actually call the program from in the plugin.

The command line to restart the profile is

Code: [Select]
LoadProfile ProfileName
This is the code I have so far, it runs every 20 minutes. Is it even possible to do with with a plugin in AM? I'm on a RASPBERRY PI 4 BTW with Raspbian.

Code: [Select]
restartPlugin = randInt(10);

if (restartPlugin < 2)
{
 // Use LoadProfile command line command to restart the profile
}

Cheers.

3
Scripting / Re: LEDSpicer Emitter Plugin
« on: December 17, 2020, 01:17:54 AM »
Thank you for this! You're a life saver.

4
General / Re: Raspberry Pi F.A.Q.
« on: May 21, 2020, 03:43:08 AM »
Thanks for the reply. I'll keep an eye on the other project to see if there's any movement. Cheers.

5
General / Re: Raspberry Pi F.A.Q.
« on: May 19, 2020, 11:05:15 AM »
Is AM officially coming to the Pi 4 at all? Not trying to pressure anyone to get it done, just wondered if that was on the road map for the application.

Cheers.

6
General / Re: Can you add AM to Retropie on a Pi 4?
« on: May 13, 2020, 05:13:51 AM »
Do you know of a step-by-step guide to getting it installed and running?

7
General / Is there anyway at all to install and run AM on a Pi 4?
« on: May 13, 2020, 05:12:20 AM »
Hi. Trying to find a way to install AM on a Pi 4 but having problems atm.

I know it's not in the experimental list of Retropie yet so I'm looking at doing it manually. I don't mind what OS us used, Retropie or Raspian Buster. Does anyone know if a step-by-step guide to getting it going, if it's possible?

Thanks.

8
General / Re: Attract Mode Crashing to Desktop on Windows 10.
« on: May 12, 2020, 09:36:08 AM »
I managed to find a config files online and created it myself. AM works perfectly now. Don't know why it wouldn't create it. Tried it different compatibility modes, admin rights, different drives, folders ... everything I could think of. Weird.

Thanks for the help.

9
General / Can you add AM to Retropie on a Pi 4?
« on: May 12, 2020, 09:34:08 AM »
Just installed RetroPie and Emulationstation on my Pi 4 and wanted to add AM to RP. I've read online that I should be able to add it through the experimental packages list on RP but AM isn't on there. Is it not yet support on RP for Pi 4? If not, is there another way to add it to RP manually?

Thanks.

10
General / Re: Attract Mode Crashing to Desktop on Windows 10.
« on: May 11, 2020, 03:39:45 AM »
Thanks for replying.

I'm using the latest version of AM > 2.6.1

Quote
Things to look at:
- video mode | AM--> Configuration-->General-->Window Mode = <try them all to see if any work>
- correct/latest video drivers
- correct/latest directx installed
- correct/latest Microsoft Visual C++
- try different layout/theme to test (not all layouts work with all versions of AM)
- run the "console.exe" version of AM to see what the errors are

I can't set the video mode because I can't get past the language select screen.
I have the latest Nvidia Drivers
Also have the latest DirectX and C++
Can't change the theme, not getting that far into the program
Ran both versions of the program, no difference.

It seems to be an issue with the config file and the fact it's not being created. Can anyone send me a default file so I can try creating it myself and seeing if that helps?

Thanks

11
General / Attract Mode Crashing to Desktop on Windows 10.
« on: May 10, 2020, 01:23:06 PM »
Hi. When I run AM it starts up to the language select screen but nothing happens. I can't move to select a language and as soon as I press ENTER it drops to the desktop. If I check the LAST_RUN.LOG file it says

Code: [Select]
Attract-Mode v2.6.1 (Windows, SFML 2.5.1 +SWF +7z +Curl)
avcodec 58.54.100 / avformat 58.29.100 / swscale 5.5.100 / avutil 56.31.100 / swresample 3.5.100

Config file not found: E:\AM\attract.cfg
 - Constructed 1 filters in 0 ms (1 comparisons)
Performing some initial configuration
 * atari800-5200[Not found]
 * daphne       [Not found]
 * dolphin-emu  [Not found]
 * dosbox       [Not found]
 * fbalpha      [Not found]
 * fs-uae       [Not found]
 * fusion       [Not found]
 * gens         [Not found]
 * mame         [Not found]
 * mame-nes     [Not found]
 * mednafen     [Not found]
 * mupen64plus  [Not found]
 * nestopia     [Not found]
 * pcsx         [Not found]
 * pcsx2        [Not found]
 * scummvm      [Not found]
 * snes9x       [Not found]
 * steam        [Not found]
 * stella       [Not found]
 * supermodel   [Not found]
 * vice         [Not found]
 * virtualjaguar[Not found]
 * windows_games[Not found]
 * zsnes        [Not found]
Done initial configuration

Problem is, it DOESN'T create the attract.cfg at all, so when I run it, I get the same problem. I've tried the daily build, running on different drives and folders, and setting it to run in administrator mode, but nothing works. I have an ATI Ryzen CPU and a NVidia 1080ti GPU with 16GB of RAM

Here's a video of what happens - https://www.youtube.com/watch?v=Z9miINutC34

Does anyone have a fix? Thanks.

Pages: [1]