Author Topic: Grid script using robo skin and side wheel art. Looks pretty awesome.  (Read 13907 times)


cherwilco

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #1 on: October 26, 2014, 03:20:48 PM »
I like this one for mame, are you going to share the layout?

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #2 on: October 26, 2014, 03:57:36 PM »
Here you go. Just use the robo skin under the robo layout folder. Also, the wheel scrolling is still a little quirky if you scroll too fast, you'll see what I'm talking about. I am going to muck around with it some more. You can change the scroll speed under the user config.

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #3 on: October 26, 2014, 04:05:45 PM »
ttime="1"; seems to help with the x axis quirk. Of course this script was designed to work that way.

cherwilco

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #4 on: October 26, 2014, 05:19:22 PM »
will give it a try thanks  ;)

cherwilco

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #5 on: October 26, 2014, 05:24:22 PM »
I don't have the background or the selection frame in my robo folder can you put those up?

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #6 on: October 26, 2014, 08:38:39 PM »
Here are the files you requested. Also, one more tweak I missed. The selection was off by 3. Change -1 to -3 under this section: case "down":
         if ( sel_y < rows - 3 )
         {
            sel_y++;
            update_frame();
            return true;

This should fix the wheel matching to the correct video as you scroll, without having to select it.

cherwilco

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #7 on: November 02, 2014, 11:58:30 AM »
hey can you upload a copy of your modified layout after the -1 to -3 change? I altered that section of mine like you said but the scrolling and video still doesn't match up right. thanks!

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #8 on: November 02, 2014, 02:34:20 PM »
Here you go, Cherwilco.

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #9 on: November 02, 2014, 02:41:22 PM »
You can enable cools bgmask for a nice effect with this script.

cherwilco

  • Jr. Member
  • **
  • Posts: 23
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #10 on: November 02, 2014, 04:23:08 PM »
awesome thanks, that did it!

mission65

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #11 on: November 04, 2014, 06:38:45 AM »
Hi

am i missing something here ? i am thick

i have tried this layout and downloaded everything in this thread, but when i run attract it tells me
i am missing robo.png, bkg.png, and coolvetica font ?

also the index conveyor does not exist ?

any help much appreciated as this looks great to me

mission65

  • Newbie
  • *
  • Posts: 2
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #12 on: November 04, 2014, 09:34:17 AM »
ok found everything apart from bkg.png
and also conveyor ?

omegaman

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 880
    • View Profile
Re: Grid script using robo skin and side wheel art. Looks pretty awesome.
« Reply #13 on: November 05, 2014, 11:21:27 AM »
Hello mission-

The bkg.png can be whatever background you want to use. You just need to have a .png file with the same name that is added in the layout.nut. In this case, the purple background with stars is named bkg.png and resides in the same folder with with layout nut. The conveyor is a module that is also in the script. If it isn't working than you probably have the wrong version of attract-mode installed. This script needs 1.4 installed.  In theory you should be able to just drop these files in the robo folder. Backup the old robo layout.nut to something like layout.old etc. I hope this helps.