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: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?  (Read 4007 times)

0 Members and 1 Guest are viewing this topic.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Today at 06:12:23 am
  • ...
Just got a copy of MAT 3 Deluxe cheap so I could compare the driving games to other ports.
The games launch fullscreen from the menu, but if I bypass the front-end and click the exe for individual games, they launch windowed.
Anyone messed around with this and get them to launch fullscreen?

The best I've come up with so far is to create a shortcut and set the properties to run it maximized.  I could make an autohotkey script that launches it from the shortcut and blacks out the frame, but thought there's probably an easier way since the included front-end gets them to launch fullscreen.

Also, am I stuck with the low resolution?  (I know the originals were even lower, but I'd like them to look as nice as possible)

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #1 on: July 14, 2011, 07:46:41 pm »
Most likely the launcher is sending the exe command line options. Something like -fullscreen. If you can open the launcher in a hex editor you might be able to see what it is.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Today at 06:12:23 am
  • ...
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #2 on: July 14, 2011, 09:32:52 pm »
Most likely the launcher is sending the exe command line options. Something like -fullscreen. If you can open the launcher in a hex editor you might be able to see what it is.

Thanks.  Oddly enough, I tried a few command lines, but didn't stumble upon anything that worked.
I have no programming knowledge, but that won't stop me from trying.  This hobby is always forcing me to learn things.  :cry:

(& the low resolution actually looks fine on the driving cab since it's just S-Video)
« Last Edit: July 14, 2011, 09:34:55 pm by BadMouth »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #3 on: July 14, 2011, 10:26:05 pm »
Actually there is a nice an easy way to figure out if it is a command line option.

Download Process Explorer and run it

Run the game from the launcher and then alt tab to Process Explorer. Double click on the game's process and under the "Image" tab you should see an entry called "Command line". If it was launched with a command line option it will be there.

BadMouth

  • Trade Count: (+6)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 9272
  • Last login:Today at 06:12:23 am
  • ...
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #4 on: July 14, 2011, 10:55:21 pm »
Found it with the hex editor I downloaded. (interesting stuff)

It's just -f

I should have lucked into that one when I was trying random stuff.
Thanks for pointing me in the right direction!

EDIT: For anyone who is thinking about buying this, a couple points:

1. There is a patch to fix the lack of music in the games that most reviewers complain about.

2. MAT Deluxe is just MAT 2&3 packaged together.  
    The games that are part of MAT 3 do not support analogue control.
    (Hydro Thunder, Offroad Thunder, SF Rush the Rock, basically all the games I bought it for.....)
    It will let you map steering wheel movements for left and right, but it has the same effect as pressing the left or right arrow.
    There is no analogue control.  Oddly enough, it supports rumble, but no analogue input.

    The ones that are part of MAT 2 however do support analogue input.
    How they could have Hard Drivin' with analogue controls on one disc,
    and Race Drivin' on the other disc without them is beyond me.

    But then again, we're talking about a company that shipped it without the music working in most of the games.
« Last Edit: July 15, 2011, 11:43:16 am by BadMouth »

headkaze

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 2943
  • Last login:August 14, 2023, 02:00:48 am
  • 0x2b|~0x2b?
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #5 on: July 15, 2011, 06:34:36 am »
I should have lucked into that one when I was trying random stuff.

That would have been an obvious one to try  ;D

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:Yesterday at 10:27:17 pm
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re: Midway Arcade Treasures Deluxe: Launch individual games fullscreen?
« Reply #6 on: July 16, 2011, 01:58:41 am »
Process Explorer is great, and I highly reccomend it, but for determining command line options I have a much easier solution. 

I also just wrote a exe that prints out any command line options sent to it.  You then rename the exe you are wanting to find info on and let the parent launcher launch this bogus exe. 

Its how I wrote my m$ pinball arcade wrappers.  I can whip up a exe if anybody's interested.