YesNoOk
avatar

How to disable Zoom in/out for old stages in Mugen 1.1? (Read 3388 times)

Started by Negi Springfield, September 03, 2015, 02:10:40 am
Share this topic:
How to disable Zoom in/out for old stages in Mugen 1.1?
#1  September 03, 2015, 02:10:40 am
  • ***
  • Sunglasses at night
    • USA
So I just made the jump from 640x480 Mugen 1.0 to 640x480 in Mugen 1.1
Once I got a new screenpack and all that jazz I then imported all of my old stages into 1.1, started playing and everything was fine until I noticed this would happen when the characters were distanced from each other

Spoiler, click to toggle visibilty
So how exactly do I go about disabling the zoom feature in stages I know don't support it?
Last Edit: September 03, 2015, 04:44:52 pm by Negi Springfield
Re: How to disable Zoom in/out for old stages in Mugen 1.1?
#2  September 03, 2015, 02:41:24 am
  • **
    • Canada
    • stevalalxx@gmail.com
go into the stages def file and change the zoom out number the the same as the zoom in number to disable zoom
Re: How to disable Zoom in/out for old stages in Mugen 1.1?
#3  September 03, 2015, 02:57:39 pm
  • ****
  • For the Murder!
locate these lines using ctrl+f

zoomout
zoomin

and change their values to 1

example:
before
zoomout=.75   
zoomin=1.25

after
zoomout=1
zoomin=1

or simply delete those lines from your def file
Lord Noble Eye of Dezeroff; High Commander of the Reconnaissance Division, Airborne Corps; Fifth Seat in the Murder's Council; and Duke of Corvus
Re: How to disable Zoom in/out for old stages in Mugen 1.1?
New #4  September 03, 2015, 04:44:35 pm
  • ***
  • Sunglasses at night
    • USA
locate these lines using ctrl+f

zoomout
zoomin

and change their values to 1

example:
before
zoomout=.75   
zoomin=1.25

after
zoomout=1
zoomin=1

or simply delete those lines from your def file

Thanks a ton for the help but the thing is my older Mugen stages didn't have any of these zoom settings in their .def to begin with and the effect was still there so... I guess I gotta change every single stage manually. Oh well. Guess I better hop to it. This topic is completed!
Last Edit: September 03, 2015, 07:08:21 pm by Negi Springfield
Re: How to disable Zoom in/out for old stages in Mugen 1.1?
#5  September 03, 2015, 05:04:35 pm
  • ****
  • stillRetired.
  • Formerly Known As Genesis
    • USA
    • www.mediafire.com/folder/7j1slkpa7lm0w/Public_Works
mugen.cfg

ForceStageZoomout = 1 or comment the whole line out like i did. works either way