The Mugen Fighters Guild

Help => M.U.G.E.N Configuration Help => Topic started by: Prisoner 3471 on December 31, 2017, 08:37:26 am

Title: STAGE Problem Unsolved
Post by: Prisoner 3471 on December 31, 2017, 08:37:26 am
Hi. I'm about to release a new stage but I have a problem.
(https://i.imgur.com/kNJff4U.png)
In the picture, it can be seen that the characters sprites are cloned in the background.
Is there any fix to this?
[/align][/align]
Title: Re: STAGE Problem Unsolved
Post by: yaminogun on December 31, 2017, 09:15:40 am
reduce left camera
Title: Re: STAGE Problem Unsolved
Post by: Prisoner 3471 on December 31, 2017, 09:53:33 am
reduce left camera

Can you show me an example please?
Title: Re: STAGE Problem Unsolved
Post by: adriano gt on December 31, 2017, 12:27:48 pm
open def file with notepad
find these lines:

example:

[Camera]
startx = 0
starty = 0
boundleft = -450 <<<<< change this value, and go testing
boundright = 450
boundhigh = -77
boundlow = 0
verticalfollow = .3
tension = 50

Title: Re: STAGE Problem Unsolved
Post by: Prisoner 3471 on December 31, 2017, 04:49:12 pm
open def file with notepad
find these lines:

example:

[Camera]
startx = 0
starty = 0
boundleft = -450 <<<<< change this value, and go testing
boundright = 450
boundhigh = -77
boundlow = 0
verticalfollow = .3
tension = 50



Thanks I Will try that

     Posted: December 31, 2017, 11:30:30 pm
open def file with notepad
find these lines:

example:

[Camera]
startx = 0
starty = 0
boundleft = -450 <<<<< change this value, and go testing
boundright = 450
boundhigh = -77
boundlow = 0
verticalfollow = .3
tension = 50


Thank you so much, it worked.
I will share the stage later...
Title: Re: STAGE Problem Unsolved
Post by: adriano gt on January 01, 2018, 10:11:23 am
nice