YesNoOk
avatar

Stage Fix Help (Read 995 times)

Started by DW, September 05, 2018, 03:21:49 am
Share this topic:

DW

Stage Fix Help
#1  September 05, 2018, 03:21:49 am
  • *****
    • USA
    • www.trinitymugen.net
My friends, I require healing assistance. I want to take out the fog in this stage, because it doesn't look good:

Spoiler, click to toggle visibilty

It "blinks" to give the illusion of transparency. Though it is transparent, but, I don't like it. Here's the code in the def:

Spoiler, click to toggle visibilty


Idk what to edit out, or if it's even that easy. That's why I'm asking. Also, I may have to dive into a bit of stage creation for this next fix... Though the BG doesn't seem to fill up the entire screen properly:

Spoiler, click to toggle visibilty

You can see in the top left there's like a pixel or two(width wise) of pink space. How would one go about fixing this as well?
Last Edit: September 05, 2018, 04:05:11 pm by DivineWolf
Re: Stage Fix Help
#2  September 05, 2018, 04:30:40 am
  • ****
  • ✭HUE HUE HUE✭
[Camera]
startx         = 0         
starty         = 0           
                             
boundleft      = -216      to -214 or -213 
boundright     = 216         to 214 or 213
boundhigh      = -10         
boundlow       = 0         
verticalfollow = 0           
tension        = 50   

And just look for the animation of the "Fog" guess just delete everything under [BG 40] is the only "Layerno 1 (AKA stuff that displays in front of the characters)" it seems.
Re: Stage Fix Help
#3  September 05, 2018, 02:12:34 pm
  • ****
    • crepa.neocities.org
Also you said the fog "blinks" to give the illusion of transparency, definitely [BG 40] is the fog anim looking at how it's animated.

DW

Re: Stage Fix Help
#4  September 05, 2018, 04:04:53 pm
  • *****
    • USA
    • www.trinitymugen.net
[Camera]
startx         = 0         
starty         = 0           
                             
boundleft      = -216      to -214 or -213 
boundright     = 216         to 214 or 213
boundhigh      = -10         
boundlow       = 0         
verticalfollow = 0           
tension        = 50   

And just look for the animation of the "Fog" guess just delete everything under [BG 40] is the only "Layerno 1 (AKA stuff that displays in front of the characters)" it seems.

Yeah this worked. Thank you very much.