1
Themes / Re: forbiden themes
« on: March 03, 2017, 07:31:16 AM »
I want this theme!!!!
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.
Hyperspin does this also, it's a cool feature. I have no idea how to do it.
omegaman, I think it was a problem with mame.ini not having the correct path to my roms. That's why I had to specify the rom path when I ran mame64 via the commandline. I updated mame.ini and moved my rom directory to a different drive. Attract Mode launched mame fine and the game runs correctly.
I don't think there is a bug anymore.
Thanks for working through it with me.
# Generated by Attract-Mode v2.0.0-rc2
#
executable f:\emuladores\wolfmame-0151\mame
args [name]
rompath F:\Emuladores\Roms0151\ROMs
romext .zip;.7z;<DIR>
system Arcade
info_source thegamesdb.net
[color=blue]import_extras E:\attractmode\extras\mame.xml;E:\attractmode\extras\catver.ini;E:\attractmode\extras\nplayers.ini[/color]
artwork flyer
artwork marquee $HOME/mame/marquees
artwork snap F:\Emuladores\wolfmame-0151\snap;E:\VideoSnaps
artwork wheel
attract.exe --build-romlist mame --full
display mame
layout traces
romlist mame
in_cycle yes
in_menu yes
filter All
sort_by Title
filter Favourites
rule Favourite equals 1
filter Otros
sort_by Title
rule Category not_equals Casino
rule Category not_contains Mahjong
rule Category not_equals Quiz / Korean
rule Category not_equals Electromechanical / Reels
rule Category not_equals Casino / Cards
rule Category not_equals Casino / Reels
rule Status not_equals preliminary
display mame
layout gifAnimado
romlist mame
in_cycle yes
in_menu yes
filter All
sort_by Title
filter Favourites
rule Favourite equals 1
[color=blue]filter Otros
sort_by Title
rule Category does not equal Electromechanical / Reels
rule Category does not equal Casino
rule Category does not equal Casino / Reels
rule Status does not equal imperfect[/color]
I can't change game while press up or down button from keyboard in this layout. Do you know why?
I have some idea to create new theme. In a part of area, it can display all videos randomly. (like as screen saver but not a full screen) Anyone can provide script sample to me? Thanks.
local logo = fe.add_image("LogoAS.png", 400, -5, 432, 220 );
animation.add( PropertyAnimation(logo, { property = "y", start = 800, end = logo.y, tween = Tween.Bounce, time = 7500} ) );