YesNoOk
avatar

Stage Issue - corners (Read 491 times)

Started by BC, November 06, 2012, 11:04:11 am
Share this topic:

BC

Stage Issue - corners
#1  November 06, 2012, 11:04:11 am
  • avatar
  • ****
    • UK
I'm having issues with a couple of stages in my project. Basically when you back p2 into either corner of the stage and attack you don't get pushed back at all so the corner push is non existent. Also it's a pain for a couple of my characters supers where they leave the screen they just end up getting stuck in the corner. If mid screen doing the super they leave the screen just fine.

My stage author in the project doesn't know how to fix this and all the other stages don't have this problem. Does anyone know what this issue could be?
Accepting commissions
Re: Stage Issue - corners
#2  November 06, 2012, 11:11:15 am
  • ******
  • Limited time to use Infinite power !
    • France
    • network.mugenguild.com/cybaster/
In the [bound] section, set :
Code:
screenleft = 15
screenright = 15

In [PlayerInfo], set :
Code:
leftbound  = -1000
rightbound =  1000
Set them to +/-2000 if it's a HR stage, or +/-4000 if it's a HD stage.

Tell me if the problem is still there.

BC

Re: Stage Issue - corners
#3  November 06, 2012, 11:23:29 am
  • avatar
  • ****
    • UK
Yeah that's fixed the problem, Thanks :)
Accepting commissions