Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Advancemenu "skins"  (Read 6874 times)

0 Members and 1 Guest are viewing this topic.

bloodyviking77

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:March 07, 2010, 07:01:38 am
Advancemenu "skins"
« on: July 02, 2008, 07:47:51 am »
Is anyone who still runs Advancemenu willing to post the relevant "skin"  section of their advmenu.rc files (i.e. the "ui" bits)?

I'm running the default colours/font at the moment and looking for inspiration!

Shut up! Bloody Vikings!!

bloodyviking77

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:March 07, 2010, 07:01:38 am
Re: Advancemenu "skins"
« Reply #1 on: July 06, 2008, 07:34:18 am »
bump
Shut up! Bloody Vikings!!

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Advancemenu "skins"
« Reply #2 on: July 06, 2008, 07:11:11 pm »
I don't think there is a 'skin' option, outside of hacking the source. There are a few options, which are selectable within the fe by pressing tab. The only other configurable is the format/type of images shown - ie: snaps vs marquees....but I've never gotten the images to show up. The template shows, but not the marquee images. I gave up long ago. MaLa has very little system over-head that I've seen with more options and has a gui to configure by.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

tikbalang

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:May 07, 2013, 05:04:54 pm
    • MAME BootCD's for DOS
Re: Advancemenu "skins"
« Reply #3 on: July 07, 2008, 12:58:59 pm »
the matrix theme (green on black):

Code: [Select]
ui_color help ffffff 000000
ui_color help_tag 00ff00 000000
ui_color submenu_bar 00ff00 000000
ui_color submenu_item ffffff 000000
ui_color submenu_item_select 808080 ffffff
ui_color submenu_hidden 808080 000000
ui_color submenu_hidden_select 000000 808080
ui_color menu_item ffffff 000000
ui_color menu_hidden 808080 000000
ui_color menu_tag 00ff00 000000
ui_color menu_item_select 000000 00ff00
ui_color menu_hidden_select 808080 00ff00
ui_color menu_tag_select ffffff 00ff00
ui_color bar ffffff 000000
ui_color bar_tag 00ff00 000000
ui_color bar_hidden 808080 000000
ui_color grid 00ff00 000000
ui_color backdrop 000000 808080
ui_color icon ffffff 000000
ui_color cursor ffffff 000000

bloodyviking77

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:March 07, 2010, 07:01:38 am
Re: Advancemenu "skins"
« Reply #4 on: July 08, 2008, 06:26:02 am »
I don't think there is a 'skin' option, outside of hacking the source.

Thanks ... You're right in that there is no easy way of changing every element of the UI. But you can specify the font, font size and colour of various elements of the UI by setting options in the advmenu.rc file.

I am interested to see what people have done with these settings ... I don't mind the visual style of the default settings, but the white/blue is a little bland for me ...
Shut up! Bloody Vikings!!

bloodyviking77

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:March 07, 2010, 07:01:38 am
Re: Advancemenu "skins"
« Reply #5 on: July 08, 2008, 06:30:20 am »
the matrix theme (green on black):

Thanks tikbalang!

Some googling has also turned up these:

Code: [Select]
ui_color help black white
ui_color help_tag lightred yellow
ui_color submenu_bar lightred white
ui_color submenu_item black white
ui_color submenu_item_select lightgreen white
ui_color menu_item 8080e0 black
ui_color menu_hidden d0d0ff black
ui_color menu_tag d0d0ff black
ui_color menu_item_select gray black
ui_color menu_hidden_select gray black
ui_color menu_tag_select lightgray black
ui_color bar black black
ui_color bar_tag yellow black
ui_color bar_hidden green black
ui_color grid yellow black
ui_color backdrop darkgray black
ui_color icon yellow green
ui_color cursor lightred lightred

and

Code: [Select]
ui_fontsize 35

ui_font "/home/mame/.advance/amiga.fnt
ui_color help ffffff 000000

ui_color help_tag 00ff00 000000
ui_color submenu_bar ffffff 323232

ui_color submenu_item ffffff 323232

ui_color submenu_item_select ffffff 0000a0

ui_color submenu_hidden a8a8a8 000000

ui_color submenu_hidden_select ffffff 0000a0

ui_color menu_item 00ff00 000000

ui_color menu_hidden 00a650 000000

ui_color menu_tag 00ff00 000000

ui_color menu_item_select ffffff 0000a0

ui_color menu_hidden_select ffffff 0000a0

ui_color menu_tag_select ffffff 0000a0

ui_color bar ffffff 000000

ui_color bar_tag ff0000 000000

ui_color bar_hidden 00adef 000000

ui_color grid 000000 000000

ui_color backdrop ff0000 000000

ui_color icon ffffff ffffff

ui_color cursor 808080 ffffff

I'm still playing around with these. If anyone's interested I'll post some screenies ...

Shut up! Bloody Vikings!!

tikbalang

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:May 07, 2013, 05:04:54 pm
    • MAME BootCD's for DOS
Re: Advancemenu "skins"
« Reply #6 on: July 08, 2008, 08:26:03 am »
how do you take screenshots with advmenu? i'm using the dos version.

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Advancemenu "skins"
« Reply #7 on: July 08, 2008, 05:37:39 pm »
@bv: oh, right, I forgot about that.

@tik: um, I think screenshots are emulator-dependent.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.

tikbalang

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 234
  • Last login:May 07, 2013, 05:04:54 pm
    • MAME BootCD's for DOS
Re: Advancemenu "skins"
« Reply #8 on: July 09, 2008, 03:02:18 am »
@bv: oh, right, I forgot about that.

@tik: um, I think screenshots are emulator-dependent.

yes, i am familiar with F12 within mame/advmame/dmame. i have been wanting to get screenshots of my frontend setup. i can't find any details in the manual.

bloodyviking77

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 152
  • Last login:March 07, 2010, 07:01:38 am
Re: Advancemenu "skins"
« Reply #9 on: July 09, 2008, 06:10:41 am »
Good question ...

If you were running linux and using gnome (or running windows I believe) you can just hit "Print Screen". In DOS, I'm not sure!

Shut up! Bloody Vikings!!

Ummon

  • Trade Count: (+13)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 5244
  • Last login:June 09, 2010, 06:37:18 pm
Re: Advancemenu "skins"
« Reply #10 on: July 10, 2008, 05:13:43 pm »
For Win it's Alt+print screen, which puts it on the scrap board or whatever and then you have to paste it to something like a Word document or in an image editor.
Yo. Chocolate.


"Theoretical physics has been the most successful and cost-effective in all of science."

Stephen Hawking


People often confuse expressed observations with complaint, ridicule, or - even worse - self-pity.