Old Computer Appreciation Thread
-
@adambegood said in Old Computer Appreciation Thread:
@folly said in Old Computer Appreciation Thread:
Can you get the script working ?
I haven't had a chance yet, my Wife wanted me to look after the toddler straight from work, and I didn't get a chance all evening. It is on my to-do list.
No hurry,
All good things come slow !
So now your a github user too, happy programming.
Thank you for the star !
This is the first one for this repository.Added the help, run it with -h :
bash generate-lr-mess-systems.sh -h
-
@folly Still haven't had time to dig into this, but don't think I'm forgetting. I'll get on it this weekend hopefully.
@AdamBeGood So what little time I've had to tinker I've spent on DOSBox. Thanks to your tips about sh files I now have a clean, tidy DOS gamelist. No directories everywhere, no thousands of executables, just a list of scripts that boot the games straight up. Beautiful.
-
@zering Glad to hear it! Cleanliness is next to Godliness. :p
-
@adambegood Also I got Baldur's Gate 1 & 2, Icewind Dale 1 & 2 and Planescape working on the pi with GemRB. Didn't know it was possible. Finally I can replay my favourite game of all time!
-
@zering said in Old Computer Appreciation Thread:
@folly Still haven't had time to dig into this, but don't think I'm forgetting. I'll get on it this weekend hopefully.
No problem
I know you are not forgetting this unique stuff,
I also can't be always behind the computer, so I understand.
I hear it from you later on.
Good luck with trying ! -
-
@adambegood Baldur's Gate 2.
It was very easy to do. You install the port and place the game data in the appropriate directory. The only thing is you need the original games, GemRB won't support the enhanced editions. It does support mods though.
Also ot seems Icewind Dale 2 isn't completable.
-
@folly But which game is your favourite? I've been thinking about getting the remasters on Switch anyway, seems a good thing to have for travel / holidays. When those things are possible.
-
@adambegood Like I said, Baldur's Gate 2 ^^
-
@zering said in Old Computer Appreciation Thread:
@adambegood Like I said, Baldur's Gate 2 ^^
Doh! I didn't even see that line! Okay, maybe I need to play that then. Get on Monkey Island 2! :p
-
@adambegood Skipping the first one? That's not happening! ^^
I'm nearing the end of Fallout and after that I'm going to do Planescape as it's incredible and I never got far into it, but Monkey Island sounds good after that! -
@adambegood said in Old Computer Appreciation Thread:
@folly But which game is your favourite? I've been thinking about getting the remasters on Switch anyway, seems a good thing to have for travel / holidays. When those things are possible.
On Dosbox you mean ?
In the dos period I didn't play much dos games.
Now I have a ton of games but little time.
I will go trough this some time.Btw. Did you both read this, nice idea ?
https://retropie.org.uk/forum/topic/28705/web-file-server-for-game-manuals-scummvm-dosbox -
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
-
@adambegood said in Old Computer Appreciation Thread:
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
Looks like you are trying to run an html file.
Did you download the script correctly ? -
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
Looks like you are trying to run an html file.
Did you download the script correctly ?I pretty much just copied it from your repository and tried it. Let me read up some more!
-
@adambegood said in Old Computer Appreciation Thread:
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
Looks like you are trying to run an html file.
Did you download the script correctly ?I pretty much just copied it from your repository and tried it. Let me read up some more!
Go to the website and download it clicking on the button "code" -> "download zip" (https://github.com/FollyMaddy/RetroPie-Share), then extract RetroPie-Share-main.zip. You will find the files in 00-script-00. Put these somewhere, in a seperate directory, on you pi.
do :bash generate-lr-mess-systems.sh -h
read the help.
Or you can do (on the pi) :
pi@raspberrypi:~ $ cd pi@raspberrypi:~ $ git clone https://github.com/FollyMaddy/RetroPie-Share.git pi@raspberrypi:~ $ cd RetroPie-Share/ pi@raspberrypi:~/RetroPie-Share $ cd 00-scripts-00/ pi@raspberrypi:~/RetroPie-Share/00-scripts-00 $ bash generate-lr-mess-systems.sh -h
read the help.
Hope this helps.
Good luck. -
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
Looks like you are trying to run an html file.
Did you download the script correctly ?I pretty much just copied it from your repository and tried it. Let me read up some more!
Go to the website and download it clicking on the button "code" -> "download zip" (https://github.com/FollyMaddy/RetroPie-Share), then extract RetroPie-Share-main.zip. You will find the files in 00-script-00. Put these somewhere, in a seperate directory, on you pi.
do :bash generate-lr-mess-systems.sh -h
read the help.
Or you can do (on the pi) :
pi@raspberrypi:~ $ cd pi@raspberrypi:~ $ git clone https://github.com/FollyMaddy/RetroPie-Share.git pi@raspberrypi:~ $ cd RetroPie-Share/ pi@raspberrypi:~/RetroPie-Share $ cd 00-scripts-00/ pi@raspberrypi:~/RetroPie-Share/00-scripts-00 $ bash generate-lr-mess-systems.sh -h
read the help.
Hope this helps.
Good luck.Thank you! I'll have another go at this tomorrow.
Edit: Okay, I got two generated files - jaguar-cart and jaguar-quik, I took out the "generated" part of the file name and then installed them from Source.
Then I went to emulators.cfg in Jaguar and copied the virtualjaguar lines, replacing the virtualjaguar text with the new emulator names. That's as far as I've got, but I've little time to see if what I am doing is right.
We are sorting out the kitchen today, so I'm not meant to be on the Pi. I did this when I was having my alloted shower time, against the rules! :p I will look at this properly at some point.
-
@adambegood said in Old Computer Appreciation Thread:
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly said in Old Computer Appreciation Thread:
@adambegood said in Old Computer Appreciation Thread:
@folly When I run bash generate-lr-mess-systems.sh jaguar I get the below:
line 7: syntax error near unexpected token 'newline' line 7: '<!DOCTYPE html>'
But I bet I've missed a step somewhere...
Looks like you are trying to run an html file.
Did you download the script correctly ?I pretty much just copied it from your repository and tried it. Let me read up some more!
Go to the website and download it clicking on the button "code" -> "download zip" (https://github.com/FollyMaddy/RetroPie-Share), then extract RetroPie-Share-main.zip. You will find the files in 00-script-00. Put these somewhere, in a seperate directory, on you pi.
do :bash generate-lr-mess-systems.sh -h
read the help.
Or you can do (on the pi) :
pi@raspberrypi:~ $ cd pi@raspberrypi:~ $ git clone https://github.com/FollyMaddy/RetroPie-Share.git pi@raspberrypi:~ $ cd RetroPie-Share/ pi@raspberrypi:~/RetroPie-Share $ cd 00-scripts-00/ pi@raspberrypi:~/RetroPie-Share/00-scripts-00 $ bash generate-lr-mess-systems.sh -h
read the help.
Hope this helps.
Good luck.Thank you! I'll have another go at this tomorrow.
Edit: Okay, I got two generated files - jaguar-cart and jaguar-quik, I took out the "generated" part of the file name and then installed them from Source.
Then I went to emulators.cfg in Jaguar and copied the virtualjaguar lines, replacing the virtualjaguar text with the new emulator names. That's as far as I've got, but I've little time to see if what I am doing is right.
I think you are very far already.
Yes indeed. The names are not yet RetroPie compliant.
Shouldn't it be atarijaguar ?Indeed, this way you should be able to use lr-mess from the original atarijaguar rom directory if you want to connect the artwork in emulationstation.
(have to try it myself, not tested yet)Now the bios, etc.. and you could be up and running.
We are sorting out the kitchen today, so I'm not meant to be on the Pi. I did this when I was having my alloted shower time, against the rules! :p I will look at this properly at some point.
Haha. I recognice the problem here.
This seems to be a discussion point on whats important at home.
I am free in my doing, well I think i am.
But perhaps we all know know better ^^. ;-) -
This is what I'm getting when I try to run a game with the -cart version. I've tried working out what the difference is between -cart and -quik but there doesn't seem to be much chat about it on the internet.
Parameters: Executing: /opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess-jaguar-cart/lr-mess-jaguar-cart_libretro.so --config /opt/retropie/configs/atarijaguar/retroarch.cfg "/home/pi/RetroPie/roms/atarijaguar/Bubsy in Fractured Furry Tales (World).j64" --verbose --appendconfig /dev/shm/retroarch.cfg [INFO] RetroArch 1.8.8 (Git 9552f87) [INFO] Redirecting save file to "/home/pi/RetroPie/roms/atarijaguar/Bubsy in Fractured Furry Tales (World).srm". [INFO] Redirecting save state to "/home/pi/RetroPie/roms/atarijaguar/Bubsy in Fractured Furry Tales (World).state". [INFO] === Build ======================================= [INFO] Capabilities: NEON VFPv3 VFPv4 [INFO] Built: Nov 13 2020 [INFO] Version: 1.8.8 [INFO] Git: 9552f87 [INFO] ================================================= [ERROR] Frontend is built for dynamic libretro cores, but path is not set. Cannot continue. [ERROR] Fatal error received in: "init_libretro_symbols()"
This is what I've done with the emulators.cfg, I don't know if there is more admin required than this.
lr-virtualjaguar = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-virtualjaguar/virtualjaguar_libretro.so --config /opt/retropie/configs/atarijaguar/retroarch.cfg %ROM%" lr-mess-jaguar-cart = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess-jaguar-cart/lr-mess-jaguar-cart_libretro.so --config /opt/retropie/configs/atarijaguar/retroarch.cfg %ROM%" lr-mess-jaguar-quik = "/opt/retropie/emulators/retroarch/bin/retroarch -L /opt/retropie/libretrocores/lr-mess-jaguar-quik/lr-mess-jaguar-quik_libretro.so --config /opt/retropie/configs/atarijaguar/retroarch.cfg %ROM%" default = "lr-virtualjaguar"
Does what I am doing make sense? I do have BIOS but I guess from the RunCommand log that it isn't getting to that point here. I tried "atarijaguar" when generating systems and nothing is generated for that.
Edit: I see that I don't have a /opt/retropie/libretrocores/lr-mess-jaguar-quik/lr-mess-jaguar-quik_libretro.so file. Should I be creating one, or calling the lr-mess libretro.so file? Or does the line in emulators.cfg need to be something different?
-
Hi,
You are doing it the really hard way.
First try to get lr-mess running with Atari Jaguar.
Then if this works you can try and fiddle with the emulators.cfg if that is what you want.So in steps :
- create the jaguar sh files with my script (you know already)
- put them in the Retropie-Setup (you know already)
- if you want to install both (you know already)(I use cart only, cartridge)
( before installing read the package help, much is explained there !, then install) - put jaguar.zip bios in /home/pi/RetroPie/BIOS
- put zipped .j64 games in /home/pi/RetroPie/roms/jaguar
- run emulationstation and go to jaguar
- You should now be able to run roms
Try this first.
Actually, no .so file is needed. The runcommand runs the valerino script.
This makes a new runcommand for lr-mess running Atari Jaguar, in this case.
All depeds on these two things (valerino's script an lr-mess). So no lr-mess-jaguar-cart_libretro.so is created or needed.If that works, and you want the theme to match your original "Atari Jaguar rom directory"and place the command for that directory, that should be possible.
We can do that later.
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.