A slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&action=printpage;topic=1944.0 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index2536.html delayed slickproductions.org /forum/index.php?PHPSESSID=5f0fck550j2m4m2fpbtkj2vkm1&topic=1944.0 e:/My Web Sites/Slick Productions - FFIV Message Board/slickproductions.org/forum/index2536.html.z x ;g^ P f OK text/html ISO-8859-1 gzip @ f H Tue, 10 Mar 2020 07:16:50 GMT 0 0 P
;g^ f
Print Page - How to make "background" map foreground?
Board of Slick
Library of the Ancients => Final Fantasy IV Research & Development => Topic started by: Pinkpuff on July 19, 2014, 01:35:40 PM
Title: How to make "background" map foreground?
Post by: Pinkpuff on July 19, 2014, 01:35:40 PM
In the mist cave, it seems like it's displaying the mist "background" in the foreground somehow. When I try to do this with a normal map though, it doesn't seem to work. It always displays the background in the background; even if it has the "translucent" flag set. I was hoping to make a "misty moutains" dungeon/area for my hack, and it would be cool to have the mist effect on the mountain...
Any ideas?
Title: Re: How to make "background" map foreground?
Post by: Grimoire LD on July 19, 2014, 03:00:06 PM
Hmm, the initial problem with this plan is that the Mist Background uses resources from the Caves Palette set. In another palette it either just won't appear or will appear in a glitched manner.
However if you can find a section of the Mountain Tileset that can be used, you could make a new background that has a similar or identical effect.
Title: Re: How to make "background" map foreground?
Post by: Pinkpuff on July 19, 2014, 05:25:10 PM
Yup, I did that, the problem though is that it's appearing in the background, not overtop like it does in the misty cave...
Title: Re: How to make "background" map foreground?
Post by: chillyfeez on July 19, 2014, 07:00:07 PM
There's a "mystery bit" in the background byte... Bit 3 I believe. Did you try toggling that one?
Title: Re: How to make "background" map foreground?
Post by: Pinkpuff on July 19, 2014, 07:17:52 PM
You mean the one in the battle background byte? Yeah I tried it both ways, no effect, it still comes up behind the scenery.
Incidentally, I just tried changing the tileset to the mist cave tileset and using the mist background... that seems to work, the mist comes up in front. Maybe there's something about that tile in particular that draws it in the foreground?
:edit: Here's a screenshot of young Rydia overlooking the Misty Mountains ^_^
Title: Re: How to make "background" map foreground?
Post by: chillyfeez on July 19, 2014, 08:38:52 PM
Well, no, I meant bit 3 of byte 9 (background movement byte), but it must be something else entirely if it works using the cave tileset... Perhaps it's a tile property instead of a map property? You could try changing the tile properties of your custom mist tile to match those of the cave mist tile... Or you could just keep it as is since you found something that works. :-)
Title: Re: How to make "background" map foreground?
Post by: Pinkpuff on July 19, 2014, 10:14:59 PM
Looking back at my code, I discover the editor doesn't even parse that bit whatsoever! Time to fix that...