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

Pages: [1]
1
Hello guys,

I come to you to find some help.

I made a layout with image, snap, etc and a conveyor wheel with images.

I used flyer of the games as images and it works no problem.

I would like to put a generic flyer for the games who missing it.

I did this :
Code: [Select]
if ( my_config["enable_flyer"] == "yes" )
{
local my_strip = SimpleArtStrip( "flyer", 5, 0, fe.layout.height/1.37, fe.layout.width/1, fe.layout.height/4.6, 5 );
}
 else
 {
 local clogos = fe.add_image("Splashscreen_lite.png", 0, fly*0.708, flw, flh*0.02 );
 clogos.trigger = Transition.EndNavigation;
 }

If you have any idea whats wrong with my code it could be awesome :)

Regards,
Wild.

2
General / Image resize are not clean
« on: January 13, 2019, 08:11:03 AM »
Hello Guys,

First, thanks for Attract-mode and all the information we can find here :)
Thanks to Omegaman for his Robospin theme (and verion for Nevato (sadly for me, it not works under windows)

I'm not sure about this problem.
Maybe it come from i cant set my arcade neogeo usb pad works in attract-mode. It works under windows, mame but not Attract-mode.

  • So my config is easy, Windows 7 64bits uptodate.
  • Mame 0.205
  • Roms from Mame 0.205

I was looking for a problem that Attract-mode screensaver crash always after a random time. I started attract-mode in console mode to have an output information and discover this message runing and runing and runing.



After that i modify Robospin layout to fit my vertical build and add the coverflow conveyor module for selecting game from flyer.
The thing is the flyer are scale/resize to fit my config but the pictures are really awful (not really but i dont find the correct word) The ligne are step by step.



So on the picture, there is a scanline effet, its normal but you can see the plane, the line are not straight.

Thanks for reading me, all apologizes for my language i'm not english native and try to do my best to be clear :)

Failed to set DirectInput device Axis mode: 1 : So this problem was caused by my usb arcade stick plug in. I dont know why, but remove, and its ok.

Pages: [1]