Author Topic: [download v1.0] FLAT BLUE theme released  (Read 180418 times)

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #150 on: June 05, 2017, 01:31:19 AM »
I kept the theme zipped, it would not run otherwise
I've heard that before - maybe it has something with the file structure (having subfolders)

Same here. Unzipped it doesn't work with either AM 2.2.0-3 or 2.2.1-50. Output from the latter:

Code: [Select]
*** Initializing display: 'Flat Blue'
 - Loaded master romlist 'mame' in 273 ms (33336 entries kept, 0 discarded)
 - Constructed 2 filters in 6 ms (66672 comparisons)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/helperfunctions.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/vectors.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/layoutsettings.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/sidebar.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/mamedats.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/mainmenu.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/background.nut)
Error, file not found: /home/user/.attract/layouts/flat_blue/ (scripts/infopanel.nut)

AN ERROR HAS OCCURED [the index 'LayoutSettings' does not exist]

CALLSTACK                                                                                                                                                                                                                                             
*FUNCTION [main()] /home/user/.attract/layouts/flat_blue/layout.nut line [63]                                                                                                                                                                       
                                                                                                                                                                                                                                                     
LOCALS                                                                                                                                                                                                                                               
[vargv] ARRAY                                                                                                                                                                                                                                         
[this] TABLE                                                                                                                                                                                                                                         
Script Error in /home/user/.attract/layouts/flat_blue/layout.nut - the index 'LayoutSettings' does not exist                                                                                                                                       
 - Loaded layout: /home/user/.attract/layouts/flat_blue/ (layout.nut)                                                                                                                                                                               
 - Layout is empty, initializing with the default layout settings                                                                                                                                                                                     

In zipped form it works fine.

Another matter:

How do I point the theme to my icons folder for icons instead of snaps in the sidebar? I tried to set an artwork folder names "icons" to the icons folder, but it didn't work.

progets

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 1271
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #151 on: June 06, 2017, 01:25:28 AM »
It's mentioned in this thread that there is a issue with the unzipped layout on the Pi.

Maybe ask nicely and the author of theme will give you a better version for the Pi. I have seen it and it works unzipped and overall much better on the Pi.

verion

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 861
    • View Profile
    • new projects
Re: [download v1.0] FLAT BLUE theme released
« Reply #152 on: June 06, 2017, 06:24:41 AM »
We've prepared a FLAT BLUE version more optimized towards RPI - but somehow stuck (sucked by real life syndrome) on testing phase of final version   :-[
I'll get back to this next week, check if everything is ok, add MAMu icons (see here - https://www.facebook.com/ONYXarcade/videos/715834175258770/) - and release it

darkmeiun

  • Newbie
  • *
  • Posts: 4
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #153 on: June 14, 2017, 02:11:20 PM »
it is not a bug or anything but i am trying to make a mix of several layouts and wanted to use your shaders as they are best visually from what i have seen, but i end up with below, any chance for advice?


Rymarllon

  • Jr. Member
  • **
  • Posts: 18
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #154 on: June 21, 2017, 03:08:41 PM »
How do I insert a game icon or system icon in the menu?

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #155 on: June 22, 2017, 10:41:59 PM »
Another matter:

How do I point the theme to my icons folder for icons instead of snaps in the sidebar? I tried to set an artwork folder names "icons" to the icons folder, but it didn't work.

*gentlypush* :)

verion

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 861
    • View Profile
    • new projects
Re: [download v1.0] FLAT BLUE theme released
« Reply #156 on: June 23, 2017, 09:44:01 AM »
[options] emulators > mame > add artwork

Artwork label    Icons
Artwork Path     path_to_your _icon_folder

---

And then in theme settings switch
Menu artwork.  [Icon]

---

And that's it

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #157 on: June 23, 2017, 01:24:55 PM »
Alas, it doesn't work for me. My emulators/mame.cfg:

Code: [Select]
# Generated by Attract-Mode v2.2.1-50
#
executable           $HOME/bin/mame64
args                 -video bgfx [name]
rompath              $HOME/mame/roms
romext               .zip;.7z;<DIR>
system               Arcade
import_extras        $HOME/mame/mame.xml;$HOME/mame/catver.ini
exit_hotkey          Escape
artwork    flyer           $HOME/mame/cabinets;$HOME/mame/flyers
artwork    icons           $HOME/mame/icons
artwork    marquee         $HOME/mame/marquees
artwork    snap            $HOME/mame/snap;$HOME/mame/videosnaps
artwork    wheel           $HOME/mame/wheel-missing;$HOME/mame/wheel

