@@ -23,7 +23,7 @@ class Ocelot
23
23
{
24
24
25
25
// Internal version of the V's Fix - Format is YYMMDD
26
- public const string VERSION = "181208 " ;
26
+ public const string VERSION = "190104 " ;
27
27
28
28
// Hide background images and more "appariscent" graphical things
29
29
public static bool NOSYMODE = false ;
@@ -1309,7 +1309,7 @@ public static DialogResult showMessage(string code)
1309
1309
case "compatibilityFlagsNotNeeded" :
1310
1310
1311
1311
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 " +
1313
1313
"This will greatly enhance the game compatibility, expecially with Win10 and Steam!" + "\n \n " +
1314
1314
"Next time you press 'SAVE', these compatibility flags will be automatically removed." + "\n \n " +
1315
1315
"Happy playing, and have fun :)" ,
@@ -1340,7 +1340,7 @@ public static DialogResult showMessage(string code)
1340
1340
1341
1341
answer = MessageBox . Show (
1342
1342
"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 " +
1344
1344
Environment . GetFolderPath ( Environment . SpecialFolder . MyDocuments ) + "\\ My Games\\ METAL GEAR SOLID 2 SUBSTANCE" ,
1345
1345
"Improvement incoming..." , MessageBoxButtons . OK , MessageBoxIcon . Information ) ;
1346
1346
0 commit comments