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

Pages: 1 ... 3 4 [5]
61
Scripting / Re: Music in the ScreenSaver
« on: April 24, 2020, 12:04:42 PM »
try:

function 'functionName' (){
     if(screensaver == true){
          local 'name' = fe.add_sound("'path_to_audio'")
          'name'.playing = true
}
}

*notes:
     I've never had a screensaver on before, so I have no idea what the screensaver check actually is (the provided if() code will not work)
     replace 'funcionName' with any name you want (remove the apostrophes)
     replace 'name' with any other name you want (remove the apostrophes)
     replace 'path_to_audio' with your audio clip (remove apostrophes, but keep the quotation marks)(note that the provided path is relative to your layout.nut file)

hope this helps, also check the following sites:
http://www.squirrel-lang.org/squirreldoc/index.html
https://github.com/mickelson/attract/blob/master/Layouts.md#add_sound

62
Themes / Re: Ambience HD theme [WIP]
« on: June 24, 2018, 07:35:37 PM »
hey, Oomek.
just wanted to say that i love all your work. (i currently use the silky theme)

PS: is there any way you can release a beta version of this?

63
Themes / Re: request: modern theme for full size arcade cabinet
« on: June 15, 2018, 12:36:08 PM »
Quote from: zpaolo11x link=topic=2293.ms
[/quote

Cool, you can customize Arcadeflow changing the background to fit your boot screen, it's in the theme options, no need to edit the code.

Thanks for the help

64
Themes / Re: request: modern theme for full size arcade cabinet
« on: June 14, 2018, 11:10:24 AM »
thanks for the fast replies
i think i'm going to go with arcadeflow until Oomek releases their theme

BTW, i am using the loading screen as a boot screen for Linux. because the cabinet will be used by a lot of people (some less experienced with tech), i felt that it would be better to take a bit longer to boot than to show the code scrolling through.

65
Themes / request: modern theme for full size arcade cabinet
« on: June 13, 2018, 07:00:58 PM »
Hi, I've been trying to find a theme for days now, and have found nothing. my favorite themes are: http://forum.attractmode.org/index.php?topic=939.0 as well as http://forum.attractmode.org/index.php?topic=2047.0.
Ambience HD is my favorite so far, i love almost every thing about it. i love how smoothly each transition is, as well as the transitional sounds, and its light feeling. though i would prefer that the background dosn't have the blurry image of the selected game, i like it, but it wouldn't fit my setup.
i wanted to make my own, but i don't know any coding, and don't feel like learning squirrel just for one project.

the theme needs to support multiple aspect ratios because i have AM running on multiple systems. (5:4, 16:9, and 4:3)
overall i need it to match with a loading screen i'm making in after affects: https://youtu.be/x30wEbD2uBU

the final machine will be a dedicated arcade machine when its finished, so i was also wandering if it would be better to have a dedicated mame OS (like lakka, but more customization like attract mode) or if i should keep attract mode on ubuntu and run it as is?

Pages: 1 ... 3 4 [5]