Clavo Posted May 27, 2020 Share Posted May 27, 2020 Good afternoon all! I need some expert advise on how to direct start .trk files for Monaco GP remake in launchbox/bigbox? I have added mgpr.exe as an emulator and pointed the rom file to both attract/ game .trk both start and go to the .exe and you have to choose which version you wanted played. I want to start game direct without the selection menu. There are 3x different racing options Arcade, Pursuit, Stunt that I want to load separately to LB. I have configure files for each game. The maker of this great remake has this for commandline. Problem is it goes to menu, I want to just start game. The games launch great and play excellent once selected from menu I just want to eliminate that step. Any help would be greatly appreciated. mgpr -cfg pro_arcade_1360x768.cfg Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Here are some snap shots. Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 27, 2020 Share Posted May 27, 2020 Just having a quick look at this and please forgive me if I am misunderstanding something here. I don't think you need to import the .trk files at all, I think you would just need to import the .cfg files you want but the problem I am encountering here is that there is something that MGPR doesn't like when being passed the cfg file from LB. It just wants to load a default version of the game in a tiny window and not the fullscreen actual version you tell it. I have tried all of the emulator settings combos in LB and nothing seems to work. For now my best fix for this would be to simply make batch files for each version you want and just import those as their own separate programs rather than an emulator and roms. Not ideal but it does work. An example batch file would look something like this but change the cfg file for each version you want to have: mgpr -cfg classic_arcade_1280x1024.cfg Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Thank you for the quick response. I will figure out how to do a bat file, I'm pretty new to that part of it. Any guidance on how or where to start would be helpful. I do appreciate your time! Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 27, 2020 Share Posted May 27, 2020 Batch files are nothing more than a simple text file which you can put one or more commands to run in a "batch". It was used back in the old days to DOS to automate a series of commands using a single command. Think of it as a super simple exe of sorts though that is kind of an over simplification. The approach I would take here in this case would be to create a bunch of new text files in the folder where your mgpr.exe is located and name each file something that makes sense to the version of the game you are launching. For example using the above command line I gave above I would make a file called: Classic_arcade_1280x1024.txt Then I would open that file in notepad and put the line I posted above in my previous post and save it. From there rename the text file and change its file extension from .txt to .bat so now the file would be named: Classic_arcade_1280x1024.bat You can just double click it in Windows and test it out, it should load the version of the game being called via the config file. Repeat this process for each version of the game you want to have in Launchbox but replace the cfg file being called in each batch file with the one you want to be loaded from LB. Once you are satisfied with each batch file loading the correct version of the game you can then import the batch files into Launchbox but at the first box of the import choose the "None of the Above" option and tell Launchbox to leave the file where it is which is the same folder as your mgpr.exe. I hope this all makes sense. Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Wow. Awesome! I will try this now, thank you so much. I was really lost when you said batch file! I will do my homework and get up on that for sure now. Thx again! Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Nice. So the first game loaded as you said but it loaded in a very small window. Do I need to put anything in the bat file to make it load fullscreen or is that a command in LB? Also, will I have to redo all my controls, bezel W/H/X/Y etc? Thx Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 27, 2020 Share Posted May 27, 2020 1 minute ago, Clavo said: Nice. So the first game loaded as you said but it loaded in a very small window. Do I need to put anything in the bat file to make it load fullscreen or is that a command in LB? Also, will I have to redo all my controls, bezel W/H/X/Y etc? Thx You shouldn't need anything to make it load full screen. If you can show me a screen shot of the batch file in notepad and edit game window you have imported into LB. Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Sorry, I am trying to follow your steps but when I go to import not sure which to select since I typically choose roms? Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 I do not see options for games files importing? Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 27, 2020 Share Posted May 27, 2020 1 minute ago, Clavo said: Sorry, I am trying to follow your steps but when I go to import not sure which to select since I typically choose roms? Choose the none of the above option on the first import screen, you won't be using an emulator for this since you aren't passing any rom files. Here is a sample batch file I made using the above instructions, put it in your MGPR folder and double click it, it should just load up. I am also using version 1.4.6 of MGPR. Classic_arcade_1280x1024.bat Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 sorry im must be missing something. When I go to import I see all the different games Epic, GOG, DOS etc. I tried each one but do not see first screen look like yours? Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Just FYI, your bat file loads like mine in a smaller screen. Quote Link to comment Share on other sites More sharing options...
neil9000 Posted May 27, 2020 Share Posted May 27, 2020 12 minutes ago, Clavo said: sorry im must be missing something. When I go to import I see all the different games Epic, GOG, DOS etc. I tried each one but do not see first screen look like yours? Drag and drop the file onto launchbox. Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Thx. Thats where I am getting stuck on. I have a batch file thx to Lord Monkus not sure what to choose from once I go to import? Eric, GOG, Dos, Rom. Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 I have set config files already set for each game version. The problem is the bat files loads the games but I guess they do not see the config folder so the version are not correct and controls are not working. Opens up like this Quote Link to comment Share on other sites More sharing options...
neil9000 Posted May 27, 2020 Share Posted May 27, 2020 5 minutes ago, Clavo said: Thx. Thats where I am getting stuck on. I have a batch file thx to Lord Monkus not sure what to choose from once I go to import? Eric, GOG, Dos, Rom. If you just drag and drop the file he gave you onto the Launchbox window, it will start the import wizard with the three options he showed in his image, choose the "none of the above" option. Then go through the wizard as normal and specify the platform to import the file to. Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Yes! finally got it to work. I used Lord Monkus advise but I copied his command line in my config file and saved as bat then pointed to that file from LB and it opened up and plays with all my settings. Now will repeat for all version of this game. Thank you both for all the help and advise! Your both Rock..... Quote Link to comment Share on other sites More sharing options...
Clavo Posted May 27, 2020 Author Share Posted May 27, 2020 Sorry, It loads up great then I get this on top of the game. I will delete and try reloading it Quote Link to comment Share on other sites More sharing options...
Lordmonkus Posted May 27, 2020 Share Posted May 27, 2020 Glad you got it all working. It is a little time consuming but not too bad to make each batch file. I wish I could have figured out why loading the cfg files as roms using the mgpr.exe as the emulator would't work because that would have simplified things a lot. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.