DosBox gaming in retropie--Getting my 1995 cd Dos game to work in it?
-
Thanks! I shall press on today with that! What an adventure! 😜
-
-
@joeljoel1947
@Spiky
@BobHarrisWell I am stuck. Again. Downloaded notepad ++ and wrote the oldtime script and saved it as both a .sh and a .bash file (because I tried twice and once it saved as a .sh file and once as a .bash file all on its own) and put it into my old time folder In retro pie.
At least now, when I go into the oldtime folder in retropie I see them both---see pics below! They are there, and they are not .txt files anymore.
Problem is they don't show up or are recognized in the OLDTIME folder in retropie to launch from. And if they are the 2 OLDTIME things listed here, they do nothing. All those 2 do listed crash back to the Dosbox game menu.
I have a feeling the scripts are in the wrong place and "buried too deep" in folders to be recognized. Any thoughts by looking at these 2 menus? One shows the 8 or so folders I have to choose from to launch OLDTIME (as I said neither of those do anything) and the other clearly shows I have .sh and .bash files buried somewhere deep in the OLDTIME folder in retropie.
The only way I get anything going is clicking the setup folder in OLDTIME and at least it goes to the setup of the game, choosing the announcers and video and sound card, so like I know the thing at least loads, but then from there it wants me to insert the cd and obviously I can't do that.
I'll have to post the photos next when I get back to my pc to upload.
-
@joeljoel1947 if it crashes it only means that something is wrong. it could be invalid path defined in the sh file or something else. double check everything if it all match.
PS: also the sh file can be anywhere in the /roms/pc/ folder. Maybe rename it to something like TEST.sh for better orientation.
PPS: lets look at the script again, I will try to explain it all to make you understand it better
#!/bin/bash /opt/retropie/emulators/dosbox/bin/dosbox /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.exe -exit -c "imgmount d /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.iso -t iso"
- this is what your sh file content should look like/opt/retropie/emulators/dosbox/bin/dosbox
- this starts dosbox application-c "imgmount d /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.iso -t iso"
-c command is executed before anything else is done. in this case, it mounts your iso file/home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.exe -exit
this is first parameter of dosbox application. it tells dosbox to run OLDTIME.exe in given directory. the -exit command is there to terminate dosbox once you quit the game (otherwise you would get back to dosbox terminal and have to type exit manually) -
-
-
@Spiky
Thanks so much!! I cannot even get my pictures to upload, of where exactly at I am with my problems!! lol! OMG! This is so pathetic! This website doesn't allow for quick pics!Photobucket (the 1990's place I'm trying to get a picture here to (lol) so everyone can see I am really doing what is told!) wants nothing to do with this website in an orderly fashion! I'm just used to my iphone and uploading a photo I take sent wherever! Not here! At least as far as I can tell.... :)
Good idea on the TEST.sh , at least then I'll know its a "new idea" and/or place to try! Cannot understand why I could potentially put it anywhere and I've put it everywhere but it still does not launch. Something bigger is amiss!
I seriously wish I could just put photos easily on this page (have no clue all the embedding that it takes, lol!) . If you saw what .sh stuff just for this one game I had going on everywhere it would rattle your cage, lol! Its probably the most copyrighted/unhackable Retro-Pie game (not that I'm hacking, I own the original PC cd-rom!!!!) of all time!!
Just keep trying!! Thanks all for the progress! I've gone from no game playing to---- no game playing!----- but at least I feel I'm making HUGE strides!!!
-
@joeljoel1947 Just copy the image in the clipboard and paste in the post area or use the 'image' placeholder to upload your image.
-
@joeljoel1947 don't lose faith, haha. I usually find this part of the process (configuration and stuff) more interesting than playing the actual game. I will eventually get the game, configure it and then send you everything you need. I should have enough time during the weekend.
-
@spiky
Omg if you could do all that I'll literally reimburse you for time and money when I get back to the USA in a few weeks! I'm in Australia now for work stuff. It will be your Christmas present for Retropie.org goodwill helpfulness!!It's an awesome game BTW. It's a spinoff of Tony Larussa baseball 3. Has every team and player from like 1875-1980. With unbelievable customization and statistics. It had its own cult following for a long time until 2005 or so when the cult moved on to MVP 2005 baseball with its much better graphics. But that one certainly won't run on a pi!!
Anyhow if you ever watched or played a baseball game in your life, you will appreciate Oldtime baseball!!
-
i just came across this. i dont know if it matters or not , but dont you want to have the iso mounted frist before you try to run the .exe.
that is now all of my dos .sh are and they work great
so insted of this
#!/bin/bash /opt/retropie/emulators/dosbox/bin/dosbox /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.exe -exit -c "imgmount d /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.iso -t iso"
mine would be this
#!/bin/bash /opt/retropie/emulators/dosbox/bin/dosbox /home/pi/RetroPie -c "imgmount d /home/pi/RetroPie/roms/pc/OLDTIME/OLDTIME.iso -t iso" /roms/pc/OLDTIME/OLDTIME.exe -exit
just dont know if it matters or not
-
@exarkuniv nope, that's not an issue. I have one of my sh files exactly as I posted, I just replaced path and file names
-
hmmm that is odd then
-
@joeljoel1947 -deleted-
all you have to do is name your iso file OLDTIME.iso, copy it right there (in the same folder where RUNME.sh is located). then just copy everything to your pi and use RUNME.sh to run the game -
@spiky Please don't post links to roms/games to the forum, it's against the rules. Edit your post and remove the link.
-
@Spiky thanks so much! That seems like such an easier way to do it then the convoluted ways we were trying before! So I un-rar it and see the Oldtime folder, a text file that says to "put iso here" and the RUNME .sh file. I have a program to make .iso files so what exactly am I doing? Making an iso file of the OLDTIME folder and putting it into the "put iso here" file?
@mitu sorry about that chief! I'm sure he will. I do have the actual cd-rom/box/instructions of this game, all legit. He's just trying to help me out, so I think you understand but yes, must follow forum rules to prevent shady people from doing shady things! Thanks!
-
@joeljoel1947 no no, iso file should be your Oldtime Basketball CD image
also you can delete that text file "put iso here". it was there just to make it double clear where to place it. looks like I just confused you instead :) just follow the instructions I gave you in my post from yesterday
-
Ahhhhh ok! So I should make an ISO image of my CD-ROM. I can do that! Thought I was in some way using all the OLDTIME files for the actual game on that site. Instead I think you are giving me a gigantic short cut to avoid all the confusion and text that would have previously been needed.
Out of curiosity have you tested it out and have it running on your pi?
-
@joeljoel1947 ofc I tested it ;) just let me know when you try it
-
@spiky ok will try today!
Contributions to the project are always appreciated, so if you would like to support us with a donation you can do so here.
Hosting provided by Mythic-Beasts. See the Hosting Information page for more information.