tehdevil Posted February 20, 2016 Posted February 20, 2016 Hi, I notice this problem when I was using Evil Ryu and Shin Gouki's stages from Street Fighter Zero 3 created by Dark Savior: http://dsarena.free.fr/mugenlight/stages.php?refGame=7 this problem occurs when the character walks toward a certain area of the stage, the pink lines would show up sometimes. I am not sure how to fix the problem
1 Kazagami Posted February 22, 2016 Posted February 22, 2016 This only occurs in 1.1, and i suspected it's because the delta used for both those bg elements are .3125, 1. Mugen 1.1 may consider this as inappropriate. To fix it, simply change the delta to .3 Change from [BG 0] type = normal spriteno = 0, 0 start = 0, 0 delta = .3125, 1 [BG 1] type = anim actionno = 1 start = -142, 44 delta = .3125, 1 to [BG 0] type = normal spriteno = 0, 0 start = 0, 0 delta = .3, 1 [BG 1] type = anim actionno = 1 start = -142, 44 delta = .3, 1 WaifuLaifu Discord Server / Twitter / MUGEN releases
0 Алексей Posted February 22, 2016 Posted February 22, 2016 It looks like the offset is off by one pixel for that part of the stage, implemented via the jigsaw the method. Essentially, to avoid colorloss, the stage background was split into many different pieces and stitched together in the stage's .def file. You'd have to find out which one that is and adjust it and all of the preceding squares appropriately. Kind of a pain really. -[Все слова это только слова.]-
0 tehdevil Posted February 22, 2016 Author Posted February 22, 2016 I see, now it works, thanks alots
Question
tehdevil
Hi, I notice this problem when I was using Evil Ryu and Shin Gouki's stages from Street Fighter Zero 3 created by Dark Savior: http://dsarena.free.fr/mugenlight/stages.php?refGame=7
this problem occurs when the character walks toward a certain area of the stage, the pink lines would show up sometimes. I am not sure how to fix the problem
3 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