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

Pages: [1] 2 3 ... 11
1
Themes / Re: ArcadeSD theme
« on: Yesterday at 02:38:16 PM »
Anywhere I can download this theme that isn't a scam site or broken link?
the link works, I downloaded it

2
Themes / Re: Nostalgic Build, theme per system AM+
« on: April 29, 2024, 02:40:15 PM »
Ok I apologize, but my laziness has always been my Achilles heel, thank you very much then I will wait and in the meantime I can only thank you. ;)

3
Themes / Re: Nostalgic Build, theme per system AM+
« on: April 29, 2024, 01:08:10 PM »
Hi, your themes are really beautiful, but I was wondering why you don't share such beautiful themes? I understand that everyone decides what to do, but wouldn't it be nice to let us have fun with your themes too? ;)

4
Scripting / Re: Mame & Console CFG File Generator
« on: April 29, 2024, 12:48:00 PM »
Thanks but it only works with* (Attract Mode Plus)?

5
Themes / Re: Change color text
« on: November 16, 2022, 08:55:34 AM »
Test this
Code: [Select]
// Text bits

local gamename = fe.add_text(" [Title] ",flx*0.085,fly*0.830,flw*0.80,40);
gamename.set_rgb( 255,255,0 );

local manuf = fe.add_text("[Year]  [Manufacturer]"flx*0.085,fly*0.905,flw*0.80,30);
manuf.set_rgb( 255,255,0 );





6
Emulators / Re: Extrcat one frame from videos
« on: November 16, 2022, 08:41:52 AM »
Thank you. ;)

8
General / Re: Creating display lists of only 3 or 4 player games
« on: November 14, 2022, 05:43:41 AM »
See if this guide can be useful to you, at the time I forgot to change the language of AT from Italian to English, but you should understand.

https://youtu.be/Xi4MgRG7Nzw

9
Themes / Arcade Delux - Theme AM - Update
« on: November 13, 2022, 02:44:26 AM »
I am creating a theme that completely satisfies me, there are so many beautiful themes here, there are no doubts, but sometimes you have to create a theme yourself because of personal tastes. Go see if you like it

https://youtu.be/IsfYSmfDbyU


10
Scripting / Re: Multipurpose conveyor?
« on: November 09, 2022, 09:12:26 AM »
this forum was initially more active and there were more help responses  :-\

11
Themes / Re: Hyperspin Theme Mode [Released]
« on: November 04, 2022, 06:14:52 PM »
hi I would like the letters to be displayed longer, example I would like it to be displayed for about 2 or 3 seconds, how can I get this.

12
Themes / Re: ArcadeBliss - Info Overload Edition
« on: October 23, 2022, 03:55:30 PM »
well done

13
General / Re: Syntax error [firstletter ()]?
« on: September 17, 2022, 05:27:45 AM »
A worked thanks a lot! :)
If I can leverage your help, I also have a problem with this clock syntax

at line 71 I have this code: specifically line 71 is this syntax that gives error. (marked it in red)
clock.msg = format("%02d", now.hour) + ":" + format("%02d", now.min );

The whole code is this, I put it outside because here it gives me a server error
https://justpaste.it/8nr2p



EDIT: Fixed, was a double code exactly the same as the one reported

14
General / [Fixed] Syntax error [firstletter ()]?
« on: September 15, 2022, 04:05:03 PM »
When I start AM and try to enter a system for example MAME, AM freezes and I have to close it manually. When I open the last_run.log file I see this error, can you give me a hand to solve? did he do it to you too?

AN ERROR HAS OCCURED [slice out of range]

CALLSTACK
*FUNCTION [firstletter()] H:\Arcade\layouts/Boysroom/layout.nut line [163]



In line 163 I have this syntax
Code: [Select]
////////////////////////////////////////////////////////////////////////////////
//First Letter//

function firstletter ()
    {
        local first_char = rstrip(fe.game_info(Info.Title)).slice(0,1);
        local expression = regexp("[a-zA-Z]");
        if (expression.match(first_char) == true) return first_char
        else return "#";
    }

//First Letter White//
local surface = fe.add_image( "firstletter/[!firstletter]",10, 1040, 480, 25);

////////////////////////////////////////////////////////////////////////////

15
Scripting / Re: [TOOL] Flashpoint Importer for Launchers
« on: September 11, 2022, 08:04:38 AM »
I didn't understand what it's for, but it's my fault alone.

Pages: [1] 2 3 ... 11