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

Pages: [1]
1
Themes / Solid 1.3.0 theme
« on: December 01, 2019, 04:16:07 PM »
SOLID 1.3.0 theme for Attract Mode 2.6.2

Clean design
         

there are a lot of options to change artworks, menu positioning, colors ecc...
      

DOWNLOAD
https://www.dropbox.com/scl/fo/76u17qfz1pt6bk6n3tq96/h?dl=0&rlkey=lcdobupr43m6960lv2vlk04w1

2
Scripting / emulator setting for pc_games (portable)
« on: December 23, 2018, 05:16:32 AM »
I'm not able to set Emulator in AM to run .bat files (pc games)

I found this setting in the forum but when I launch the game nothing happens

where I'm wrong?


# Generated by Attract-Mode v2.5.1
#
executable           cmd
args                 /c "[romfilename]"
rompath              ..\..\roms\pc_portable
romext               .bat
system               PC
artwork    boxart          ..\..\artworks\pc_portable\boxart
artwork    cartart         ..\..\artworks\pc_portable\cartart
artwork    flyer           ..\..\artworks\pc_portable\flyer
artwork    snap            ..\..\artworks\pc_portable\snap
artwork    wheel           ..\..\artworks\pc_portable\wheel

3
Themes / ROMLIST CHECKER 1.0.1 Theme
« on: December 22, 2018, 08:10:13 AM »
ROMLIST CHECKER 1.0.1 for Attract Mode 2.5.1


4
Themes / LATERAL 1.0.2 theme
« on: December 22, 2018, 08:07:10 AM »
LATERAL 1.0.2 theme for Attract Mode 2.6.0

      


DOWNLOAD
https://www.dropbox.com/scl/fo/ice7tm8ohd3gyyex8j3c4/h?dl=0&rlkey=qd6hd4senxwf4zrysjf0erfvm

5
Scripting / reset - reload layout
« on: December 15, 2018, 06:51:25 AM »
Is it possible to reload the theme with fe.signal()?

There was a discussion with no answer 3 years ago.

http://forum.attractmode.org/index.php?topic=312.msg2235#msg2235

6
Themes / ART CHECKER 1.0.3 theme
« on: November 07, 2018, 03:44:25 PM »
ART CHECKER 1.0.3 for Attract Mode 2.6.0

A theme for checking artworks and romlists



DOWNLOAD
https://www.dropbox.com/scl/fo/g43ry4n7b8q8g6f2v1sw0/h?dl=0&rlkey=14dt8esa4lyjgnlpmc9xneagx

7
Themes / SEGA 2nd SERIES 1.0.1 theme
« on: November 07, 2018, 03:33:20 PM »
SEGA 2nd SERIES 1.0.1 theme for Attract Mode 2.6.0

         

Design inspired by the 2nd series of SEGA consoles.

I recommend using this theme only with these systems:
- Genesis
- 32X
- SegaCD
- SegaCD32X
- Game Gear


DOWNLOAD
https://www.dropbox.com/scl/fo/v1fpy3odgairld8bulime/h?dl=0&rlkey=607tzwfidxfwaaknf9muec06l

8
Scripting / text scroller
« on: October 24, 2018, 03:27:56 PM »
Hi guys I'm looking for a function that scrolls text.
This is what I made, but it's not smooth and it works only one time when AM starts, can someone tell me how to improve this code, or where I can find a better scroller?


local line = 0;      // delay (-1 increase delay)
fe.add_ticks_callback( this, "scroller" );
function scroller( tick_time ) {
   line += 0.01;   // speed
   history.first_line_hint = line;
}


Thank you!  :D

9
Themes / PREV NEXT 1.0.4 theme
« on: October 20, 2018, 04:05:20 PM »
PREV NEXT 1.0.4 theme for Attract Mode 2.4.1

A fully coloured theme



DOWNLOAD
https://www.dropbox.com/scl/fo/9xcewep2wgrkej7m8zwlc/h?dl=0&rlkey=2rcnhgsfv0h9fbmzxu36au6zl

10
Themes / HUD 1.0.7 theme
« on: September 26, 2018, 04:18:01 PM »
HUD 1.0.7 theme for Attract Mode 2.6.0

         

DOWNLOAD
https://www.dropbox.com/scl/fo/sfkh5xco8rdil9rkp8ijz/h?dl=0&rlkey=rvxvc1n0gwt8t03f2p2ue1fhf

11
Scripting / fbalpha core problem
« on: May 07, 2018, 12:46:37 AM »
Hi guys,

I have some problem launching NeoGeo roms with retroarch and fbalpha core with AM.  I find a post on github that talk about it

https://github.com/mickelson/attract/issues/392

The strange thing is when I use EmulationStation retroarch run perfectly.

my command in AM is
-L ..\..\emulators\Retroarch_1.6.9_x64\cores\fbalpha_libretro.dll "[romfilename]"

Is there someone has a workaround?

Thanks!

12
Scripting / Progress Bar
« on: April 20, 2018, 03:22:04 PM »
Hi coders! I want to put in my new theme a simple rectangular progress bar, with [ListEntry] as a variable of width, I try this but doesn't work

local progress = [ListEntry]*0.01;
local bar = fe.add_image("white.png", flx*0.10, fly*0.05, progress, flh*0.05);


Please help me

Pages: [1]