-
-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathMGSM2Fix.ini
More file actions
95 lines (82 loc) · 3.72 KB
/
MGSM2Fix.ini
File metadata and controls
95 lines (82 loc) · 3.72 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
;;;;;;;;;; General ;;;;;;;;;;
[External Resolution]
; Enter your chosen resolution.
; You can leave these at 0 if you want your desktop resolution used instead.
Enabled = true
Width = 0
Height = 0
Windowed = false
Borderless = true
[Internal Resolution]
; MGS1 only: Set Widescreen to 'true' to enable proper widescreen without horizontal stretching.
; (Note: the in-game settings must also be set to 'Fullscreen' for this to take effect, and won't kick in until you exit the settings menu).
Widescreen = false
; MGS1 only: Set Borderless to 'true' to disable NTSC letterboxing (black bars at the top and bottom of the screen.)
Borderless = false
; MGS1 only: Set Enabled to 'true' to override high resolution with a custom value instead of the in-game "High" (4x) and "Max" (8x).
; (Note: the in-game settings must also be set to a high resolution mode for this to take effect).
Enabled = false
; Leave the height at 0 if you wish to use the external resolution.
Height = 0
[Input]
; MGS1 only: Remove the hardcoded deadzone applied to the analog stick.
RemoveDeadzone = true
[Fixes]
; System specific fix: If your game's main menu shows graphical corruption,
; Enable this to force Windows compatibility settings to disable Fullscreen Optimization.
; This writes to HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\AppCompatFlags\Layers
; Equivalent to: right click the game's .exe -> Properties -> Compatibility -> "Disable Fullscreen Optimizations"
DisableWindowsFullscreenOptimization = false
; Uncomment this disable the Windows slideshow / spotlight mode warning.
;DisableWindowsSlideshowWarning = true
[Launcher]
; Skips the warnings / logos on start.
SkipNotice = true
; MGS1 only: Starts the game directly with the previously saved settings and game version.
; Change the game version/settings by going back to the game selection menu via the in-game pause menu.
StartGame = false
[Patches]
; MGS1 only: Reverts the Master Collection texture swap for Johnny's underpants.
RemoveUnderpants = true
; MGS1 only: Restores the mosaic blur effect on Johnny from original western releases.
EnableMosaic = true
; MGS1 only: Reverts the Master Collection texture swaps for ghost exorcism.
RestoreGhosts = true
; MGS1 only: Reverts the Master Collection texture swaps for medicine items.
RestoreMedicine = true
; MGS1 only: Disables the HD font system in high resolution modes.
DisableFont = false
; MGS1 only: !ADVANCED OPTION! Master toggle for *all* RAM patches.
; May interfere with achievements!
DisableRAM = false
; MGS1 only: !ADVANCED OPTION! Master toggle for *all* CD-ROM patches.
; May interfere with achievements!
DisableCDROM = false
[Game]
; MGS1 only: Enables the in-game developer menu (stage select).
; When enabled, the menu starts up in place of the title screen.
; Selecting 'title' on the menu will load the title screen as normal.
StageSelect = false
[Update Notifications]
; If set to true, MGSM2Fix will notify you when launching the game if a new MGSM2Fix update is available for download.
CheckForUpdates = true
; If you want console notification when starting the game if a MGSM2Fix update is available.
; Update notifications will still be printed to the log file when set to false.
ConsoleNotifications = true
;;;;;;;;;; Developer ;;;;;;;;;;
[Squirrel Debugger]
; Injects SQDbg into the Squirrel VM.
; Advanced option, leave it disabled if you just want to play the game.
Enabled = false
Port = 27615
AutoUpdate = true
Exclusive = false
[Tracing]
; Enables tracing of Squirrel scripts to the log file.
Level = 0
; Enables tracing of Squirrel native calls to the log file.
NativeLevel = 0
; Enables tracing of spammy emulator hooks to the log file.
EmulatorLevel = 0
; Enables a command prompt "developer console" window to display the log.
Console = false