Mugen视频相关参数设置方法
游戏中的Option可以修改各种游戏相关参数,
启动后按ALT+回车可以切换全屏或窗口模式。
这里主要说说游戏中不能设置的东西。
用记事本打开 data\mugen.cfg 文件(保存副本,以防万一)
用Ctrl+F搜索下面关键词,修改 = 后面数值,并保存。
是否拉伸画面
1:保持长宽比 0:拉伸
KeepAspect = 1
窗口分辨率
;Game native width and height.
;Recommended settings are:
; 640x480 Standard definition 4:3
; 1280x720 High definition 16:9
; 1920x1080 Full HD 16:9
GameWidth = 640
GameHeight = 480
全屏分辨率
;The video resolution defaults to the same as the game resolution.
;In windowed mode, this specifies the window size.
;You can force an alternate resolution by uncommenting the lines
;below.
Width = 1920
Height = 1080
默认启动模式
1全屏 0窗口
;Set to 1 to start in fullscreen mode, 0 for windowed.
;This enables exclusive fullscreen, which may give better performance
;than windowed mode.
FullScreen = 1
最后保存退出启动游戏即可,如果出现异常,
还原初始设置或还原保存的副本文件。