Jump to content
LaunchBox Community Forums

TFoster

Members
  • Posts

    14
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

TFoster's Achievements

8-Bit Processor

8-Bit Processor (3/7)

1

Reputation

  1. Hi there I have a similar situation. I have the GameMarqueeView.xaml file setup for my marquee but would like to bind a second window to another set of artwork files. My cabinet is going to be "Back to the Future" themed and I'm setting the second "window" as the time circuits clock in the DeLorean. The "destination time" will be the release date of the current game. I'm currently making secondary marquees for all my games with the correct dates. I've attached a picture of my "in progress" cabinet that shows what I'm trying to accomplish. The second marquee is between the marquee and the play screen. I've also attached my current xaml file. I'm assuming I'll need another artwork folder like "marquee2" to put the time circuits into and they would be named the same as the standard marquee image. Is this something you can help with? GameMarqueeView.xaml
  2. Here's Pacman Clock, the center clock is the release date. I think this is going o be sweet!
  3. Yes you are correct just two screens. I've got it now. I was thinking we were editing the actual marquee image resolution which would impact the attract mode graphic in the opening menu. ...But since we are just binding another image file to the marquee monitor it should have no effect. I've already formatted a dozen images with release dates, I'll try modifying the xaml file over the holiday weekend but I may need some pointers.. My programming consists of trial & error peppered with cut & paste, but I usually get it figured out eventually. Thanks again for all the help.
  4. Sounds good, I thought to do that... but one question though. If I just change the marquee size won't that skew the marquee image in the front end screen? The one with the mini arcade machine...
  5. Hi all, I've got a new issue. Earlier in this post Retro808 was very helpful with my marquee issue. Here's the new wrinkle. My primary and marquee screens are working great and I've created customized bezels and marquees to get my playing screen the appropriate size. Now I'm getting toward the end of the cabinet build and my theme is going to Back to the Future. I'd like to add another section of the Marquee Monitor as another "screen" with customizable artwork for the "Time Circuit" These images would be linked to the marquee images so that I can customize each game with a different sequence of "times". The first image below shows Alien Syndrome with no added "screen". The second shows Burgertime with the image of the "Time Circuit" that I'd like to d isplay, it's just above the Playing screen and below the marquee. I'm thinking it may be possible to just add to the xaml scrip that I have to include another portion of t
  6. Hi all, I've got a new issue. Earlier in this post Retro808 was very helpful with my marquee issue. Here's the new wrinkle. My primary and marquee screens are working great and I've created customized bezels and marquees to get my playing screen the appropriate size. Now I'm getting toward the end of the cabinet build and my theme is going to Back to the Future. I'd like to add another section of the Marquee Monitor as another "screen" with customizable artwork for the "Time Circuit" These images would be linked to the marquee images so that I can customize each game with a different sequence of "times" I'm thinking I'd use the release date of the current arcade machine as the destination. The first image below shows Alien Syndrome with no added "screen". The second shows Burgertime with the image of the "Time Circuit" that I'd like to display, it's just above the Playing screen and below the marquee. I'm thinking it may be possible to just add to the xaml scrip that I have that includes another portion of the physical monitor as another "screen" to display artwork. Anyone have any thoughts?
  7. I think it would be sweet to add spinner support. It would make navigating the arcade list a blast. Please consider!
  8. Perfect, I've played around and can get the marquee image wherever I need it at whatever size required. Thanks again!
  9. One other quick question, when I adjust the Border, Margin, & Padding values in the xaml files they only add black bars on the top and two sides. Am I missing another value that I need to adjust to maintain the image center in the visible marquee space? Not a big deal now but when I transfer this system from my mock-up to the finished cabinet I may have a physical bezel around the marquee monitor that I need to account for. It would be nice to know my limitations before I start cutting plywood. Thanks again for the help!
  10. After playing with the Stretch options it looks like I'm actually using 1/2 of my screen for the marquee. I was able to (on a hunch) reduce the number of <RowDefinition Hieght="*" /> lines in the code from three to two (.33 to .50) order to stretch to the exact height of my monitor (.50). Thanks again, this is now PERFECT! Just curious, what if I needed to make very small adjustments in size? Would I then change the value of <ColumnDefinition Width = "1" /> and play with the ratios from there?
  11. It works perfectly, thank you very much. As you can see the two marquess match and look great. I ended up using the GameMarqueeView.xaml as a template to modify my PlatformMarqueeView.xaml file to fix that as well. Kudos! I'll play with the stretch options and marquee image size / resolution to get the best overall result.
  12. Wonderful, thanks for the quick reply! I'll let you know how it works!
  13. Hi I have a question I'm hoping is an easy fix. I have an arcade cabinet with physical digital marquee and I need to have the image on that marquee draw from a different folder location than the image of the marquee on the animated arcade cabinet in the theme. My physical marquee is a full size 32" 1080p monitor but only the top third of the screen is visible. I simply create custom marquee files with black space where my monitor is buried in the cabinet. If these files are used for the animated cabinet the stretch feature distorts the image. Any help would be appreciated, I love this theme and think with a little tweaking it will be perfect for my cab.
  14. Hi all, this might be a bit tough to understand because I'm relatively new to almost every part of Mame arcade building and have a lofty goal. I'm about a year and a half into building a coin-op arcade Mame machine with a "Back to the Future" theme. The cabinet is meant to replicate the DeLorean time machine from the movies. The goal is to have a startup sequence unique to each rom that incorporates mp3 sound bytes from the movie (i.e. the time travel sound effect, movie quotes, etc.) that are also integrated with my ledwiz cards to run pre-programmed light sequences prior to the start of the roms. I've built a Mr. Fusion from 3D printed parts and an actual Krupps coffee bean grinder from 1978 (from Belgium of all places) and am in the process of building the "time circuits" from the inside of the vehicle. I've added white, orange and RGB led's to give the effect that Mr. Fusion is "powering up" or "malfunctioning". I've also written working auto hot key scripts that launch custom .wav or .mp3 files on a rom by rom basis prior to launching Mame. I see that I can point my target in launchbox to an AHK script in lieu of the default rom path but so far the AHK scripts don't function when launched from LaunchBox. My questions are this: Am I on the right track and can this be accomplished through several layers of "work around" antics or is this impossible? Maybe there is a cleaner way to integrate these systems in LaunchBox? Any insight would be appreciated.
×
×
  • Create New...