YesNoOk
avatar

Auto Widescreen Mugen 1.1? (Read 2675 times)

Started by Radium_Zombie, March 08, 2022, 10:28:53 am
Share this topic:
Auto Widescreen Mugen 1.1?
#1  March 08, 2022, 10:28:53 am
  • avatar
    • USA
Is there a way to automatically make Mugen widescreen upon opening the program? I’m using Mugen 1.1 and I don’t mean fullscreen, just larger than the screen normally is. I’m pretty sure there’s an option to turn it on and off, but is there a way to make it automatic?
Re: Auto Widescreen Mugen 1.1?
New #2  March 28, 2022, 04:56:45 am
  • **
  • Basic User
  • Harry 7 Mason From Silent Hill
    • Chile
Hello.
You have an option to make a fast widescreen stretch, but is juts like that, a stretch image (wide size).
To change this you need go to mugen.cfg:

;-------------------------------------------------------
Code:
[Video]
 ;Set to 0 to stretch the video to fit the whole window.
 ;Set to 1 to keep a fixed aspect ratio.
KeepAspect = 1 ;<-- CHANGE THIS TO 0

But, If you want to have a stage in real widescreen (no stretch) you need mugen 1.1 and edit the stage .def file.
To fix the 000.def file you must go to:

;-------------------------------------------------------
Code:
[StageInfo]
localcoord = width, height,
Dimensions of the coordinate space of the stage. Defaults to 320, 240 if omitted.

To transform a stage to widescreen you need modificate the aspect ratio to 16:9
For example, for 1280 Pixels width you must change the height to 720 Pixels.
To calculate the correct aspect ratio you can use this web: https://calculateaspectratio.com

If you want to start to modificate stages I recommend you wacth some Betherhans tutorial. This one is a good tutorial to learn and start about.
https://www.youtube.com/watch?v=386Bw5Ht5PI&t=681s

Good luck!
Fortes Fortuna Juvat
Last Edit: April 01, 2022, 02:46:03 am by harry7mason