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 --- Bug Reports --- Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Sega Monaco GP 1979/1980 - My Remake  (Read 125734 times)

2 Members and 5 Guests are viewing this topic.

hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #280 on: March 16, 2023, 11:13:37 am »
Thank you for this beautiful remake. I have it running already on a pc, and I wonder if there's a way to set a config. file as default, so it will boot straight to that config when I launch the game.

neilsnonsense

  • Trade Count: (0)
  • Jr. Member
  • **
  • Online Online
  • Posts: 8
  • Last login:Today at 05:56:15 am
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #281 on: March 17, 2023, 06:35:07 am »
Thank you for this beautiful remake. I have it running already on a pc, and I wonder if there's a way to set a config. file as default, so it will boot straight to that config when I launch the game.

Pass the name of the .cfg file on the command line with '-cfg' e.g.
Code: [Select]
mgpr -cfg classic_arcade_1680x1050.cfg

hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #282 on: March 17, 2023, 01:56:16 pm »
Thank you for this beautiful remake. I have it running already on a pc, and I wonder if there's a way to set a config. file as default, so it will boot straight to that config when I launch the game.

Pass the name of the .cfg file on the command line with '-cfg' e.g.
Code: [Select]
mgpr -cfg classic_arcade_1680x1050.cfg
Thank you for the reply, somehow, I can't figure it out, every time I pass the .cfg file's name, it says "Numbers only, try again".

« Last Edit: March 17, 2023, 02:27:00 pm by hafoudha »

Robbbert

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 192
  • Last login:Yesterday at 11:06:25 pm
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #283 on: March 18, 2023, 12:44:53 am »
--- removed "sarcastic reply" ---
« Last Edit: March 22, 2023, 12:44:17 am by Robbbert »

hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #284 on: March 18, 2023, 01:24:33 am »
The answer appears obvious - it's right there in your screenshot.
and since I missed it, wouldn't be nice to point to it? instead of your sarcastic reply.

neilsnonsense

  • Trade Count: (0)
  • Jr. Member
  • **
  • Online Online
  • Posts: 8
  • Last login:Today at 05:56:15 am
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #285 on: March 18, 2023, 10:28:29 am »
Please paste the entire command line you are using. I just verified that it works on both Windows 10 and Linux.

If you have the correct command line, you should not see the menu or prompt.


hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #286 on: March 18, 2023, 02:22:25 pm »
Please paste the entire command line you are using. I just verified that it works on both Windows 10 and Linux.

If you have the correct command line, you should not see the menu or prompt.
thank you so much for being patient. here's what I get for now, I hope I'm on the right way.

neilsnonsense

  • Trade Count: (0)
  • Jr. Member
  • **
  • Online Online
  • Posts: 8
  • Last login:Today at 05:56:15 am
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #287 on: March 20, 2023, 11:04:22 am »
here's what I get for now, I hope I'm on the right way.
I think I see your problem. You are invoking the mgpr.exe executable from your your home directory root by passing an absolute path to it. The game needs your 'current working directory' to be the game directory, i.e. mgpr_v1_4_6
In other words, you need to invoke it like this (assuming your starting point is C:\Users\hefdh):

cd Desktop\mgpr_v1_4_6
mgpr.exe -cfg classic_8bit_1280x1024.cfg

Hope that helps.

hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #288 on: March 20, 2023, 01:30:17 pm »
here's what I get for now, I hope I'm on the right way.
I think I see your problem. You are invoking the mgpr.exe executable from your your home directory root by passing an absolute path to it. The game needs your 'current working directory' to be the game directory, i.e. mgpr_v1_4_6
In other words, you need to invoke it like this (assuming your starting point is C:\Users\hefdh):

cd Desktop\mgpr_v1_4_6
mgpr.exe -cfg classic_8bit_1280x1024.cfg


Thank you so much, my folder is in my Desktop, and when I followed your instructions, I get this screen, and the cfg starts the game by itself, I then play few seconds and exit the game, launch again and the full list of cfg is there to chose from, it's not defaulting yet.
Hope that helps.
« Last Edit: March 20, 2023, 01:59:30 pm by hafoudha »

