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

Pages: 1 ... 17 18 [19] 20 21 ... 76
271
Scripting / Re: Grid-Text (conveyor module) its posible?
« on: April 16, 2020, 05:51:26 PM »
hey qqplayer

is this what u mean,   i beleave im useing conveyor with added,  text of title or whatever...let me know

i could probley send you something..

https://youtu.be/tcBJbhUfK8o

also i thought grid and conveyor were diff?  no..

272
Themes / Re: New SubtleHD Layout Mockup
« on: April 10, 2020, 02:59:47 PM »
I love when a new theme might pop out.
Do you have a vid or link to it... So we can see what it looks like in motion.... Thanls

273
Themes / Re: Portait mode theme, still learning
« on: April 02, 2020, 08:42:19 AM »
hey ..it looks like a cool theme...keep us posted,  love to try when u get it their...

274
Scripting / Re: Signal handling removing key repeat
« on: March 29, 2020, 08:03:16 AM »
here you are. my friend

should work good.

Code: [Select]
function on_signal( sig )
{
switch ( sig )
{


case "up":
fe.signal( "" );
 
return true;


case "down":
fe.signal( "" );

return true


case "left":
fe.signal( "prev_game" );

return true;


case "right":
fe.signal( "next_game" );

return true;

case "select":
default:

}

return false;
}

fe.add_signal_handler(this, "on_signal");

275
Themes / Re: [HELP] Ambience HD Revised version (v0.1)
« on: March 28, 2020, 08:06:09 PM »
Hey... Just an idea,   but I would jump on
Discord... And ask Oomek... He has alway been wiling
To give me some insite... Almost like he just waiting...
Don't think he checks AM that mutch...
I'm not that active on it... But everyone is invited..
And it. Would solve your issue quickly...
Also thanks for your mod... 😁

276
Emulators / Re: pinball fx3
« on: March 24, 2020, 07:39:10 PM »
thank you,   its working.....my friend... :)

277
Scripting / Re: [ListEntry] ### Format Instead Of #?
« on: March 23, 2020, 03:13:51 PM »
mabey somthing like this not shure if it works

Code: [Select]
fe.add_text( "[ListEntry] [[ListSize]]",
0, 0, 400, 20 );

no...it dont :-\

278
Scripting / Re: [ListEntry] ### Format Instead Of #?
« on: March 23, 2020, 12:21:37 PM »
maby like

listbox.format_string = "0[ListEntry]";

would be  ..
01-09
010-099
0100-0999   hmm


279
General / Re: fadetogame plugin used on teknoparrot help
« on: March 06, 2020, 02:55:00 PM »
here you can try this one,  works fine for me....

ATTRACT-MODE PLUG-IN: NOW LOADING

http://www.idahogaragecade.com/

go under AM layouts and you will find it... ;D

280
General / Re: Attract mode for Playback Videosnaps as Playlist
« on: February 16, 2020, 03:39:55 PM »
just wanted to men-chin that you could use your sequencer plugin,  to switch to random game,  with your one set time...
this works good for me....

say average snap is 20 sec just set for say 15 sec...   

281
Themes / Re: Arcade1Up Layout?
« on: February 05, 2020, 05:49:02 PM »



put in....

fe.layout.base_rotation = RotateScreen.Right;

282
Scripting / Re: show number of games on display
« on: January 31, 2020, 10:22:52 AM »
Unfortunately their is no way yet,
I asked Oomek on discord,  a wile back
And he told me he was working on this,
Not shure what has come of it....
It is a feature that is needed...

283
here is how i do it......

past this in your script....  then go set key, for custom2 "under controls"

make your layout changes, save, and refresh, with the press of a button... ;)

Code: [Select]
function reload(str) { if ( str == "custom2" ) fe.signal("reload") }
fe.add_signal_handler(this, "reload")

284
Scripting / Re: The background hides the list of the games.
« on: January 25, 2020, 12:26:45 PM »
you can also use

bg.zorder = -1

ext.....

285
General / Re: New splash screen Trongerpi
« on: January 24, 2020, 07:01:09 AM »
cool... you packed alot in to that...good job,  thanks for the share

Pages: 1 ... 17 18 [19] 20 21 ... 76