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.


Topics - jedione

Pages: 1 ... 3 4 [5] 6 7 ... 10
61
Themes / retro-blur "preview"
« on: October 27, 2018, 03:55:11 PM »


retro-blur   ...not official yet

a new theme, that will ...be good for all consoles,

with logo in upper right corner..   with out a lot of info... i prefer a visual ride.

not finished,  just needs a polishing..   and the game bar added

it relys appon mip map game pad to inform you
a snap and video
and overviews  thats all......

this is a preview of what snes might look like
if you have an idea please let me know...thanks

granted it is not done....by far...thanks

toytube = https://youtu.be/eqse_D2kRyc

62
Scripting / scrolling text to off screen surface...
« on: October 25, 2018, 07:00:49 PM »
ok well im trying to make it so we can have text overview's that will scroll and loop

with the beginning and end going off the surface layer...   here it is using anime on a surface.

iv been onley able to have it start off screen,   than end.....   i need help to make it happen

what do you think....

demo= https://youtu.be/DQ2Ee4RrL_U

code:=
Code: [Select]
//surface anime
local snap = fe.add_surface(1200,1000)
//snap.set_pos = (100,100);
local snapy = snap.add_text("[Overview]", 100, 1200, 800, 900 );

local layer_cfg = {
when = Transition.ToNewSelection,
property = "y",
start = 900,
end = 500,
tween = Tween.Linear,
time = 15000,
delay = 0,
loop = true
}

animation.add( PropertyAnimation( snapy, layer_cfg ) );

snapy.word_wrap = true;
snapy.align = Align.TopLeft;
snapy.set_rgb (0,0,0);
snapy.font="blogger";
snapy.charsize = 28;
//snapy.alpha = 255;

i need it to scroll off surface at the top!       thanks to any one

63
Themes / shump theme preview
« on: October 20, 2018, 01:44:47 PM »
no name yet.....  probley soon

would like to know what uall think, it 2 kinds of shaders

thanks

youtube = https://youtu.be/CalnVKtmOFQ

64
Scripting / animation scale, Q:
« on: October 20, 2018, 07:18:34 AM »
trying to solve an isu i have with animate ' scale"

here is the simple code.
Code: [Select]
local scale = fe.add_artwork( "snap", flx*0.580, fly*0.360, flw*0.200, flh*0.200 );
local scale_scale_cfg = {
when =Transition.ToNewSelection,
property = "scale",
start = 0.8,
end = 1.2,
time = 0700,
tween = Tween.Linear,
//delay = 3000,
}
animation.add( PropertyAnimation(scale, scale_scale_cfg ) );

it works fine, with out the delay, as soon as you add the delay
what happens is the snap sits their visable for the delay time
then does the scale,

thanks





65
Scripting / overview Q:
« on: October 17, 2018, 07:39:02 PM »
anyone know how to make overview  not center...

and be from top left. to word wrap down.

it seems to always center.

thanks.

Code: [Select]
info.word_wrap = true;
info.align = Align.Left;
info.set_rgb (156,161,168);
info.font="blogger";
info.charsize = 28;
info.alpha = 255;

always centers from top to bottom?

66
General / thanks hermine.potter....
« on: October 17, 2018, 07:23:14 PM »
i would just like to say thanks for all that you are for AM....hermine.potter

iv been here for since around 2015-16  and try to help others.. and i have needed help
from others.. for set ups and isus .. and on the DL  and you have been around.

seems like their has been some soldiers , that have come and gone eather to discord or just done
but you are always their

so thanks...  Cmd guru... ;)

keeping up the spirit... and the games on all platforms

67
General / standers for vertical theme?
« on: October 04, 2018, 06:08:36 PM »
well im starting a new theme,  and it's going to be a vertical

when it is done, it will be converted to the flw* flh*   way so it will fit most verticals the best,     maybe!

anyway    when setting the dimensions ,,,,  what would be the best to build it at

ie:

fe.layout.width=680;
fe.layout.height=480;

her is a chart ,  but what would be the prefer d!
http://www.prismo.ch/comparisons/desktop.php
thanks for the feedback....i just want to start on the right foot,,, ;)

68
Scripting / help with game indicator bar....
« on: September 27, 2018, 06:32:35 PM »
so iv seen two or three theems now that are using a bar  to indicate your
position or letter index of you rom colection

