Author Topic: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)  (Read 105043 times)

punisher

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #60 on: March 02, 2016, 08:25:04 PM »
That fixed it.  Thanks

Gryzor

  • Jr. Member
  • **
  • Posts: 20
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #61 on: April 08, 2016, 06:13:52 AM »
I REALLY like this skin, but have one question that I don't believe I have seen answered: Is there any way to remove the bouncing "Attract Mode" logo from the top left corner - it "bounces" every time I scroll to a new game and would like to remove it if possible.

Thanks for all the hard work kent79 :)

bionictoothpick

  • Sr. Member
  • ****
  • Posts: 320
  • He who laughs lasts.
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #62 on: April 08, 2016, 11:38:07 AM »
Yes, I like this theme too...I want it to display the history.dat information in the top border using the method from ArcadeBliss...shouldn't be difficult to cut and paste the code...

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #63 on: April 08, 2016, 01:38:10 PM »
IMO, that would make things too clustered. But, to each is own... I guess.  I think we should all strive for lean layouts, so as not to distract the user and hinder the presentation. That's probably why I still prefer using the history overlay, use it as you need it kind of thing.

Trust me, I know a thing or two about making themes that are too distractive like my cockpit theme. ;D But we evolve, learn and hopefully get better with our creativity. Stepping off the soap box, now...

hatuey

  • Newbie
  • *
  • Posts: 1
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #64 on: April 11, 2016, 10:07:31 AM »
Hello and thanks for this!

Is there any way to keep aspect ratio in the right spin? I use wheel images and they scale to fill the whole frame, looking distorted.

brywalker

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #65 on: July 25, 2016, 06:07:07 PM »
Finally got a chance to dig in. Love it. Able to really tweak it and looks amazing on an arcade CRT. Only 1 issue....

It seems to not always bring back to focus after exiting a game. Was able to consistently have it work properly on spin and reflect. Back to this - sometimes it will not load the theme in focus again. Any ideas? I can provide a video if need be.

Thanks for your hard work on these layouts.

brywalker

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #66 on: August 11, 2016, 06:10:49 AM »
Surprised there is no info on this. I changed the exit button so it doesn't match mame. Tried with d3d9ex as well as d3d (old big) - same. Happens in all window modes. Set hide console to on. Same thing.

Has to be something in the layout.

hermine.potter

  • Hero Member
  • *****
  • Posts: 767
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #67 on: August 11, 2016, 09:15:16 AM »
AM Version : 2.6.1
Input : Mad Catz Brawlstick; Mouse; Keyboard; Xbox360 Wireless
Cabinet : Yes
OS : Windows10 Pro
System : Dell Precision T3500 ; Intel X5650 ; 12GB RAM

brywalker

  • Jr. Member
  • **
  • Posts: 12
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #68 on: August 11, 2016, 10:57:16 AM »
I did! That was the other thing lol. But it's odd - it is only this theme that does it and of course it's the one I prefer right now.

hassenpheffer

  • Newbie
  • *
  • Posts: 8
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #69 on: September 03, 2016, 03:59:42 PM »
Hello all!

Nub here. I really enjoyed this display!

I have a few questions: How do I add game logos on the top left and genre icons on the bottom right?

Thanks!

RoughDuck

  • Newbie
  • *
  • Posts: 6
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #70 on: December 19, 2016, 01:26:17 PM »
EDIT: Nevermind, oversight on my part.  The emulator case "MAME" wasn't reading correctly, I had to change it to "mame"  I guess the strings are case sensitive.  Fixed now!

Hey so i'm trying to use "expert mode" and adding my own emulator under the switch statement.

This is the code block:

        case Transition.ToNewList:
            switch ( fe.list.name )
            {             
      case "MAME":
                OBJECTS.logo.file_name = "";
      lt.set_bg_rgb( 155, 0, 40 );
      lb.set_bg_rgb( 155, 0, 40 );
      OBJECTS.gameListBox.set_selbg_rgb( 155, 0, 40 );
      OBJECTS.gameListList2.set_rgb( 155, 0, 40 );
                break;
      case "NES":
                OBJECTS.logo.file_name = "nes.png";
      lt.set_bg_rgb( 0, 150, 136 );
      lb.set_bg_rgb( 0, 150, 136 );
      OBJECTS.gameListBox.set_selbg_rgb( 0, 150, 136 );
      OBJECTS.gameListList2.set_rgb( 0, 150, 136 );
                break;
      case "retro snes":
                      OBJECTS.logo.file_name = "";
      lt.set_bg_rgb( 91, 56, 150 );
      lb.set_bg_rgb( 91, 56, 150 );
      OBJECTS.gameListBox.set_selbg_rgb( 91, 56, 150 );
      OBJECTS.gameListList2.set_rgb( 91, 56, 150 );
            break;   
         }


However when I load the emulator the color value isn't correct.  Once I switch to a different emulator it'll grab the correct color but that color is then used for every emulator.  Help!

Thanks
« Last Edit: December 19, 2016, 01:35:01 PM by RoughDuck »

littlecharlie

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: [WIP] New Theme - Game Station HD v2.0
« Reply #71 on: December 28, 2016, 01:10:53 PM »

- Display some sort of transparent Platform art in the upper right hand corner, next to the video scroll area, above the Flyer section.
-> I would like layout is clean up, so will not add image on right hand corner. You can set Platform logo on left hand corner manually like as  my snes screen shot. Make sure select Expert mode in option.


I would like to show somehow which platform I'm in, kind of like you can see here below. But don´t know how to do it. I think kent79 was explaining that in the message above, but don`t know what do I have to change.








I'm using the Game Station in an arcade cabinet with CRT monitor.

littlecharlie

  • Newbie
  • *
  • Posts: 5
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #72 on: January 01, 2017, 01:23:25 PM »
Well, after modifiyng slighly the .nut file I managed to do so.


Favdeacon

  • Sr. Member
  • ****
  • Posts: 129
    • View Profile
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #73 on: January 03, 2017, 02:10:13 PM »
Greetings,

I like this theme a lot. But I have a problem with the spin wheel animation. When I raise the transition time to over 200 (like 500 or so), the snaps are kind of "shuffled" together like playing cards at the top of the spin wheel every time I switch to the next or previous game. They immediately slide back to their original positions +/- one slot, so the spin wheel moved in the resp. direction at the end. At the default 40 ms transition time, the effect is virtually invisible to the naked eye, you have to set it to 500 or higher to see it clearly.

Is this intended? I would like the spin wheel to softly slide up and down like in other themes (Arcade Game Centre, Navato, …). I looked at the layout.nut an hour or so, but I couldn't make out the code in question, because I don't know squirrel. :o :-[

Any advice would be very welcome.

Oomek

  • Administrator
  • Sr. Member
  • *****
  • Posts: 311
  • Radek Dutkiewicz
    • View Profile
    • github.com/oomek
Re: Game Station Theme v2.6.3 (Support 4:3 & Wide Screen now)
« Reply #74 on: February 07, 2017, 05:34:59 AM »
Is it normal for list option in spin mode to transition like this?

https://youtu.be/ulTyunb0qII

I set the transition speed high to show how it behaves. If it's not supposed to be like this how to fix it to scroll nicely?