Skip to content

Commit 0427930

Browse files
authored
Merge pull request #67 from VFansss/developer
Developer
2 parents d3daf9b + 3ae0a0c commit 0427930

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

mgs2 v's fix/Form1.Designer.cs

+3-3
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

mgs2 v's fix/Ocelot.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ class Ocelot
2323
{
2424

2525
// Internal version of the V's Fix - Format is YYMMDD
26-
public const string VERSION = "181208";
26+
public const string VERSION = "190104";
2727

2828
// Hide background images and more "appariscent" graphical things
2929
public static bool NOSYMODE = false;
@@ -1309,7 +1309,7 @@ public static DialogResult showMessage(string code)
13091309
case "compatibilityFlagsNotNeeded":
13101310

13111311
answer = MessageBox.Show(
1312-
"IN this version of the Fix, the game doesn't need any compatibility flags anymore"+"\n\n"+
1312+
"From this version of the Fix, the game doesn't need any compatibility flags anymore"+"\n\n"+
13131313
"This will greatly enhance the game compatibility, expecially with Win10 and Steam!"+"\n\n"+
13141314
"Next time you press 'SAVE', these compatibility flags will be automatically removed."+"\n\n"+
13151315
"Happy playing, and have fun :)",
@@ -1340,7 +1340,7 @@ public static DialogResult showMessage(string code)
13401340

13411341
answer = MessageBox.Show(
13421342
"This version of the V's Fix will patch the game to search savedata inside 'My Documents\\My Games'" + "\n\n" +
1343-
"From now on, your save data will be contained in this folder:" + "\n\n"+
1343+
"From now on, your save data will be storaged inside this folder:" + "\n\n"+
13441344
Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\My Games\\METAL GEAR SOLID 2 SUBSTANCE",
13451345
"Improvement incoming...", MessageBoxButtons.OK, MessageBoxIcon.Information);
13461346

mgs2 v's fix/PAPERS/Regards.txt

348 Bytes
Binary file not shown.
786 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)