Original Space Invaders Green Overlay in lr-mame2003
-
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
To use the blue screen I manually modified the .cfg file to point to the second overlay as the first is the default. Is that the way you recommend?
Yes
@Meleu's script should let you choose when there are multiple overlays to choose from (set in the info.txt file).
Also he can check/tell you what went wrong with the script (he's the author ;-) ). -
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
I see you have "In The Deep"
You mean "in the hunt" ? (arcade)
As you seem to appreciate Sub related games, worth playing are also "the deep" and "deep scan" (unfortunately no sound emulated, even in current mame). -
@udb23 said in Original Space Invaders Green Overlay in lr-mame2003:
You mean "in the hunt" ? (arcade)
Yeah "In The Hunt"...Mondays! :)
Also he can check/tell you what went wrong with the script (he's the author ;-) ).
Will do that. I didn't go back on Sunday to rerun it to verify the issue but it seems something changed.
I was having my significant other play and getting her feedback playing and she felt they were a bit bright and distracted her (she's mainly an NES/SNES Super Mario Bros./World kind of girl though).
I think the way they are more on par with what a real video game was like with bright solid bezels on plexi-glass and the screen set back and somewhat dimmer. I do see her point though where the overlay art almost overtakes the play screen. Is there an option to tone down with translucency or another setting.
I do like what you did with DoDonPachi and made the edges rounded somewhat almost like a 3D feel or with some depth.
-
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
git clone --depth 1 https://github.com/meleu/rpie-art cd rpie-art
looks like you write two commands in only one line. The correct is:
git clone --depth 1 https://github.com/meleu/rpie-art cd rpie-art
I didn't touched that repo in the last 14 days.
@UDb23 I'm still owing you tha scrape art installation part, but I'm so immersed on a cheevos related project... I hope to look at that soon.
-
@meleu said in Original Space Invaders Green Overlay in lr-mame2003:
looks like you write two commands in only one line. The correct is:
Thanks Meleu. I will try again tonight. Quick question I don't think that was it but I am not sure. I might have done the typo here and not at the command line. Unless it would still download everything except the .sh file. Everything downloaded except ./rpie-art.sh. My folder structure had these folders. If you know it's working then for sure it's something I did wrong.
And one other folder I can remember off hand.
-
@riverstorm You're listing the contents of @UDb23 's rpie-ovl repository. Not rpie-art.
edit
- @UDb23 's rpie-ovl repo: https://github.com/UDb23/rpie-ovl
- @meleu 's rpie-art repo: https://github.com/meleu/rpie-art
-
@meleu said in Original Space Invaders Green Overlay in lr-mame2003:
@riverstorm You're listing the contents of @UDb23 's rpie-ovl repository. Not rpie-art.
edit
- @UDb23 's rpie-ovl repo: https://github.com/UDb23/rpie-ovl
- @meleu 's rpie-art repo: https://github.com/meleu/rpie-art
Hmmm...now I am really confused. They are exactly the same command?
Using meleu's rpie-art.sh script (on Udb's repo):
- cd
- git clone --depth 1 https://github.com/meleu/rpie-art
- cd rpie-art
- ./rpie-art.sh
After launching rpie-art.sh you just have to follow the instructions in the dialog boxes.
Using meleu's rpie-art.sh script (On Meleu's repo):
Clone the repo and execute the script, as simple as that.
- git clone --depth 1 https://github.com/meleu/rpie-art
- cd rpie-art
- ./rpie-art.sh
After launching rpie-art.sh script follow the instructions in the dialog boxes.
Is there a command in Udb's repo that would pull all those folders and files exactly like that if they are incorrect? They are located in my home folder on my Pi under
rpie-art
after running the command. In fact I dumped them into a folder on a USB drive and copied them into the correct folders manually.Downloading each individual file would be laboriously long. The only way I could find was going to RAW and downloading each file one at a time.
-
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
Downloading each individual file would be laboriously long. The only way I could find was going to RAW and downloading each file one at a time.
The rpie-art was created exactly to avoid that!
My suggestion:
- delete every rpie-art and rpi-ovl you have on your pi.
rm -rf path/to/rpie-ovl rm -rf path/to/rpie-art
-
Install
rpie-art
following the instructions in my repo -
Once you succesfully installed
rpie-art
, launch rpie-art.sh and follow the instructions in the dialog boxes. There's no need to download files from @UDb23 's rpie-ovl. The script does it for you. -
Done!
-
@meleu said in Original Space Invaders Green Overlay in lr-mame2003:
My suggestion:
Thanks Meleu, that worked. Here's what the command should be (like you said):
•git clone --depth 1 https://github.com/meleu/rpie-art
but here's what reproduces what I had going. I have no idea where I got this command. I was drilling down into the folders and I always cut-n-paste into a Putty session. It downloaded all the files in UDb's repo of course. I guess you can download all the files with another method! ;)
•git clone --depth 1 https://github.com/UDb23/rpie-ovl
-
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
. It downloaded all the files in UDb's repo of course. I guess you can download all the files with another method! ;)•git clone --depth 1 https://github.com/UDb23/rpie-ovl
If you do this you'll waste space on your SD card. As I said above, you don't need to download/clone @UDb23 's repo because rpie-art does it for you (and save it at
~/RetroPie/art-repositories/
). -
@meleu said in Original Space Invaders Green Overlay in lr-mame2003:
I'm still owing you tha scrape art installation part,
and I have still some Mega man overlays to do for you ;-)
-
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
I think the way they are more on par with what a real video game was like with bright solid bezels on plexi-glass and the screen set back and somewhat dimmer. I do see her point though where the overlay art almost overtakes the play screen. Is there an option to tone down with translucency or another setting.
Sure you can. The "right opacity" is very dependant on personal taste.
It's a setting inside the romname.zip.cfg files (you can change it with any text editor)
input_overlay_opacity = 0.900000
1.000000 = no transparency
lower values mean toning down -
@meleu said in Original Space Invaders Green Overlay in lr-mame2003:
@riverstorm said in Original Space Invaders Green Overlay in lr-mame2003:
. It downloaded all the files in UDb's repo of course. I guess you can download all the files with another method! ;)•git clone --depth 1 https://github.com/UDb23/rpie-ovl
If you do this you'll waste space on your SD card. As I said above, you don't need to download/clone @UDb23 's repo because rpie-art does it for you (and save it at
~/RetroPie/art-repositories/
).Thanks Meleu yeah I saw that. I am using the correct command now. I think I was drilling down into an info.txt file or some install document and accidentally copied the wrong command. I have it correct command and it's working properly now. Thank you for the help in getting it sorted out. :)
-
@udb23 said in Original Space Invaders Green Overlay in lr-mame2003:
Sure you can. The "right opacity" is very dependant on personal taste.
This is great! I am going to do some tweaking and let Tash (my beta tester) give it another go. :)
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.