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

Pages: 1 ... 12 13 [14] 15 16 ... 22
196
Scripting / Re: Genre Display from Magic Token Category
« on: April 25, 2016, 04:44:51 AM »
I didn't realize liquid's code would show a different image for golf and baseball with that code, I thought it was defaulting to sports if any of the sports were included.

197
Themes / Vertical Theme (Updated Video)
« on: April 25, 2016, 03:35:03 AM »
I'm working on a vertical theme which has taken my favorite elements from other themes.
Please keep in mind this is a vertical 32" screen at 768x1366 resolution.

Here is a video of the one I am currently using: https://youtu.be/ZRVhNF2MlZ4

198
Scripting / Genre Display from Magic Token Category
« on: April 25, 2016, 03:17:25 AM »
If the magic token for Category is: Shooter / Flying Vertical
I am not able to use a slash for naming the desired image. I started doing a find/replace for "Shooter /Flying Vertical" to Shooter_Flying_Vertical.png to display the images.

The code is simple for displaying using this renaming method, but I would prefer if the code would work with the original Category:
// Genre
local genre = PreserveImage("genre/[Category]",400,1075,368,368);
genre.set_fit_or_fill( "fit");
genre.set_anchor( ::Anchor.Center );

If you've read this far: Can I use something like if CATEGORY CONTAINS Flying Vertical then X=Shooter_Flying_Vertical

199
Themes / Re: New Theme - ArcadeBliss
« on: April 25, 2016, 03:10:40 AM »
Sounds great...I'm learning a lot from seeing other code.

200
General / Re: Best Mame set to use?
« on: April 23, 2016, 07:24:58 PM »
In that case use the link posted by Omegaman.

201
General / Re: Best Mame set to use?
« on: April 23, 2016, 05:41:16 PM »
I was referring to linux/windows, not the Pi..

202
General / Re: Best Mame set to use?
« on: April 23, 2016, 04:24:24 PM »
I might try the uifx...running a self compile 1.70 at the moment.

I like to have mamelayplus because my screen is vertical.

203
General / Re: Requesting Permission for a Guide and Review
« on: April 23, 2016, 09:51:30 AM »
Here's to hoping when Simply Austin does his Youtube review he'll include a Floob type image with artwork!

204
General / Re: I have lost sound on raspberry pi 3
« on: April 23, 2016, 09:14:05 AM »
Omamez, can you post a pic of the 3d printed case.

Mine is a lego bus at the moment.

205
Themes / Re: Grid/Conveyor Help
« on: April 22, 2016, 06:40:47 AM »
Thanks. Now that I'm learning more about the coding I'm going to redo the magazine theme so it is more user friendly, and hopefully will look better too.

206
Themes / Re: Need help with object order. [SOLVED]
« on: April 22, 2016, 04:50:34 AM »
I like it...I like the icon at top right too.

207
Themes / Re: Grid/Conveyor Help
« on: April 22, 2016, 03:47:42 AM »
I like the ribbon graphics you are using on the corner....Games for Windows...

Could you share those?

208
Themes / Re: Need help with object order.
« on: April 21, 2016, 08:45:31 PM »
I'm thinking you bg.png is what you want in the background, so put this early in your code:

fe.layout.width=1920;
fe.layout.height=1080;

local l = fe.add_image( "bg.png", 0, 0 );

209
Themes / Re: [new video] FLAT BLUE theme development is back on track!
« on: April 20, 2016, 06:40:18 AM »
Missing the regular updates. :o

210
General / Re: rotate
« on: April 19, 2016, 07:52:17 AM »
There is a layout.nut file in the Attrac-Man path.

I'd place it on line 71, but it could go many different places.

Pages: 1 ... 12 13 [14] 15 16 ... 22