Dave S Cramer Posted October 21, 2018 Share Posted October 21, 2018 I have searched high and low and have not been able to find any tutorials to getting Pioneer Palcom Laserdisc games working via openmsx. I've looked on the openmsx site but it's a little difficult to understand. Does anyone here have it up and running and if so would you care to share a little help? I'd be forever grateful. Thanks! Quote Link to comment Share on other sites More sharing options...
Dave S Cramer Posted October 21, 2018 Author Share Posted October 21, 2018 I'm making a little progress. I'm at the point where I input in the command line "laserdiscplayer insert (game name).ogv". The only problem is that the command 'insert' isn't recognized and not in the list of available commands. I have multiple versions of OpenMSX (0.11,0, 0.12.0 and 0.14.0) and none of them recognize 'insert'. Anyone know why this is happening to me? I setup all the 3 individually with catapult and configured them each to launch with Pioneer PX-7. Quote Link to comment Share on other sites More sharing options...
Dave S Cramer Posted October 21, 2018 Author Share Posted October 21, 2018 Finally got it to work! I kept getting a syntax error and was assuming it didn't recognize 'insert' but it did. My issue was that the game names had spaces in them. I shortened Aston Belt to Astron_Belt and it worked. Quote Link to comment Share on other sites More sharing options...
Light Sock Posted November 4, 2019 Share Posted November 4, 2019 I'm having a hard time setting up this emulator. Could someone post their settings. I'm not using RocketLauncher so I'm looking at Launchbox settings. Here are screenshots of how I've setup the emulator and a game. http://prntscr.com/ps4i25 http://prntscr.com/ps4i7u http://prntscr.com/ps4iaw Thanks a lot for your help! Much appreciated! Quote Link to comment Share on other sites More sharing options...
Light Sock Posted December 14, 2019 Share Posted December 14, 2019 Anyone can help with this complicated emulator? Quote Link to comment Share on other sites More sharing options...
Self-Mao Posted February 18, 2020 Share Posted February 18, 2020 (edited) Hello, Well it really isn't so complicated. I read the module for Rocketlauncher and it appears that it creates a "boot_script.txt" file to pass the configuration to OpenMSX and then call a command line to start the emulator with a given game. To make it work in Launchbox, all you have to do is to : Add a new emulator Name is "OpenMSX" and set the Emulator Application Path to your openmsx.exe The Sample Command should now looks like `openmsx.exe "FULL\PATH\TO\ROM\FILE"` In the Associated Platforms add a new one Associated Platform is "Pioneer Palcom Laserdisc" or however you want to name the platform in Launchbox. Default Command-Line Parameters are "-machine Pioneer_PX-7 -script boot_script.txt -laserdisc" and check the "Default Emulator" checkbox Of course, the boot_script.txt need to exists in the OpenMSX Emulator folder. RocketLauncher generates it based on its configuration. My boot_script.txt looks like : set fullscreen on set fullspeedwhenloading on set renderer SDL plug joyporta joystick1 plug joyportb keyjoystick2 It's easy to see that only basic directives are required here. Set fullscreen to on and map the joystick ports. You can also check the "save_settings" and "load_settings" commands for OpenMSX (https://openmsx.org/manual/commands.html). And while you're on the Launchbox emulator settings, in the "Running AutoHotKey Script" tab you can input the following script in order to be able to close OpenMSX with the Esc key : ; This section closes OpenMSX when pressing Escape $Esc:: { Process, Close, {{{StartupEXE}}} } That's all ! Edited February 18, 2020 by Self-Mao typo 4 1 Quote Link to comment Share on other sites More sharing options...
rexryan Posted February 18, 2020 Share Posted February 18, 2020 That works..Thanks for the info. Quote Link to comment Share on other sites More sharing options...
Ern_Ani Posted April 29, 2022 Share Posted April 29, 2022 There a way to configure this emulator to work with launchbox without use rocketlauncher? any clue, video or tutorial? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted April 29, 2022 Share Posted April 29, 2022 1 hour ago, Ern_Ani said: There a way to configure this emulator to work with launchbox without use rocketlauncher? any clue, video or tutorial? 2 posts up from yours details just that. 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.