Author Topic: [WIP] Emulation Station theme  (Read 42074 times)

xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #15 on: December 13, 2015, 02:34:26 AM »
New version uploaded

- Minor tweaks

jedione

  • Hero Member
  • *****
  • Posts: 1135
  • punktoe
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #16 on: December 13, 2015, 03:23:04 PM »
how would one change the color for


local gametitle = fe.add_text( gamename ( 0 ), 0, 915, 1152, 108 );
      gametitle.align = Align.Left;
      gametitle.alpha = 40;


help a friend....

xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #17 on: December 14, 2015, 10:38:56 AM »
New version uploaded

- Added layout option to enable/disable audio of video snap

liquid8d

  • Global Moderator
  • Sr. Member
  • *****
  • Posts: 442
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #18 on: December 15, 2015, 09:16:00 PM »
how would one change the color for


local gametitle = fe.add_text( gamename ( 0 ), 0, 915, 1152, 108 );
      gametitle.align = Align.Left;
      gametitle.alpha = 40;

just add a line below that:
Code: [Select]
gametitle.set_rgb( 200, 50, 50 );

xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #19 on: December 16, 2015, 02:23:06 AM »
New version uploaded

- Added layout option to show/hide attract-mode logo

teeedubb

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #20 on: November 22, 2019, 10:32:29 PM »
Hi xbs,

Thanks for the work on this skin - I like the simplicity of the es theme.

I have made some mods to this theme and I would like to share them - do you mind?

Thanks

xbs

  • Sr. Member
  • ****
  • Posts: 180
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #21 on: November 23, 2019, 02:19:16 PM »
Not at all, please share.
Thanks

teeedubb

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: [WIP] Emulation Station theme
« Reply #22 on: November 24, 2019, 01:06:30 AM »
Cheers

I'm after something simple, clean and modern and emulation_station is a great base. Changes so far:
*Skin renamed to emulation_station_remix so I can have both installed.
*Reduced the opacity of the background.
*Changed sizing to 1920x1080
*Changed sizes and positions of objects to better suit the new resolution.
*Removed all options
*Only artwork used now is 'snap' for the background and 'cover' for main art
*Added a heap of system icons, they are named after the 'emulator' name and are located in the logos dir.
*Removed status and added overview.

To-do: I really want the overiview text to scroll. So far I havent had much luck. Probably some other things too... its my first crack at anything AM related.

https://imgur.com/01v8wra
https://imgur.com/9AkTQHe
https://imgur.com/qDRgHaV
« Last Edit: November 24, 2019, 01:13:49 AM by teeedubb »