Skip to content

Commit

Permalink
Update the 'compatibility warning' popup
Browse files Browse the repository at this point in the history
- Update the Regards file
  • Loading branch information
VFansss committed Aug 4, 2018
1 parent 413cec4 commit 79cc15f
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 12 deletions.
12 changes: 6 additions & 6 deletions mgs2 v's fix/Form1.Designer.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 1 addition & 4 deletions mgs2 v's fix/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ private void btn_settings_Click(object sender, EventArgs e)

// Filling 'About'

abt_Contacts.Checked = true;
abt_Regards.Checked = true;

// Must display the warning about winXP compatiblity?

Expand Down Expand Up @@ -1290,9 +1290,6 @@ private void chb_AA_MouseClick(object sender, MouseEventArgs e)
if (chb_AA.Checked == true)
{

Ocelot.showMessage("tip_AA");


if (ModelQuality_high.Checked == true)
{
ModelQuality_medium.Checked = true;
Expand Down
13 changes: 11 additions & 2 deletions mgs2 v's fix/Ocelot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1395,8 +1395,17 @@ public static void showMessage(string code)
case "compatibilityWarning":

MessageBox.Show(
"CompatibilityWarning",
"we", MessageBoxButtons.OK, MessageBoxIcon.Information);
"When applying your settings, V's Fix will automatically try to set these compatibility flags :" +
"\n\n" +
"- Run the game in WindowsXP SP3 Compatibility Mode" + "\n" +
"- Execute the game with Admin rights" +
"\n\n"+
"to the main game executable (mgs2_sse.exe) but it may fail or be blocked by various actors, so please be sure that they have been succesfully activated!"+
"\n\n" +
"Running the game without these flags will results in a BLACK SCREEN ON GAME STARTUP, or others gamebreaking issues." +
"\n\n" +
"You can see again this message from the 'Resolution tab'." + "\n",
"*Suddenly green hills appear in the background*", MessageBoxButtons.OK, MessageBoxIcon.Information);

break;

Expand Down
Binary file modified mgs2 v's fix/PAPERS/Regards.txt
Binary file not shown.

0 comments on commit 79cc15f

Please sign in to comment.