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

Pages: [1]
1
Themes / Re: Ambience HD theme [WIP]
« on: December 23, 2018, 09:06:57 PM »
It's been nearly a year since this was shown.  Any chance you can release what you have so that folks can see how you did different things?

2
Themes / Re: Ambience HD theme [WIP]
« on: November 08, 2018, 07:44:19 PM »
This is never coming out, is it?   :(

3
Themes / Re: Ambience HD theme [WIP]
« on: August 06, 2018, 05:54:16 PM »
I can't wait for this to release.  :)

4
Scripting / Current display name WITHOUT using magic token?
« on: April 01, 2017, 10:17:54 AM »
I'm trying to uppercase the first letter of [DisplayName] and I keep getting all lower case letters.  The issue seems to be when AttractMode is evaluating the magic token.

I found another thread about it here but I can't get the solution posted to work.  I think because he is using fe.game_info and that's not a magic token.

I've tried fe.list.name - but it doesn't dynamically update and it always holds the same value.

As a workaround, I'm trying to see if there is there a way to get the currently selected display name WITHOUT using a magic token?  Is this possible?  If so, how?

5
Themes / Re: ULTRADASH (WIP)
« on: February 21, 2017, 04:18:20 PM »
Is this theme dead?

Spinelli could you post the files somewhere?  I'd like to take a crack at it.

I'm just the creator and the theme designer, I've sent the PSD for the PtiWee and Millercentral to code this project, but so far I haven't had a return of the stage of the development.
If you want, you can try to send a private message to them and see what's the help them need, even, take over, if necessary.
All my themes are open source and collaborative, so anyone interested can be part of the team.

Thanks

OK - I messaged them.  I will let you know what they say.

6
Themes / Re: ULTRADASH (WIP)
« on: February 19, 2017, 12:05:09 PM »
Is this theme dead?

Spinelli could you post the files somewhere?  I'd like to take a crack at it.

7
Scripting / Re: Display a random image from scraper folder?
« on: January 18, 2017, 07:35:59 PM »
Maybe its something with the layout?  If I don't use rand() it always picks the first game that's selected when I bring up the display.

8
Scripting / Re: Display a random image from scraper folder?
« on: January 18, 2017, 01:43:50 PM »
Thanks.  I was able to figure it out.

For anyone else reading this who might have this question...

You want fe.get_artwork(label, rand()) - where label is one of Attract Mode's standard artwork labels ("snap", "wheel", "fanart", etc.).  The second argument (call to the rand() function) will return a random number which gets passed into the  get_artwork function as the index_offset parameter.

9
Scripting / Display a random image from scraper folder?
« on: January 17, 2017, 02:58:50 PM »
I would like to display a random image in my layout.

If the emulator is 'mame' - it would pull the image from the scraper -> mame -> snap folder.
If the emulator is 'snes' - it would pull the image from the scraper -> snes -> snap folder.

Or even better (more generic) - if there are games from multiple systems in a list (e.g. fighting games from different systems) - have it pull a random screenshot from one of the games in the list.

Can someone tell me how this is done please?  I tried searching but I could not find anything.  Thank you.

Pages: [1]