d34dj3d1 Posted February 8, 2020 Share Posted February 8, 2020 If anyone has done this or knows how and can show or tell me it would be much appreciated Quote Link to comment Share on other sites More sharing options...
Retro808 Posted February 8, 2020 Share Posted February 8, 2020 25 minutes ago, d34dj3d1 said: If anyone has done this or knows how and can show or tell me it would be much appreciated You can just add each of the .exe files or a shortcut like you would do for a windows game. Create a platform called OpenBor or whatever you want and add the files. Quote Link to comment Share on other sites More sharing options...
d34dj3d1 Posted February 9, 2020 Author Share Posted February 9, 2020 (edited) What do I do if the games are in PAK files and don't have their own exe, whenever I try to add the games individually and open them it just opens up the first game I put in? Edited February 9, 2020 by d34dj3d1 Quote Link to comment Share on other sites More sharing options...
apskorleon Posted February 11, 2020 Share Posted February 11, 2020 On 2/9/2020 at 7:37 AM, d34dj3d1 said: What do I do if the games are in PAK files and don't have their own exe, whenever I try to add the games individually and open them it just opens up the first game I put in? MAke sperate OpenBor folders with seperate .exe for every pak file and add the .exe's to launchbox Quote Link to comment Share on other sites More sharing options...
kurzih Posted June 22, 2020 Share Posted June 22, 2020 Just tried some OpenBOR games. I don't really like making multiple exe to launch games - want to keep things as simple and as automated as possible. I've done a quick & simple script if anyone's interested, until OpenBOR gets an update that will make this obsolete: WARNING! This script will empty the default OpenBOR\Paks\ Directory each time it is run (and copy the PAK file you run from launchbox so there will always be just one PAK there). So you need to have all of your PAK files somewhere else to be copied from. Think the "OpenBOR\Paks\ " as a temporary directory from now on. Make the script (with any text etc editor): OPENBORSTART.BAT (put it in the same directory where you have the OpenBOR.exe - and make sure you don't have any Paks in the "temporary" Paks Directory - if you do, move them somewhere else to be imported by Launchbox): ################## @echo off del E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\* /Q copy %1 E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\ OpenBOR.exe exit ################## (change the path to the ones you use to make the script find the files/directories) Things to do in Launchbox: 1. Make the default emulator for OpenBOR point to the "OPENBORSTART.BAT" script and tick "hide console: (and of course in "Associated Platforms" should have "OpenBOR" and default emulator ticked.) 2. Import the PAK-files as usual to launchbox, they will be identified (including their path) in the script with the "%1" mark. 3. When executing a OpenBOR game from Launchbox the script will first empty the default "temporary" OpenBOR/Paks folder and copy the file you've imported to launchbox and start it automatically, since it is the only one present in the folder. Hope you might find this useful! 2 2 Quote Link to comment Share on other sites More sharing options...
murphy989 Posted July 31, 2020 Share Posted July 31, 2020 On 6/22/2020 at 4:26 AM, kurzih said: Just tried some OpenBOR games. I don't really like making multiple exe to launch games - want to keep things as simple and as automated as possible. I've done a quick & simple script if anyone's interested, until OpenBOR gets an update that will make this obsolete: WARNING! This script will empty the default OpenBOR\Paks\ Directory each time it is run (and copy the PAK file you run from launchbox so there will always be just one PAK there). So you need to have all of your PAK files somewhere else to be copied from. Think the "OpenBOR\Paks\ " as a temporary directory from now on. Make the script (with any text etc editor): OPENBORSTART.BAT (put it in the same directory where you have the OpenBOR.exe - and make sure you don't have any Paks in the "temporary" Paks Directory - if you do, move them somewhere else to be imported by Launchbox): ################## @echo off del E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\* /Q copy %1 E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\ OpenBOR.exe exit ################## (change the path to the ones you use to make the script find the files/directories) Things to do in Launchbox: 1. Make the default emulator for OpenBOR point to the "OPENBORSTART.BAT" script and tick "hide console: (and of course in "Associated Platforms" should have "OpenBOR" and default emulator ticked.) 2. Import the PAK-files as usual to launchbox, they will be identified (including their path) in the script with the "%1" mark. 3. When executing a OpenBOR game from Launchbox the script will first empty the default "temporary" OpenBOR/Paks folder and copy the file you've imported to launchbox and start it automatically, since it is the only one present in the folder. Hope you might find this useful! This worked like a charm for me thank you!! 1 Quote Link to comment Share on other sites More sharing options...
d8thstar Posted February 1, 2021 Share Posted February 1, 2021 each openbor game has an "openbor.exe" file which is the game. So, could you just rename the exe to the game folder name? i tried on one game and it worked. that way you could just imp[ort all the exe files. anyone smarter than me willing to write a script to rename the openbor.exe to the folder name it sits in? Quote Link to comment Share on other sites More sharing options...
mohanned85 Posted January 7, 2022 Share Posted January 7, 2022 sorry for resurrecting old thread all my games are pak but when click game to start emulator starts and 1 need click game in openbor to start any help please Quote Link to comment Share on other sites More sharing options...
DeadVoivod Posted January 7, 2022 Share Posted January 7, 2022 I have it exactly set up like kurzih mentioned, run the .bat as emulator and just use the .pak files to launch. Quote Link to comment Share on other sites More sharing options...
wemr97dl Posted February 22, 2022 Share Posted February 22, 2022 I'm trying to use this script, its copying the pak file but not deleting the old one?? Quote Link to comment Share on other sites More sharing options...
JoeViking245 Posted February 22, 2022 Share Posted February 22, 2022 10 hours ago, wemr97dl said: I'm trying to use this script, its copying the pak file but not deleting the old one?? Can you show us the contents of your batch file? Quote Link to comment Share on other sites More sharing options...
wemr97dl Posted February 23, 2022 Share Posted February 23, 2022 Thanks I did get it to work @echo off del "E:\LaunchBox\Emulators\OpenBOR 6391\Paks\*" /Q copy %1 "E:\LaunchBox\Emulators\OpenBOR 6391\Paks\ OpenBOR.exe exit had to add the quotes 1 Quote Link to comment Share on other sites More sharing options...
Anothrworld Posted January 11, 2023 Share Posted January 11, 2023 I just setup up openbor in LB using the bat file. Is there anyway to launch the games in full screen? Or do I have to go into the video options every time I start a game to select full screen? Quote Link to comment Share on other sites More sharing options...
DeadVoivod Posted January 11, 2023 Share Posted January 11, 2023 In a game go to options, then video options and chose FULL. Then go back and go to System Options and Config Settings and click on Save settings to default.cfg Quote Link to comment Share on other sites More sharing options...
dsync89 Posted June 22, 2023 Share Posted June 22, 2023 On 6/22/2020 at 5:26 PM, kurzih said: Just tried some OpenBOR games. I don't really like making multiple exe to launch games - want to keep things as simple and as automated as possible. I've done a quick & simple script if anyone's interested, until OpenBOR gets an update that will make this obsolete: WARNING! This script will empty the default OpenBOR\Paks\ Directory each time it is run (and copy the PAK file you run from launchbox so there will always be just one PAK there). So you need to have all of your PAK files somewhere else to be copied from. Think the "OpenBOR\Paks\ " as a temporary directory from now on. Make the script (with any text etc editor): OPENBORSTART.BAT (put it in the same directory where you have the OpenBOR.exe - and make sure you don't have any Paks in the "temporary" Paks Directory - if you do, move them somewhere else to be imported by Launchbox): ################## @echo off del E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\* /Q copy %1 E:\Emulators\LaunchBox\Emulators\OpenBOR\Paks\ OpenBOR.exe exit ################## (change the path to the ones you use to make the script find the files/directories) Things to do in Launchbox: 1. Make the default emulator for OpenBOR point to the "OPENBORSTART.BAT" script and tick "hide console: (and of course in "Associated Platforms" should have "OpenBOR" and default emulator ticked.) 2. Import the PAK-files as usual to launchbox, they will be identified (including their path) in the script with the "%1" mark. 3. When executing a OpenBOR game from Launchbox the script will first empty the default "temporary" OpenBOR/Paks folder and copy the file you've imported to launchbox and start it automatically, since it is the only one present in the folder. Hope you might find this useful! Confirmed that this method still works in Launchbox 13.5 in 2023! Recommend to use this approach to make it automated! Quote Link to comment Share on other sites More sharing options...
elwooha6 Posted July 20, 2023 Share Posted July 20, 2023 Thanks for the script, I never played any openBoR games but used to play the original BoR on dreamcast as a kid. So many new things to play with! Quote Link to comment Share on other sites More sharing options...
Jon Lyus Posted August 15, 2023 Share Posted August 15, 2023 Just tried this and it's working great. Thanks for easing one of the headaches of setting LB up. Quote Link to comment Share on other sites More sharing options...
totoro Posted February 8 Share Posted February 8 (edited) I just finished my OpenBOR collection and can absolutely NOT recommend to merge paks into one build. While 70% of all games might run, a lot of games break if the used build is too new or too old when the game was developed. Remember, this is a game engine, not an emulator. Also, some games do not come in pak-, but in files-format. I used a very late v3 build, tested out if the game worked and looked alright without crashing, renamed the exe to the game title and imported all exe-files into Launchbox later on. If a build didn't work, it was ALWAYS because the OpenBOR build needed to be lower. So I worked through some older builds until it worked again - even then sometimes I had to use the OpenBOR exe provided with the pak-file instead. It's also important to create control configs for every OpenBOR option and rename the .cfg file in the Saves folder into "default", before you create new copies. That way you don't have to map keys everytime. Sadly those Default-Files are build-dependant, so you have to go through these for every OpenBOR option. I hope this helps anyone trying to get OpenBOR up and running. Edited February 8 by totoro 1 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.