Skip to content

Commit

Permalink
Version 1.01
Browse files Browse the repository at this point in the history
- Official 360 Gamepad Support
- Bugfix
- Licence & Readme Included
- Gif added
- Model Quality bug corrected
- Internal resolution increased
  • Loading branch information
VFansss committed Nov 10, 2016
1 parent 80dc759 commit b5c9406
Show file tree
Hide file tree
Showing 12 changed files with 130 additions and 13 deletions.
Binary file modified LICENSE.md
Binary file not shown.
Binary file modified README.md
Binary file not shown.
70 changes: 67 additions & 3 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.

25 changes: 25 additions & 0 deletions mgs2 v's fix/Form1.cs
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@
using System.Windows.Forms;

using System.Drawing.Text;
using System.IO;
using System.Reflection;

namespace mgs2_v_s_fix
{
Expand Down Expand Up @@ -106,6 +108,21 @@ private void btn_settings_Click(object sender, EventArgs e)
btn_settings.Visible = false;
btn_saveSettings.Visible = true;
tabControl1.Visible = true;
BackgroundImage = null;
otagif.Image = mgs2_v_s_fix.Properties.Resources.otagif;
otagif.Enabled = true;
otagif.Visible = true;



var assembly = Assembly.GetExecutingAssembly();
var resourceName = "mgs2_v_s_fix.MANUAL.Credits.txt";
using (Stream stream = assembly.GetManifestResourceStream(resourceName))
using (StreamReader reader = new StreamReader(stream))
{
tbx_About.Text = reader.ReadToEnd();
}


}

Expand All @@ -124,6 +141,10 @@ private void btn_saveSettings_Click(object sender, EventArgs e)
btn_settings.Visible = true;
btn_saveSettings.Visible = false;
tabControl1.Visible = false;
this.BackgroundImage = mgs2_v_s_fix.Properties.Resources.background;
otagif.Image = null;
otagif.Enabled = false;
otagif.Visible = false;

}

Expand Down Expand Up @@ -663,6 +684,10 @@ private void lbl_tooltip_MouseLeave(object sender, EventArgs e)
lbl_tooltip.Font = new Font(lbl_tooltip.Font, FontStyle.Regular);
}

private void tbx_About_LinkClicked(object sender, LinkClickedEventArgs e)
{
System.Diagnostics.Process.Start(e.LinkText);
}

//END CLASS
}
Expand Down
Binary file modified mgs2 v's fix/MANUAL/Credits.txt
Binary file not shown.
4 changes: 2 additions & 2 deletions mgs2 v's fix/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,5 +32,5 @@
// È possibile specificare tutti i valori oppure impostare valori predefiniti per i numeri relativi alla revisione e alla build
// utilizzando l'asterisco (*) come descritto di seguito:
// [assembly: AssemblyVersion("1.0.*")]
[assembly: AssemblyVersion("0.9.0.0")]
[assembly: AssemblyFileVersion("0.9.0.0")]
[assembly: AssemblyVersion("1.0.1.0")]
[assembly: AssemblyFileVersion("1.0.1.0")]
20 changes: 20 additions & 0 deletions mgs2 v's fix/Properties/Resources.Designer.cs

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

6 changes: 6 additions & 0 deletions mgs2 v's fix/Properties/Resources.resx
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,9 @@
<data name="WSF" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\WSF.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="otagif" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\otagif.gif;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
<data name="configuration_file" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Configuration_file.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
Expand All @@ -142,4 +145,7 @@
<data name="xgamepad" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\360Gamepad.zip;System.Byte[], mscorlib, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089</value>
</data>
<data name="Xbox_Controller_button_layout" type="System.Resources.ResXFileRef, System.Windows.Forms">
<value>..\Resources\Xbox_Controller_button_layout.jpg;System.Drawing.Bitmap, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a</value>
</data>
</root>
Binary file modified mgs2 v's fix/Resources/360Gamepad.zip
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added mgs2 v's fix/Resources/otagif.gif
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
18 changes: 10 additions & 8 deletions mgs2 v's fix/mgs2 v's fix.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<UpdateRequired>false</UpdateRequired>
<MapFileExtensions>true</MapFileExtensions>
<ApplicationRevision>0</ApplicationRevision>
<ApplicationVersion>1.0.0.0</ApplicationVersion>
<ApplicationVersion>1.0.1.0</ApplicationVersion>
<UseApplicationTrust>false</UseApplicationTrust>
<PublishWizardCompleted>true</PublishWizardCompleted>
<BootstrapperEnabled>true</BootstrapperEnabled>
Expand Down Expand Up @@ -101,20 +101,20 @@
<Compile Include="Ocelot.cs" />
<Compile Include="Program.cs" />
<Compile Include="Properties\AssemblyInfo.cs" />
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DesignTime>True</DesignTime>
<DependentUpon>Resources.resx</DependentUpon>
</Compile>
<Compile Include="Unzip.cs" />
<EmbeddedResource Include="Form1.resx">
<DependentUpon>Form1.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="Properties\Resources.resx">
<Generator>ResXFileCodeGenerator</Generator>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
<SubType>Designer</SubType>
<LastGenOutput>Resources.Designer.cs</LastGenOutput>
</EmbeddedResource>
<Compile Include="Properties\Resources.Designer.cs">
<AutoGen>True</AutoGen>
<DependentUpon>Resources.resx</DependentUpon>
<DesignTime>True</DesignTime>
</Compile>
<None Include="app.config" />
<None Include="Properties\app.manifest" />
<None Include="Properties\Settings.settings">
Expand Down Expand Up @@ -169,8 +169,10 @@
</ItemGroup>
<ItemGroup>
<Content Include="Icon_1_red.ico" />
<Content Include="MANUAL\Credits.txt" />
<None Include="Resources\Xbox_Controller_button_layout.jpg" />
<EmbeddedResource Include="MANUAL\Credits.txt" />
<Content Include="MANUAL\Opcode.txt" />
<None Include="Resources\otagif.gif" />
<None Include="Resources\background.jpg" />
</ItemGroup>
<ItemGroup />
Expand Down

0 comments on commit b5c9406

Please sign in to comment.