iv tried breaking the themes down to see if i could isolate just the code
but seems their all heavily tied to a lot of options config,  so it will break the theme.

all im looking for would be the most generic simple coding to make this bar
my goal is to make it into a donut, file that the themer can use and alter .

soon im hoping to release a zip file that will contain abought 20 plus donut to simplefy codeing
for many to build cool themes

hear is generic  pic of it..


thanks if you can help me.....

69
General / playing SID files
« on: September 08, 2018, 08:30:56 AM »
would be nice if AM sported SID music...
would it not?

over 50 thousand chiptune's great for themes.
https://www.hvsc.c64.org/

70
Scripting / looking for shaders help
« on: September 03, 2018, 08:11:23 AM »
so iv been messing around , with a blur shader and it seems to only be able to be applied
to an image..  you can size move it around ext...

was thinking what if you were to put a pic behind it,  and make the blured .frag image trans parent
via  ".alpha = 0;

you would have somthing that would look like this....blurred trans translucent boxes



not the case though..if anyone knows how this could be done or if even possile in AM
could you please chime in...  thanks

i have a theme concept that requires it.

71
General / c64 overview anyone...
« on: August 19, 2018, 12:36:41 PM »
looking all over the net, searching for overview's for C64

scraping not working..     trying to put together "C64 Mini theme" and it is a main part of it..

without it, will not see the light.

any links , or DL predicated...thanks 

72
General / overview Q"
« on: August 19, 2018, 06:57:45 AM »
so im trying to scrape for the Commodore 64  to get the overview's

using AM 2.4   so their now txt files,  use the gamesdb,

all the gama txt files get created, but they are all blank, does this mean they have no info
on any of the games ?   just kind of hard to beleive..

thanks

yay i just tryed with "Arcade" same thing populates but empty txt files....somthing is wrong

also is their an official list for the system identifiers?

73
General / new plugin for rocket launcher.
« on: August 17, 2018, 07:49:18 AM »
look like ArcadeBliss.   just comitted a new plugin for rocket launcher...

how badass is that........cant wait to give it a try latertoday ;D

https://github.com/mickelson/attract/commit/f78655de675c31dff82bf6842d616b4e2ca69a28#diff-c0be7be9ff26166eb3db0e69403291ac


74
Themes / aura 4k ,,mockup worth it?
« on: August 16, 2018, 07:31:35 PM »
hey guys was wondering,     if you have see the retro-fe theme  not out yet called "aura 4k"

here is a quick mock up to see if it is somthing i wish to finish.......


preview= https://youtu.be/arQGqOwO74g

please let me know what u think    Thanxz.


the thing abought it is you realy need alot of great art, and box covers & music to make it pop...

this is just a test to see if....it would be somthing peaple are intrested in...

75
Themes / pandoras box 5 "release" by jedione
« on: August 12, 2018, 12:49:40 PM »
ok as promised... :D

here is my new theme...seems like there never 100% ready

name = pandoras box 5

based on  = 960 in 1 jamma board pcb

included: is the start up video to complete the feel! place it in the "intro folder"

navigation
= up-down by game or,,,,,,  left & right for afabetic letter skip.

for this theme in needs the latest AM build 2.4
because it is using the new "blend mode" for the bg-smoke affect.

also grab a copy of the shuffle module here http://forum.attractmode.org/index.php?topic=1872.msg13023#msg13023

thanks to keilmillerjr for the shuffle module.
thanks to zpaolo11x for your blur-code, aka-ambiaunce-blur

layout options include:

#1 clasic background or new ambiaunce-background   ,,,set to videos
IE" "  artwork    video      C:\arcadesd\mame\mame0.180\roms\vertshmups\art "

#2 music folder , set layout music to your chioce "music-1,music-2,music-3,none,"

#3 not every one is going to want a theme that say's pandoras box 5 !
all the time.
so the last option is a logo change from pandoras.png logo to "marquees"
to keep it very arcade friendly.

#4 trade videos for snaps in the preview box.


notes: best when played full screen.

if you can help make this better, please do and thanks for making AM the best FE out..

final youtube preview
preview = https://youtu.be/rD_gZgyP6No









here is the down load link...https://mir.cr/0XJJPZUU
i like to use zippy

thanks and enjoy....





Pages: 1 ... 3 4 [5] 6 7 ... 10