Recent Posts

Pages: 1 ... 8 9 [10]
91
Themes / Re: PopupInfo plug-in
« Last post by Lukesv on January 09, 2025, 07:28:46 AM »
What theme do you use in your images?
92
Rpi3b+

I'm nearly finished with my cabinet and I've never really messed with shaders until this point, I've added some and flipped through them here and there.  I spent a good amount of time weeding out the ones that are laggy on the Rpi hardware, and what I have left are a handful that work really. 

Here is the problem... Whenever I set one as the default, when the game first loads, it's choppy/laggy.  I have hotkeys set for next/previous shaders, and If I switch to the next shader, it's fine, move back to the shader that I was just on, it's suddenly fine.  Exit the game, then open the game (any game), same thing, laggy.  Only switching shader and switching back fixes it.  I tried setting several different shaders as the default, they all do it.  Any idea what might be causing this?

***update***
I found one shader that I'm able to set to the default and no lag when starting a game, there may be more, but this was the first one that I got to work.  It's not my favorite one though, so I'd like to still figure this out.
93
HYPERNUT THEME

Download available on separate thread:
http://forum.attractmode.org/index.php?topic=4587.0
94
Themes / Re: PopupInfo plug-in
« Last post by justintime on January 07, 2025, 06:18:00 AM »
Modules are not shared in the build. You need to download those from the sources.  A quick google will provide you that.
95
Themes / Re: PopupInfo plug-in
« Last post by kent79 on January 07, 2025, 04:28:59 AM »
Code: [Select]
AN ERROR HAS OCCURED [the index 'Inertia' does not exist]

CALLSTACK
*FUNCTION [initializeArtwork()] C:\AM\plugins/PopupInfo/plugin.nut line [510]

LOCALS
[config] TABLE
[colour_shader] INSTANCE
[mon] INSTANCE
[this] INSTANCE
Script Error in transition function: onTransition - the index 'Inertia' does not exist
 ! Unexpectedly lost focus to: explorer.exe (8124)


Thanks first, but I got some error. Please check. May be you need upload  'Inertia' module ?
96
Themes / Marquees
« Last post by Hunts4beers on January 07, 2025, 04:18:15 AM »
The scraper does not seem to work and looking for the missing marquees in the wheel. Is there a good place to get these? I noticed there was one batch 1.2g that had some modified art on left of all of them which I want to avoid. Any suggestions ? Thanks
97
Themes / Re: Classic Anime & Tokusatsu (C.A.T.) JukeBox v2 update 23
« Last post by kent79 on January 06, 2025, 05:59:52 PM »
Update to v2 update 23

Happy New Year!  :)

- add schedule daily black screensaver function, you may set specified start time and end time on options page.
98
Themes / PopupInfo plug-in
« Last post by justintime on January 06, 2025, 10:48:56 AM »
Here is a plug-in that will take a keypress and display game info ('overview' files needed), as well as Flyer artwork, marquee artwork (with flicker animation) etc.

https://github.com/guilleshop/ATTRACT-MODE

Notes:
-You must define your artwork paths for your emulator within AM. (flyer, marquee, etc.)
-You must use AM to scrape for [overview] files to be created inside your 'scraper/[emulator]/overview/' folder.

99
Emulators / emulador mame no inicia
« Last post by mono20 on January 04, 2025, 12:58:30 PM »
 :-[ el emulador mame no inicia bien, ejecuto el mame desde attractmode el juego se inicia pero queda detras del attractmode como si estuviera en segundo plano.  :-[
100
General / Installing on Ubuntu - Frustrated
« Last post by cditty on January 03, 2025, 08:10:30 PM »
Can anyone help with this?  I have been trying to install attractmode on a fresh ubuntu install for the last 3 days and can't get anywhere.  I'm trying to follow the instructions from the AM website but when I try make, I get the following errors.

Code: [Select]
In file included from /usr/include/c++/13/backward/hash_map:60,
                 from extlibs/gameswf/base/container.h:75,
                 from extlibs/gameswf/base/tu_file.h:18,
                 from src/swf.cpp:26:
/usr/include/c++/13/backward/backward_warning.h:32:2: warning: #warning This file includes at least one deprecated or antiquated header which may be removed without further notice at a future date. Please use a non-deprecated interface with equivalent functionality instead. For a listing of replacement headers and interfaces, consult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
   32 | #warning \
      |  ^~~~~~~
Compiling obj/fe_net.o...
In file included from src/fe_net.cpp:23:
src/fe_net.hpp:67:21: error: field ‘m_url’ has incomplete type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
   67 |         std::string m_url;
      |                     ^~~~~
In file included from /usr/include/c++/13/iosfwd:41,
                 from /usr/include/c++/13/bits/std_thread.h:38,
                 from /usr/include/c++/13/thread:45,
                 from src/fe_net.hpp:27:
/usr/include/c++/13/bits/stringfwd.h:72:11: note: declaration of ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’}
   72 |     class basic_string;
      |           ^~~~~~~~~~~~
src/fe_net.hpp:68:21: error: field ‘m_filename’ has incomplete type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
   68 |         std::string m_filename;
      |                     ^~~~~~~~~~
/usr/include/c++/13/bits/stringfwd.h:72:11: note: declaration of ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’}
   72 |     class basic_string;
      |           ^~~~~~~~~~~~
src/fe_net.hpp:69:21: error: field ‘m_result’ has incomplete type ‘std::string’ {aka ‘std::__cxx11::basic_string<char>’}
   69 |         std::string m_result;
      |                     ^~~~~~~~
/usr/include/c++/13/bits/stringfwd.h:72:11: note: declaration of ‘std::string’ {aka ‘class std::__cxx11::basic_string<char>’}
   72 |     class basic_string;
      |           ^~~~~~~~~~~~
make: *** [Makefile:507: obj/fe_net.o] Error 1
Pages: 1 ... 8 9 [10]