diff --git a/ARMA FOV Changer/MainWindow.xaml.cs b/ARMA FOV Changer/MainWindow.xaml.cs index d6a451a..f04ca00 100644 --- a/ARMA FOV Changer/MainWindow.xaml.cs +++ b/ARMA FOV Changer/MainWindow.xaml.cs @@ -332,8 +332,8 @@ private void refreshMath() double uiBottomRightX = 1.0; double uiBottomRightY = 1.0; - // If chosen game was Cold War Assault, set up ui scaling based on resolution per http://ofp-faguss.com/files/ofp_aspect_ratio.pdf - if (button == 0 /*|| button == 4*/) + // If chosen game was Cold War Assault, set up ui scaling based on aspect ratio per http://ofp-faguss.com/files/ofp_aspect_ratio.pdf + if (button == 0) { uiTopLeftXLabel.IsEnabled = true; uiTopLeftYLabel.IsEnabled = true; diff --git a/ARMA FOV Changer/Splash.xaml.cs b/ARMA FOV Changer/Splash.xaml.cs index 7f08291..2d0f15f 100644 --- a/ARMA FOV Changer/Splash.xaml.cs +++ b/ARMA FOV Changer/Splash.xaml.cs @@ -137,7 +137,7 @@ private void ArmaAAButton_Click(object sender, RoutedEventArgs e) // Set filter for file extension and initial directory dlg.DefaultExt = ".ArmAProfile"; - dlg.Filter = "Arma Profile (*.ArmAProfile)|*.ArmAProfile|All files (*.*)|*.*"; + dlg.Filter = "ArmA Profile (*.ArmAProfile)|*.ArmAProfile|All files (*.*)|*.*"; dlg.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments) + "\\ArmA"; // Display OpenFileDialog by calling ShowDialog method diff --git a/README.md b/README.md index 63465a1..05415f2 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,9 @@ # Field of Views -**Easily change your field of view for Arma, Arma 2, Arma 3, and DayZ!** +![alt tag](http://i.imgur.com/TiOgsy3.png) ![alt tag](http://i.imgur.com/OrmuCYP.png) -![alt tag](http://i.imgur.com/2FMY0Dh.png) ![alt tag](http://i.imgur.com/40HWRCN.png) - -[**Download**](https://github.com/rex706/ArmA-FOV-Changer/releases/download/1.1.0.1/Field.of.Views.rar) +[**Download**](https://github.com/rex706/ArmA-FOV-Changer/releases/download/1.2.0.0/Field.of.Views.rar) **Features** @@ -16,7 +14,13 @@ **CHANGELOG** -Latest: 1.1.0.1 +Latest: 1.2.0.0 + +* ArmA Armed Assualt support +* Fix UI settings for Cold War Assault +* Decrement lowest fov to 65° + +1.1.0.1 * Adjust game window color * Fix profile name for Cold War Assault @@ -24,7 +28,7 @@ Latest: 1.1.0.1 1.1.0.0 * DayZ Standalone support -* Arma Cold War Assualt support +* ArmA Cold War Assualt support * Bundle updater 1.0.0.0