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

Pages: [1] 2 3 ... 17
1
Themes / Re: Verted -- Layout for Vertical Cabinets
« on: April 09, 2021, 09:03:30 AM »
I'll check my local. I feel like at some point I dealt with a few similar issues.

2
General / Re: Please how i use the filter today?? MAME and 4players???
« on: April 05, 2021, 01:24:30 PM »
Does your romlist contain a column for Controls?

3
What theme or plug-in are you using right now to show the description?

4
Themes / Re: Simple theme for vertical barcade
« on: March 23, 2021, 10:19:35 AM »
One simple comment...  the E character in your typeface looks like and L. All I can see is "Quarter Later" and sometimes my brain is reading it as Quartlr Latlr.

Putting thr games' marquee up there and using game logo/wheel images the left might be a better overall solution

5
Themes / Re: edit layout help
« on: March 11, 2021, 11:26:08 PM »
Cool!

6
Themes / Re: edit layout help
« on: March 10, 2021, 11:04:20 PM »
https://github.com/mickelson/attract/blob/master/Layouts.md#Text

I don't have the Nevato theme on my system, so I can't provide specifics, but I can give you some general guidance. Somewhere in that layout file there will probably be something that looks similar to this:

Code: [Select]
local snap = fe.add_artwork( "snap", x, y, w, h )
You'll need to change the x value to move the snap further to the right. x might be a number, or a variable defined somewhere else in the layout file. It's possible that the image is contained in a surface. If its in a surface you will probably need to move the surface to the right instead. You'll know it's in a surface if you see something like:

Code: [Select]
local snap = name_of_the_surface.add_artwork("snap", x,y,w,h)

7
General / Re: Display Keybinding
« on: March 10, 2021, 11:47:26 AM »
The AM layout system is pretty flexible. If the default controls don't do what you want, you could likely code what you need if you have even basic development experience.

https://github.com/mickelson/attract/blob/master/Layouts.md

8
Emulators / Re: street fighter 2 mix
« on: March 06, 2021, 09:19:57 PM »
Posting links to roms and topics that have nothing to do with AttractMode in any way is a good way to get ignored or banned. Please dont post links to roms. Also, if you have a question about how an emulator works, its probably best to ask in the forums related to that emulator.

9
https://github.com/mahuti/Emitter-Plugin

Take a look at that plug-in. You can find similar examples of what you  want to do in it.

Also, I think Patricio is visiting his family in Argentina right now. Might be more active when he returns.

10
General / MOVED: help game boy advance
« on: March 01, 2021, 02:45:21 PM »

11
Emulators / Re: help game boy advance
« on: March 01, 2021, 02:45:04 PM »
I would advise asking the VBA forums.

12
Emulators / Re: help game boy advance
« on: February 28, 2021, 03:24:38 PM »
Does it work if you launch it without Attractmode?

13
General / MOVED: attract mode openbor
« on: February 26, 2021, 12:14:09 AM »

14
General / MOVED: help with Wii u loadiine game
« on: February 26, 2021, 12:11:58 AM »

15
Emulators / Re: filters advmame ?
« on: February 25, 2021, 11:57:44 PM »
You may want to ask the question on the advmame message boards: https://sourceforge.net/p/advancemame/discussion/313511

Pages: [1] 2 3 ... 17