Mʀ. Sтᴇαl-Yoᴜя-Wαεfυ Posted April 17, 2016 Posted April 17, 2016 I have stages where the foreground objects look transparent. I want to make them look solid, how do I do this?
0 ShiniGami NoMeresu Posted April 19, 2016 Posted April 19, 2016 2 things : 1 = if its an animation then load the stage in FF3, go to animation section , find that animation. 2 = Code [BG ”pšÐ] type = normal spriteno = 5, 2 start = 0,650 delta = 0.5,1 trans = add "spriteno = 5, 2" ; 5 is group number and 2 is index number of that sprite, you gotta check the sff section to see which sprite is transparent in stage, when you find its group and index number, look for it in def file. when you find it, "trans = add" ; removes this . save the def file. check your stage again, should be fixed. Note : if author of the stage has set those animation/single sprite as transparent then there gotta be reason for that. Oh and one more thing, sometimes animation is also has this code "trans = add " it might not be like 1s option i showed, then it will be in code of that animation . try it. hope it helps.
0 Ryon Posted May 5, 2016 Posted May 5, 2016 if it looks NORMAL until your character passes thru it, It is called the "Blackjack Trick" It's basically 3 (or 2) layers of the same image, 1 trans = sub, 1 trans = add, on top of each other giving the illusion of a solid image. The reason for this is because its to not block the characters. It can be REALLY helpful if done correctly but if you just put it in everywhere its not that great. - Characters - / - Stages - / - Screenpacks - / - Lifebars - / - Fonts - / - Full Games - / - Templates -
Question
Mʀ. Sтᴇαl-Yoᴜя-Wαεfυ
I have stages where the foreground objects look transparent. I want to make them look solid, how do I do this?
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now