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

Pages: [1] 2 3 4
1
General / Re: How i can configure ports or any game *.sh
« on: April 16, 2019, 05:32:47 AM »
Which contains the file MalditaCastilla.sh? Could you publish, please?

Regards

2
Themes / Re: some robospin-like themes
« on: February 05, 2017, 12:09:23 PM »
Super cool! Congrats!

3
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 18, 2016, 03:06:34 AM »
Hi,

I am trying my stick (ZEROPLUS P4 Wired Gamepad) and when press button to show favorites and choose anyone... when back to choose any game, the stick stops working but the buttons working  :o

I tried with other layout but still doing the same. I think it's an AM problem.

Any idea?  :-\

4
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 17, 2016, 05:14:19 AM »
efraimsangil-

How do you like the performance of odriod so far? I was thinking about getting one myself but there is a lot of negative reviews about driver support, kernel panic problems and spotty quality. What's been your experience so far besides driver issues?

If you want to use for Arcade System, I think that exist better systems (Orange Pi and RPI).

There are many problems with SDL framebuffer, all people use X11 to run emulators.... I've never had problems of kernel panic.

 But if you want a computer to use with Ubuntu / Debian for work, for example, XU4 is the best option. SUPER fast, USB3 ports, gigabyte ethernet and 2GB RAM. I love this machine :)


so you happy with xu4?

really like to see the performance on n64 and maybe reicast only interested in hand full of games for this system can you test and report back for everyone o forum

I don't forget you  ;)

I will record two videos these days. One of N64 emulator and another of reicast (if I can make it work, because it gives me an error  >:( ).

5
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 13, 2016, 08:10:42 AM »
@omeganman

Yes :) It's a good idea.  ;)

6
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 13, 2016, 06:29:37 AM »
efraimsangil-

How do you like the performance of odriod so far? I was thinking about getting one myself but there is a lot of negative reviews about driver support, kernel panic problems and spotty quality. What's been your experience so far besides driver issues?

If you want to use for Arcade System, I think that exist better systems (Orange Pi and RPI).

There are many problems with SDL framebuffer, all people use X11 to run emulators.... I've never had problems of kernel panic.

 But if you want a computer to use with Ubuntu / Debian for work, for example, XU4 is the best option. SUPER fast, USB3 ports, gigabyte ethernet and 2GB RAM. I love this machine :)

7
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 12, 2016, 11:24:07 PM »
efraimsangil-

Ok, so its a scaling problem. It works fine on the pi. For whatever reason the odroid drivers do not like scaling. I don't have any experience with odroid but I would see if there are any video mode options that can be set via config.

Attract-mode is set at a specific resolution which is why it works.

changing these two lines should do the same.

line 28 local flx = fe.layout.width=640;
line 29 local fly = fe.layout.height=480;
 

Yes, works fine.

Code: [Select]
local my_config = fe.get_config();
//local flx = fe.layout.width;
//local fly = fe.layout.height;
local flx = fe.layout.width=640;
local fly = fe.layout.height=480;
local flw = fe.layout.width;
local flh = fe.layout.height;

This the post that I am folowed to put AM in Odroid: http://forum.odroid.com/viewtopic.php?f=91&t=18283&p=144350#p144350

8
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 12, 2016, 12:50:49 PM »
efraimsangil-

Could you try this new layout for me? I'm using the fade module for snaps and flyers. The pan-and-scan option has been taken out and replaced with just flyer.

Hi!

I am tested your new file but nothing... it's doesn't work. It's very rare. Why using Attrac-Man I can see the videos perfectly? Hmmm... I am sure that you find the mystery  ;)

Edit 1:

I am change part of your code in layout.nut (sorry) but now it's working in Odroid:

Code: [Select]
//create surface for snap

local snap = fe.add_artwork( "snap" );

snap.trigger = Transition.EndNavigation;
snap.preserve_aspect_ratio = false;

//now position and pinch the surface

snap.set_pos(flx*0.092, fly*0.38, flw*0.226, flh*0.267);
snap.skew_y = -fly*0.002;
snap.skew_x = flx*0.009;
snap.pinch_y = 7;
snap.pinch_x = 0;
snap.rotation = -4.7;

I don't know if now it's working in RPI  ;D ;D ;D ;D

9
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 12, 2016, 10:45:59 AM »
efraimsangil-

Could you try this new layout for me? I'm using the fade module for snaps and flyers. The pan-and-scab option has been taken out and replaced with just flyer.

Now I am out. But when I back home I will try :) Thanks again

10
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 12, 2016, 06:24:49 AM »
@ floobs are you all over this 2.1.0 and 3.8.1 :-)

Haha! Maybe :)
It'll take a while to rebuild, do you think enough people would be interested in the changes between these versions?

Floobs maybe you can do quick tut on putting the puzzle together and I can attempt it and also rls it to the community if you like.


@efraimsangil wonder if It could be compiled for the adroid c1

I don't know how compile in C1. I think that's is same in XU4.

11
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 12, 2016, 03:07:46 AM »
efraimsangil-

I'm at a loss right now as to why its not working right on Odroid. It runs perfectly on win10 and rpi3 with the changes I made. You could try changing the resolution values at line 112 and 113 in the layout. Though, that shouldn't make any real difference unless your videos are in different aspects. The only other thing I can think of is using the fade module.

local surface = fe.add_surface( 640, 480 );
local snap = surface.add_artwork("snap", 0, 0, 640, 480);

I changed this two lines but nothing... fail. I am sure that using fade module you can fix that. :)

Thanks a lot.

12
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 11, 2016, 11:22:26 AM »
Yes, that is crazy. Try this layout.nut

Black screen. Always I hear video audio.

13
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 11, 2016, 10:29:16 AM »
Crazy, this doesn't happen on win10 or rpi3. What happens if you turn off the static effect?

Now I can see and snap o video. One frame of original video but not playing.  ;D ;D ;D

It's crazy.. yes.

14
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 11, 2016, 09:30:52 AM »
efraimsangil-

How did it go on the odriod and how's the performance?

Hi!

I am uploaded to youtube a Demo of AM with robospin-betanew layout running under Odroid XU4. The wheel is SUPER FASTER!  ;D ;D ;D

https://www.youtube.com/watch?v=wMJ1hnF9tn8

As you can see... only I can listen the video but I can't see it. This is only happens in robospin-betanew.  :-[

15
General / Re: Raspberry Pi Image for Pi 2 and Pi 3
« on: June 11, 2016, 02:38:49 AM »
@omegaman

Im using the v.03 floob's image on framebuffer.

Quote
And, the wheel art is probably going to be a little more sluggish than say on the rpi3
yeah, but i think its because the flyer is loading in every scroll so the bgart.trigger = Transition.EndNavigation isnt working as expected. If you press and hold the down key you will see the flyers changing too instead to stay in the last game selected before press the button. In a faster system this isnt noticiable, but in a slow system this can do the same slowdown effect as trying to update the videos in every wheel change.

But i tried the efraimsangil's aburner2.flv w/ the same resolution and a similar bitrate comparing with the aburner2.mp4 from emumovies and its working fine, so maybe the problem is just with some .mp4 files


@efraimsangil

Where did you get the .flv movies version? I have the emumovies and the pleasuredome packs but both are .mp4 files. Im downloading right now the videos for hyperspin on progettosnaps to see if this is .flv version
First i tried to convert the mp4 videos to flv but but i got errors in some videos using the format factory...

edit: i found in the pleasuredome an old flv pack. Im downloading to test

This is all snap that I have (mp4/flv): http://ul.to/f/bjingt

Pages: [1] 2 3 4