The flat_blue portion of my attract.cfg:

Code: [Select]
layout_config flat_blue
param                crt_shader Disabled
param                game_info_1 Year
param                game_info_2 Manufacturer
param                layout_rotation None
param                menu_art_type Icon
param                menu_video Disabled
param                scanline_strength Weakest
param                shadow_strength Medium
param                show_wheel Enabled

My icons are in .ico format. Which file formats are supported?

edit: There is an error about a missing "panels" index. I don't think that it is connected to the icons problem, but here it is nonetheless:

Code: [Select]
AN ERROR HAS OCCURED [the index 'panels' does not exist]

CALLSTACK
*FUNCTION [constructor()]  line [74]
*FUNCTION [main()]  line [92]

LOCALS
[layout_settings] TABLE
[this] INSTANCE
[test_resolution] INSTANCE
[layout] INSTANCE
[vargv] ARRAY
[this] TABLE
Script Error in /home/user/.attract/layouts/flat_blue.zip (flat_blue/layout.nut) - the index 'panels' does not exist
 - Loaded layout: /home/user/.attract/layouts/flat_blue.zip (flat_blue/layout.nut)
« Last Edit: June 23, 2017, 01:32:08 PM by Favdeacon »

verion

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 861
    • View Profile
    • new projects
Re: [download v1.0] FLAT BLUE theme released
« Reply #158 on: June 23, 2017, 01:33:11 PM »
Quote
My icons are in .ico format. Which file formats are supported?

JPG or PNG

---

I have no clue about the errors - but I can see that you are using zip theme. If it's on RPi I would wait for RPi optimized version. If not please use the theme unzipped - it's much faster this way.

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #159 on: June 24, 2017, 02:11:09 AM »
I found the error: The artwork path has to be named "icon", not "icons".

I converted my icons from ico to png and it works now. Thanks!

edit: I mistook your "---" for a signature divider and thus overlooked your second reply. :)

I would use the unzipped version – if it worked on my system (Kubuntu Linux 14.04). See my reply above.
« Last Edit: June 24, 2017, 02:21:38 AM by Favdeacon »

Baron_von_Blubba

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #160 on: June 25, 2017, 03:41:23 PM »
1.
create 2 separate displays using FLAT BLUE as layout
A - with game filter showing only horizontal games
B - with game filter showing only vertical games


2.
for B choose LAYOUT OPTIONS -> LAYOUT ROTATION  -> (RIGHT) or (LEFT) depending on how you turn your display

Hi there,

I tried following the steps above to have both a horizontal and a vertical display, but I can't get it to work. I have two rom lists, one with horizontal, the other one with vertical games. But when I go into LAYOUT OPTIONS and change the LAYOUT ROTATION, the layout is rotated for all displays, not just one. There just seems to be a global setting, not a rotation setting on a per display basis. I don't know maybe I am missing something? Any help would be greatly appreciated. Thanks!

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #161 on: June 25, 2017, 10:28:36 PM »
There just seems to be a global setting, not a rotation setting on a per display basis. I don't know maybe I am missing something? Any help would be greatly appreciated. Thanks!

Yes, Attract Mode stores the layout settings based on the layouts in the "layouts" folder, not for the displays that use them. You can see that in the attact.cfg.
  • Make a copy of your flat_blue layout, e.g. to "flat_blue_vertical".
  • In the Layout Options of your vertical display, set the "Layout" field to the copy.
  • Now you can choose different settings for both.

Baron_von_Blubba

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #162 on: June 27, 2017, 01:34:08 AM »
Works perfectly. Many many thanks!

Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #163 on: June 27, 2017, 10:22:19 AM »
My pleasure. :)

tekn0

  • Full Member
  • ***
  • Posts: 52
    • View Profile
Re: [download v1.0] FLAT BLUE theme released
« Reply #164 on: June 29, 2017, 04:30:38 PM »
Just curious if there has been any updates on the Pi version?