Does anyone have the correct background graphics that can be used with Space Invaders please for the Arcade Core ?
Many thanks in advance.
Space Invaders - Background Graphics
Re: Space Invaders - Overlay
Ah sussed.
So the overlay turns on the graphic bands for the defencese etc and the red bonus alien.
The real question ( and I've edited the topic ), is does anyone have the background graphic please and where do we store this ?
Re: Space Invaders - Background Graphics
The background in the original arcade was just a reflection on the glass. The game code just renders the spaceship, the aliens and the shields.
A fantastic rendition of the background and the trasparency was implemented in the Snes port. I guess maybe Taito Legends on PS2 and Xbox have it.
A fantastic rendition of the background and the trasparency was implemented in the Snes port. I guess maybe Taito Legends on PS2 and Xbox have it.
Re: Space Invaders - Background Graphics
Ok sure we can find that.Jegriva wrote: ↑Mon May 31, 2021 11:40 am The background in the original arcade was just a reflection on the glass. The game code just renders the spaceship, the aliens and the shields.
A fantastic rendition of the background and the trasparency was implemented in the Snes port. I guess maybe Taito Legends on PS2 and Xbox have it.
Does anyone know where we place the background on the SD card and what format / size it should be as well as the filename ?
Thank you.
-
- Top Contributor
- Posts: 1911
- Joined: Wed May 27, 2020 1:59 pm
- Has thanked: 145 times
- Been thanked: 454 times
Re: Space Invaders - Background Graphics
You can put it where you want because it won't load by itself, you will have to do it, I also suppose the core will have to be modified in order not to trash the background. The Vectrex core put the overlays in the same directory as the roms. I do not know the format. For the size I suppose it is the native resolution used by the core
-
- Posts: 37
- Joined: Thu Aug 13, 2020 12:57 pm
- Has thanked: 8 times
- Been thanked: 7 times
Re: Space Invaders - Background Graphics
Taken from the GitHub page (https://github.com/MiSTer-devel/Arcade- ... ers_MiSTer)
https://github.com/MiSTer-devel/Arcade- ... t_image.py
Artwork files can be found here:
https://mrdo.mameworld.info/mame_artwor ... ?p=14#here
The script that is mentioned can be found here:Scripts and Such
Color Overlay
The Midway games often shipped with a plastic color overlay to add color to the games. The Taito boards had color overlay hardware. This included two roms (one for each direction of cocktail games) that added color in a fixed position on the screen. The Taito rom was a digital version of the plastic overlay. Included is a python script that converts the MAME .lay files into Taito color overlay rom format. All games that had plastic overlays now have color roms included.
Graphic Overlays
Many games were enhanced with 1/2 silvered mirrors and fancy graphics. Some games like 280Z ZZap even had a toy car in view. There is a script that will convert a PNG into raw hex codes to include in the MRA file.
https://github.com/MiSTer-devel/Arcade- ... t_image.py
Artwork files can be found here:
https://mrdo.mameworld.info/mame_artwor ... ?p=14#here