Anonymous edits have been disabled on the wiki. If you want to contribute please login or create an account.


Warning for game developers: PCGamingWiki staff members will only ever reach out to you using the official press@pcgamingwiki.com mail address.
Be aware of scammers claiming to be representatives or affiliates of PCGamingWiki who promise a PCGW page for a game key.

Difference between revisions of "Metal Gear Solid 2: Substance"

From PCGamingWiki, the wiki about fixing PC games
(relative paths, adjusted system requirements, fixboxed widescreen)
Line 22: Line 22:
 
==Game data==
 
==Game data==
 
{{Game Location Table|
 
{{Game Location Table|
{{Game Location Table/row|Save game location|C:\Program Files (x86)\KONAMI\Metal Gear Solid 2 Substance\savedata}}
+
{{Game Location Table/row|Save game location|<installation directory>\savedata}}
{{Game Location Table/row|Configuration files location|C:\Program Files (x86)\KONAMI\Metal Gear Solid 2 Substance\bin}}
+
{{Game Location Table/row|Configuration files location|<installation directory>\bin}}
 
}}
 
}}
  
Line 32: Line 32:
 
{{Video settings
 
{{Video settings
 
|wsgf link                  = http://www.wsgf.org/dr/metal-gear-solid-2-substance
 
|wsgf link                  = http://www.wsgf.org/dr/metal-gear-solid-2-substance
|widescreen wsgf award      = limited
+
|widescreen wsgf award      = unsupported
 
|multimonitor wsgf award    = unsupported
 
|multimonitor wsgf award    = unsupported
 
|ultrawidescreen wsgf award = incomplete
 
|ultrawidescreen wsgf award = incomplete
 
|4k ultra hd wsgf award    = incomplete
 
|4k ultra hd wsgf award    = incomplete
|widescreen resolution      = true
+
|widescreen resolution      = false
|widescreen resolution notes=  
+
|widescreen resolution notes= Stretched. See [[#Widescreen resolution|below]].
 
|multimonitor              = false
 
|multimonitor              = false
 
|multimonitor notes        =  
 
|multimonitor notes        =  
Line 61: Line 61:
  
 
===[[Widescreen resolution]]===
 
===[[Widescreen resolution]]===
 
+
{{ii}}1280x720, 1280x768, 1280x800, and 1440x900 resolutions are "natively" supported (and stretched)
Baseline (Widescreen) Solution & Issues
+
{{Fixbox|1=
 
+
{{Fixbox/fix|Edit .ini files|ref=<ref>[http://www.wsgf.org/dr/metal-gear-solid-2-substance WSGF page]</ref>}}
 
+
# Open {{file|MGS2SSET.ini}}, located inside your {{path|<game directory>\bin}} folder
 
+
# Search for <code>width</code> and <code>height</code>
Native support for 1280x720, 1280x768, 1280x800, and 1440x900 widescreen resolutions.
+
# Change them, accordingly to your desired resolution. Save.  
For 1680x1050, 1920x1080, and 1920x1200 widescreen resolutions use the following method.
+
# In the same folder open {{file|mgs2.ini}}
 
+
# You should notice this at the beginning of the file
In the root game directory go into the "bin" folder and open "MGS2SSET.ini" with a text editor. Search for...
+
::<code>0002 0001</code><br />
 
+
::<code>0003 '''0280'''</code><br />
width=****
+
::<code>0004 '''01E0'''</code><br />
height=****
+
::<code>0005 0001</code><br />
 
+
::<code>0006 0800</code><br />
Change "****" to your desired widescreen resolution.
+
::<code>0007 0800</code><br />
 
+
::<code>0010 0001</code><br />
In the same folder open "mgs2.ini" with a text editor. You will see this at the start of the file...
+
::<code>0020 0001</code><br />
 
+
::<code>0021 0001</code><br />
0002 0001
+
::<code>0030 0004</code>
0003 0280
+
# Change the bolded values depending on whatever resolution you would like to play. (in hexadecimal format)
0004 01E0
+
'''Notes:'''
0005 0001
+
{{ii}}You can use Window's default calculator to convert your ''decimal'' resolution in ''hex''. Just enable programmer mode ({{key|ALT|3}})
0006 0800
+
}}
0007 0800
 
0010 0001
 
0020 0001
 
0021 0001
 
0030 0004
 
 
 
The bolded values represent whatever your current resolution is set at. These values are in hexadecimal format. Change these to your desired widescreen resolution keeping the same hexadecimal format.
 
These hexadecimal values are not flipped and are entered in true hexadecimal form. For example...
 
 
 
1920 is 0780 in hexadecimal.
 
1200 is 04B0 in hexadecimal.
 
 
 
0002 0001
 
0003 0780
 
0004 04B0
 
0005 0001
 
0006 0800
 
0007 0800
 
0010 0001
 
0020 0001
 
0021 0001
 
0030 0004
 
 
 
You will now have your desired widescreen resolution in the game.
 
  
 
==Input settings==
 
==Input settings==
Line 150: Line 126:
 
===Graphics issues with GeForce/Radeon GPUs===
 
===Graphics issues with GeForce/Radeon GPUs===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Instructions}}
+
{{Fixbox/fix|Patch the game and the executables}}
 
# Install the [http://www.fileplanet.com/122839/120000/fileinfo/Metal-Gear-Solid-2:-Substance-v2.0-Patch v2.0 patch].
 
# Install the [http://www.fileplanet.com/122839/120000/fileinfo/Metal-Gear-Solid-2:-Substance-v2.0-Patch v2.0 patch].
 
# Download the fixed executables [http://m0001.gamecopyworld.com/games/pc_metal_gear_solid_2.shtml here].
 
# Download the fixed executables [http://m0001.gamecopyworld.com/games/pc_metal_gear_solid_2.shtml here].
# Copy the files "mgs2.exe" and "mgs2_sse.exe" to <code>C:\Program Files (x86)\KONAMI\Metal Gear Solid 2 Substance\bin</code>
+
# Copy the files {{file|mgs2.exe}} and {{file|mgs2_sse.exe}} to {{path|<game folder>\bin}}
 
}}
 
}}
  
 
===Black screen at startup===
 
===Black screen at startup===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Instructions}}
+
{{Fixbox/fix|Fix missing DirectSound3D}}
 
# Install [http://community.pcgamingwiki.com/files/file/28-creative-alchemy-universal/ Creative ALchemy Universal].
 
# Install [http://community.pcgamingwiki.com/files/file/28-creative-alchemy-universal/ Creative ALchemy Universal].
 
# Run it and click the "Add" button.
 
# Run it and click the "Add" button.
Line 167: Line 143:
 
===Invisible texture glitch===
 
===Invisible texture glitch===
 
{{Fixbox|1=
 
{{Fixbox|1=
{{Fixbox/fix|Instructions}}
+
{{Fixbox/fix|Set "Model Quality" to 1/4 or 2/4 (in the Setup)}}
To fix this issue go to Setup and under the "Drawing" tab set Model Quality to 1/4 or 2/4.
 
 
}}
 
}}
  
Line 179: Line 154:
 
|minmem  = 128 MB
 
|minmem  = 128 MB
 
|minHD    = 3.9 GB
 
|minHD    = 3.9 GB
|minGPU  = DirectX 8.1 compliant 3D accelerator card w/ 32 MB VRAM
+
|minGPU  = 3D accelerator card
 +
|minVRAM  = 32 MB
 +
|minDX    = 8.1
  
 
|recOS    = 2000, XP
 
|recOS    = 2000, XP
Line 185: Line 162:
 
|recmem  = 256 MB
 
|recmem  = 256 MB
 
|recHD    = 7.6 GB
 
|recHD    = 7.6 GB
|recGPU  = DirectX 8.1 compliant 3D accelerator card w/ 64 MB VRAM
+
|recGPU  = 3D accelerator card
 +
|recVRAM  = 64 MB
 +
|recDX    = 8.1
 
}}
 
}}
 +
{{References}}

Revision as of 00:34, 22 December 2013

Template:Infobox game/row/winporter
Metal Gear Solid 2: Substance
Cover image missing, please upload it
Developers
Konami Computer Entertainment Japan
Publishers
Konami
Release dates
Windows March 27, 2003
Metal Gear Solid 2: Substance on Wikipedia
No page found for series "Metal Gear Solid", please click here to create it.

Availability

Template:Availability Table

Game data

Template:Game Location Table

Patches

To fix a lot of issues install the v2.0 patch.

Video settings

Template:Video settings

Widescreen resolution

1280x720, 1280x768, 1280x800, and 1440x900 resolutions are "natively" supported (and stretched)
Instructions

Input settings

Template:Input settings

Audio settings

Template:Audio settings

Issuses fixed

Graphics issues with GeForce/Radeon GPUs

Instructions

Black screen at startup

Instructions

Invisible texture glitch

Instructions

System requirements

Windows
Minimum Recommended
Operating system (OS) 98, ME, 2000, XP
Processor (CPU)
System memory (RAM)
Hard disk drive (HDD) 3.9 GB
Video card (GPU) 3D accelerator card
32 MB of VRAM
DirectX 8.1 compatible

References