MAMEWorld >> EmuChat
View all threads Index   Flat Mode Flat  

DaRayu
MAME Fan
Reged: 02/05/13
Posts: 162
Send PM
Re: Disable sprite and background layers
05/25/13 02:04 AM


> It's not very logical to ask in a community who doesn't care about ripping/hacking
> graphics either.

Strictly speaking, this is not a question about hacking graphics. It's a question about the way sprites and layers are processed in the CPS1 code. Just like a question about the signal values when cetain button presses are emulated isn't a question about joysticks.


> Emulators only control tile/background layers, not specific tiles
> per layer

Which would already be enough. As long as the fighters aren't inside the energy bar, I could take a screenshot of the unaltered scene, then a screenshot of the same scene with the sprite layer disabled and then cut them together: The upper part of the edited screenshot (without the bar) and the lower half of the unaltered screenshot (with the fighters).
Additionally, every fighter and every score and every energy bar is made up of a number of various 16x16 sprites. So, it would be possible (as demonstrated in Nebula) just to skip the output function of certain sprites. Like this:
for (int i = 0; i < sprite_count; i++)
{
if (i != 5) // This line is new.
process_sprite(sprite);
}

> If you
> feel like disappearing the energy bar, feel free to grab a tile editor and set the
> bar tiles as transparent in a hacked ROM.

Yeah, sure. I will edit the ROM files that change every second version of MAME anyway even though the emulator's source code could be able to switch off certain screen elements on the fly, without having to fiddle with actual game data.







Entire thread
Subject Posted by Posted on
* Disable sprite and background layers DaRayu 05/24/13 11:09 PM
. * Re: Disable sprite and background layers SmitdoggAdministrator  05/24/13 11:26 PM
. * Re: Disable sprite and background layers DaRayu  05/25/13 12:20 AM
. * Re: Disable sprite and background layers R. Belmont  05/25/13 02:41 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 03:35 AM
. * Re: Disable sprite and background layers Anonymous  05/25/13 11:52 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 12:11 PM
. * Re: Disable sprite and background layers Anonymous  05/25/13 05:17 PM
. * Re: Disable sprite and background layers Tomu Breidah  05/25/13 04:10 PM
. * Re: Disable sprite and background layers DaRayu  05/25/13 07:21 PM
. * Re: Disable sprite and background layers Anonymous  05/27/13 02:46 AM
. * Re: Disable sprite and background layers DaRayu  05/27/13 08:37 AM
. * Re: Disable sprite and background layers BIOS-D  05/27/13 10:03 PM
. * Re: Disable sprite and background layers Anonymous  05/27/13 01:32 PM
. * Re: Disable sprite and background layers SmitdoggAdministrator  05/25/13 12:37 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 01:15 AM
. * Re: Disable sprite and background layers SmitdoggAdministrator  05/25/13 01:18 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 01:31 AM
. * Re: Disable sprite and background layers BIOS-D  05/25/13 01:47 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 02:04 AM
. * Re: Disable sprite and background layers BIOS-D  05/25/13 02:22 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 03:37 AM
. * Re: Disable sprite and background layers Vas Crabb  05/25/13 06:25 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 11:52 AM
. * Re: Disable sprite and background layers Matty_  05/27/13 03:43 AM
. * Re: Disable sprite and background layers BIOS-D  05/25/13 09:33 AM
. * Re: Disable sprite and background layers Tomu Breidah  05/25/13 09:52 AM
. * Re: Disable sprite and background layers SmitdoggAdministrator  05/25/13 01:33 AM
. * Re: Disable sprite and background layers DaRayu  05/25/13 01:49 AM
. * Re: Disable sprite and background layers SmitdoggAdministrator  05/25/13 01:55 AM

Extra information Permissions
Moderator:  Robbbert, Tafoid 
0 registered and 286 anonymous users are browsing this forum.
You cannot start new topics
You cannot reply to topics
HTML is enabled
UBBCode is enabled
Thread views: 10240