neilsnonsense

  • Trade Count: (0)
  • Jr. Member
  • **
  • Online Online
  • Posts: 8
  • Last login:Today at 05:56:15 am
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #289 on: March 21, 2023, 10:30:44 am »
Thank you so much, my folder is in my Desktop, and when I followed your instructions, I get this screen, and the cfg starts the game by itself, I then play few seconds and exit the game,
That message looks like a problem between the game and your sound card/driver. Unfortunately I can't help with that beyond recommending you try switching the audio output device from Windows' audio settings if you have more than one device available? When you played for a few seconds did you hear any audio output from the game?

launch again and the full list of cfg is there to chose from, it's not defaulting yet.
When you say launch again, did you use the exact same command line? Or are you expecting this setting to be 'sticky'? Because it isn't. Just to be clear, every time you launch mgpr.exe without the -cfg option, it will display the menu regardless of how you launched previously.

hafoudha

  • Trade Count: (0)
  • Jr. Member
  • **
  • Offline Offline
  • Posts: 6
  • Last login:March 26, 2023, 02:05:53 pm
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #290 on: March 21, 2023, 12:44:33 pm »
Thank you so much, my folder is in my Desktop, and when I followed your instructions, I get this screen, and the cfg starts the game by itself, I then play few seconds and exit the game,
That message looks like a problem between the game and your sound card/driver. Unfortunately I can't help with that beyond recommending you try switching the audio output device from Windows' audio settings if you have more than one device available? When you played for a few seconds did you hear any audio output from the game?

launch again and the full list of cfg is there to chose from, it's not defaulting yet.
When you say launch again, did you use the exact same command line? Or are you expecting this setting to be 'sticky'? Because it isn't. Just to be clear, every time you launch mgpr.exe without the -cfg option, it will display the menu regardless of how you launched previously.
Thank you, you are absolutely correct, I thought every time I launch mgpr.exe it will go straight to the default cfg, and therefore, if I have to put that commend every time to default to my cfg, I rather delete all unwanted cfg files, and my favorite cfg will be there waiting for me to hit OK.
Thank you again, I thought for some reason that I could just hit mgpr.exe and the game starts instantly. Not a big deal, I am really enjoying this game in my son's arcade.
« Last Edit: March 21, 2023, 12:53:40 pm by hafoudha »

neilsnonsense

  • Trade Count: (0)
  • Jr. Member
  • **
  • Online Online
  • Posts: 8
  • Last login:Today at 05:56:15 am
  • I want to build my own arcade controls!
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #291 on: March 29, 2023, 05:36:22 am »
The end result of my efforts to get this game working on a Raspberry Pi:

I converted an old broken Tomy 'Demon Driver' (a.k.a. 'Digital Derby' in USA) toy to play this fantastic game. Since they are were both released at around the same time (1978 for the Tomy, 1979 for MGP) I thought it would be interesting to juxtaspose the 'state-of-the-art' of the toy & arcade industries of the time.


geecab

  • Trade Count: (0)
  • Full Member
  • ***
  • Online Online
  • Posts: 184
  • Last login:Today at 05:47:39 am
Re: Sega Monaco GP 1979/1980 - My Remake
« Reply #292 on: Today at 05:30:42 am »
The end result of my efforts to get this game working on a Raspberry Pi:

I converted an old broken Tomy 'Demon Driver' (a.k.a. 'Digital Derby' in USA) toy to play this fantastic game. Since they are were both released at around the same time (1978 for the Tomy, 1979 for MGP) I thought it would be interesting to juxtaspose the 'state-of-the-art' of the toy & arcade industries of the time.



Hi Neil! This is incredible, I used to have Demon Driver growing up and loved it! Can you imagine if back in the day it played/looked as good as you have made this, it would be every kid's dream! You have done an amazing job getting this working. I've been reading your previous posts and I'm sorry about all the hoops you've had to jump through to get to where you are. I'm thinking of doing a build using the latest version of Raspbian desktop, would that run on all issues of Pi ? I guess people wanting to run it would have to update their Pi OS... At the time when I did my last Unix builds, I wasn't sure what to do about the shared memory stuff (Allowing you to read score board / time information as you play the game). I'm sure I could do something about that now for unix and also have it also output speedo information. Anyways, going off on a bit of a tangent now, just wanted to say absolutely superb work!

PS. I've seen your other youtube projects too, your Tomy Turbo Dashboard playing OutRun with all its dash console display, excellent stuff!