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 ... 10
1
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 );





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

4
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

5
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


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

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

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

9
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

10
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);

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

11
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.

12
Scripting / Re: KeyboardSearch module
« on: September 11, 2022, 08:01:37 AM »
I just pushed my keyboard-search module to github.. have at it! It's completely customizable, see  the README for usage:

https://github.com/liquid8d/attract-extra/tree/master/modules/objects/keyboard-search



I haven't worked on this recently and wanted to get it and my layout that uses it out there, so let me know if you come across any bugs. There may be issues with different orientations or aspect ratios.
;) :)

13
Themes / Re: Rogue Nostalgia 2022
« on: December 25, 2021, 01:33:12 PM »
let's see how it comes out, I'll let you know

Edit: That's it, thanks for the tips

14
Themes / Rogue Nostalgia 2022
« on: December 19, 2021, 06:14:54 AM »
Here is my third theme for Attract Mode, let me know in the comments if you like it, I accept even negative criticisms because these also serve to improve, this style is minimalist and reflects a bit my canon of retro.

✔New theme Rogue Nostalgia v1.0.1
✔Author: by Arcadiano

Demo: https://youtu.be/xrTDywtX6lg

Download:https://drive.google.com/file/d/1Q0jCipcXcoDkW_Avaomw8m_W2U0Om36P/view?usp=sharing

15
I would like to try but laziness is turning against me :-\

Pages: [1] 2 3 ... 10