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

Pages: [1]
1
General / Re: Variables to use under default-emulator.cfg
« on: May 18, 2021, 05:16:12 AM »
AM is flexible you can create all the kind of arts woy want, just add the path of the artwork.

For Cartar. Go to Configure -> Emulators -> "Your emulator/system" -> Add Artwork -> Label it as cartart and put the path.

In the layout you can call it with "fe.add_artwork ( "[cartart]", 0, 0, 0, 0 );"

2
Take a look at this http://forum.attractmode.org/index.php?topic=1270.0

by QQPLAYER

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

// ANIMATION CDART PRESERVE ASPECT RATIO

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

local cdart = fe.add_artwork("cdart", flx*0, fly*0.27 flw*0.19, flh*0.25);
cdart.preserve_aspect_ratio = true;

local cdart_rotation = {
    when = Transition.ToNewSelection ,property = "rotation", start = 0, end = 360, time = 3000, loop = true
 }

 //Animation
 
 animation.add( PropertyAnimation( cdart, cdart_rotation ) );

3
Scripting / Re: Launch Decorator plugin
« on: March 02, 2021, 12:53:59 PM »
Your needs seems a sort of Fade To/From Game function. A function strictly performed by AttractMode while keeping focus.
FadeToGame plugin exists, but current version doesn't play video.
Exactly I wanted to use it for this purpose, a kind of video loading of games.

This seems to be one of the most wanted thing in a Brazilian AM group I'm part of.  People hate to see comand line and/or the emulator loading when starting a game, they want a seamless transition from AM to game

4
Scripting / Re: Beginners Guide to Coding Squirrel for Attract Mode!
« on: March 02, 2021, 11:31:28 AM »
Thanks! I will take a look. Your layout is awesome and seems really advanced for just 1 month of learning. Did you have any previous coding experience?

5
Scripting / Re: Launch Decorator plugin
« on: March 02, 2021, 11:29:16 AM »
Sounds useful, can you give some practical examples/use cases?

6
Scripting / Re: Pos Positioning Module
« on: February 21, 2021, 02:54:00 PM »
Now I got it  ;). For some reason I thought it was limited to surfaces.

7
Scripting / Re: Pos Positioning Module
« on: February 20, 2021, 10:43:14 AM »
This is great and if it was possible to position elements like an image files like in texts with ".centre" then making fluid layouts would be  super easy.

8
General / Retro achievements integration
« on: March 01, 2020, 07:58:02 PM »
I'd like to know if it is possible to create a module or plugin that is capable to grab the data from your retroachievements account and show it on your layout?

http://retroachievements.org/

9
General / Re: Hepburn romanization?
« on: February 29, 2020, 10:07:20 PM »
Maybe try "Daimo". Usually when a special character gives problem you fall back to the most similar. Random people won't try apply the most accurate romanization.

10
Themes / Re: Favourite themes?
« on: February 29, 2020, 09:29:18 PM »
Thank you for the tip OtakuD!! That's an awesome site/software, it will save me a lot of time.

11
Scripting / Re: Line height control, possible?
« on: February 29, 2020, 07:11:51 PM »
I'm no programmer but yesterday I started doing my first attempt at a layout and just finished the overview part of mine. I think what you're looking for can be done with the line spacing property (line_spacing) or some other from here "https://github.com/mickelson/attract/blob/master/Layouts.md#Text"

12
Themes / Re: Nostalgic Bedroom By Pademonium
« on: January 27, 2020, 10:32:35 AM »
lol I found yesterday the source for that first wallpaper that comes from PS3 theme, I had the same idea to use it on a theme and as a learning experience for a first time. Nice that someone already did. Good Job.

Pages: [1]