From 756668ef3976937dfc135922d0650a29186247cd Mon Sep 17 00:00:00 2001 From: FelisDiligens <47528453+FelisDiligens@users.noreply.github.com> Date: Thu, 16 Jun 2022 21:54:43 +0200 Subject: [PATCH] v1.9.6.1 --- Fo76ini/Forms/Form1/Form1.Designer.cs | 94 ++++++--- Fo76ini/Forms/Form1/Form1.cs | 2 +- Fo76ini/Shared.cs | 2 +- Fo76ini/Tweaks/Camera/FOV3rdPersonTweak.cs | 2 +- Fo76ini/Tweaks/Graphics/AntiAliasingTweak.cs | 18 +- VERSION | 2 +- What's new.rtf | 207 ++++++++++--------- 7 files changed, 195 insertions(+), 132 deletions(-) diff --git a/Fo76ini/Forms/Form1/Form1.Designer.cs b/Fo76ini/Forms/Form1/Form1.Designer.cs index c0f2c96..60abe6d 100644 --- a/Fo76ini/Forms/Form1/Form1.Designer.cs +++ b/Fo76ini/Forms/Form1/Form1.Designer.cs @@ -263,6 +263,8 @@ private void InitializeComponent() this.labelCustomResolutionSpacer = new System.Windows.Forms.Label(); this.tabPageGeneral = new System.Windows.Forms.TabPage(); this.panel4 = new System.Windows.Forms.Panel(); + this.groupBoxTweaks = new System.Windows.Forms.GroupBox(); + this.checkBoxFasterFadeIn = new System.Windows.Forms.CheckBox(); this.groupBoxGeneralInterface = new System.Windows.Forms.GroupBox(); this.numFloatingQuestMarkersDistance = new System.Windows.Forms.NumericUpDown(); this.labelFloatingQuestMarkersDistance = new System.Windows.Forms.Label(); @@ -417,8 +419,8 @@ private void InitializeComponent() this.toolStripStatusLabel1 = new System.Windows.Forms.ToolStripStatusLabel(); this.toolStripStatusLabelNuclearWinterModeActive = new System.Windows.Forms.ToolStripStatusLabel(); this.pictureBoxLoadingGIF = new System.Windows.Forms.PictureBox(); - this.groupBoxTweaks = new System.Windows.Forms.GroupBox(); - this.checkBoxFasterFadeIn = new System.Windows.Forms.CheckBox(); + this.labelMoreFOV = new System.Windows.Forms.Label(); + this.labelFOVWarn = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.numPipboyTargetWidth)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numPipboyTargetHeight)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numCustomResH)).BeginInit(); @@ -529,6 +531,7 @@ private void InitializeComponent() this.groupBoxDisplay.SuspendLayout(); this.tabPageGeneral.SuspendLayout(); this.panel4.SuspendLayout(); + this.groupBoxTweaks.SuspendLayout(); this.groupBoxGeneralInterface.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.numFloatingQuestMarkersDistance)).BeginInit(); ((System.ComponentModel.ISupportInitialize)(this.numHUDOpacity)).BeginInit(); @@ -575,7 +578,6 @@ private void InitializeComponent() this.toolStrip1.SuspendLayout(); this.statusStrip1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoadingGIF)).BeginInit(); - this.groupBoxTweaks.SuspendLayout(); this.SuspendLayout(); // // toolTip @@ -614,7 +616,7 @@ private void InitializeComponent() // labelFirstPersonFOV // this.labelFirstPersonFOV.AutoSize = true; - this.labelFirstPersonFOV.Location = new System.Drawing.Point(6, 21); + this.labelFirstPersonFOV.Location = new System.Drawing.Point(5, 99); this.labelFirstPersonFOV.Name = "labelFirstPersonFOV"; this.labelFirstPersonFOV.Size = new System.Drawing.Size(83, 13); this.labelFirstPersonFOV.TabIndex = 0; @@ -626,11 +628,11 @@ private void InitializeComponent() // labelWorldFOV // this.labelWorldFOV.AutoSize = true; - this.labelWorldFOV.Location = new System.Drawing.Point(6, 47); + this.labelWorldFOV.Location = new System.Drawing.Point(6, 19); this.labelWorldFOV.Name = "labelWorldFOV"; - this.labelWorldFOV.Size = new System.Drawing.Size(84, 13); + this.labelWorldFOV.Size = new System.Drawing.Size(167, 13); this.labelWorldFOV.TabIndex = 1; - this.labelWorldFOV.Text = "3rd person FOV:"; + this.labelWorldFOV.Text = "Field of View (1st and 3rd person):"; this.toolTip.SetToolTip(this.labelWorldFOV, "Changes the field of view of the 3rd person perspective.\r\n\r\nDefault: 80\r\nAffected" + " values: fDefaultWorldFOV\r\nAffected files: Fallout76Custom.ini, Fallout76Prefs.i" + "ni"); @@ -638,7 +640,7 @@ private void InitializeComponent() // labelADSFOV // this.labelADSFOV.AutoSize = true; - this.labelADSFOV.Location = new System.Drawing.Point(6, 84); + this.labelADSFOV.Location = new System.Drawing.Point(5, 125); this.labelADSFOV.Name = "labelADSFOV"; this.labelADSFOV.Size = new System.Drawing.Size(103, 13); this.labelADSFOV.TabIndex = 5; @@ -1480,7 +1482,7 @@ private void InitializeComponent() // this.labelfDefaultFOV.AutoSize = true; this.labelfDefaultFOV.ForeColor = System.Drawing.Color.Red; - this.labelfDefaultFOV.Location = new System.Drawing.Point(6, 122); + this.labelfDefaultFOV.Location = new System.Drawing.Point(5, 151); this.labelfDefaultFOV.Name = "labelfDefaultFOV"; this.labelfDefaultFOV.Size = new System.Drawing.Size(193, 13); this.labelfDefaultFOV.TabIndex = 6; @@ -2470,6 +2472,8 @@ private void InitializeComponent() // // groupBoxFieldOfView // + this.groupBoxFieldOfView.Controls.Add(this.labelFOVWarn); + this.groupBoxFieldOfView.Controls.Add(this.labelMoreFOV); this.groupBoxFieldOfView.Controls.Add(this.numfDefaultFOV); this.groupBoxFieldOfView.Controls.Add(this.labelfDefaultFOV); this.groupBoxFieldOfView.Controls.Add(this.labelADSFOV); @@ -2480,7 +2484,7 @@ private void InitializeComponent() this.groupBoxFieldOfView.Controls.Add(this.labelFirstPersonFOV); this.groupBoxFieldOfView.Location = new System.Drawing.Point(6, 6); this.groupBoxFieldOfView.Name = "groupBoxFieldOfView"; - this.groupBoxFieldOfView.Size = new System.Drawing.Size(395, 154); + this.groupBoxFieldOfView.Size = new System.Drawing.Size(395, 183); this.groupBoxFieldOfView.TabIndex = 21; this.groupBoxFieldOfView.TabStop = false; this.groupBoxFieldOfView.Text = "Field of View"; @@ -2493,7 +2497,7 @@ private void InitializeComponent() 0, 0, 0}); - this.numfDefaultFOV.Location = new System.Drawing.Point(251, 120); + this.numfDefaultFOV.Location = new System.Drawing.Point(250, 149); this.numfDefaultFOV.Maximum = new decimal(new int[] { 180, 0, @@ -2521,7 +2525,7 @@ private void InitializeComponent() 0, 0, 0}); - this.numADSFOV.Location = new System.Drawing.Point(251, 82); + this.numADSFOV.Location = new System.Drawing.Point(250, 123); this.numADSFOV.Maximum = new decimal(new int[] { 180, 0, @@ -2549,7 +2553,7 @@ private void InitializeComponent() 0, 0, 0}); - this.numWorldFOV.Location = new System.Drawing.Point(251, 45); + this.numWorldFOV.Location = new System.Drawing.Point(251, 17); this.numWorldFOV.Maximum = new decimal(new int[] { 180, 0, @@ -2577,7 +2581,7 @@ private void InitializeComponent() 0, 0, 0}); - this.numFirstPersonFOV.Location = new System.Drawing.Point(251, 19); + this.numFirstPersonFOV.Location = new System.Drawing.Point(250, 97); this.numFirstPersonFOV.Maximum = new decimal(new int[] { 180, 0, @@ -2603,7 +2607,7 @@ private void InitializeComponent() this.groupBoxCameraOptions.Controls.Add(this.numCameraSwitchDelay); this.groupBoxCameraOptions.Controls.Add(this.checkBoxVanityMode); this.groupBoxCameraOptions.Controls.Add(this.labelSwitchDelay); - this.groupBoxCameraOptions.Location = new System.Drawing.Point(6, 166); + this.groupBoxCameraOptions.Location = new System.Drawing.Point(6, 195); this.groupBoxCameraOptions.Name = "groupBoxCameraOptions"; this.groupBoxCameraOptions.Size = new System.Drawing.Size(395, 135); this.groupBoxCameraOptions.TabIndex = 35; @@ -3737,6 +3741,26 @@ private void InitializeComponent() this.panel4.Size = new System.Drawing.Size(397, 464); this.panel4.TabIndex = 28; // + // groupBoxTweaks + // + this.groupBoxTweaks.Controls.Add(this.checkBoxFasterFadeIn); + this.groupBoxTweaks.Location = new System.Drawing.Point(6, 80); + this.groupBoxTweaks.Name = "groupBoxTweaks"; + this.groupBoxTweaks.Size = new System.Drawing.Size(368, 46); + this.groupBoxTweaks.TabIndex = 28; + this.groupBoxTweaks.TabStop = false; + this.groupBoxTweaks.Text = "Tweaks"; + // + // checkBoxFasterFadeIn + // + this.checkBoxFasterFadeIn.AutoSize = true; + this.checkBoxFasterFadeIn.Location = new System.Drawing.Point(7, 19); + this.checkBoxFasterFadeIn.Name = "checkBoxFasterFadeIn"; + this.checkBoxFasterFadeIn.Size = new System.Drawing.Size(168, 17); + this.checkBoxFasterFadeIn.TabIndex = 1; + this.checkBoxFasterFadeIn.Text = "Speed up fade in after loading"; + this.checkBoxFasterFadeIn.UseVisualStyleBackColor = true; + // // groupBoxGeneralInterface // this.groupBoxGeneralInterface.Controls.Add(this.checkBoxShowFloatingQuestText); @@ -4252,7 +4276,7 @@ private void InitializeComponent() this.labelNewVersion.ForeColor = System.Drawing.Color.Crimson; this.labelNewVersion.Location = new System.Drawing.Point(3, 5); this.labelNewVersion.Name = "labelNewVersion"; - this.labelNewVersion.Size = new System.Drawing.Size(216, 16); + this.labelNewVersion.Size = new System.Drawing.Size(215, 16); this.labelNewVersion.TabIndex = 16; this.labelNewVersion.Text = "There is a newer version available: {0}"; // @@ -5575,25 +5599,25 @@ private void InitializeComponent() this.pictureBoxLoadingGIF.TabStop = false; this.pictureBoxLoadingGIF.Visible = false; // - // groupBoxTweaks + // labelMoreFOV // - this.groupBoxTweaks.Controls.Add(this.checkBoxFasterFadeIn); - this.groupBoxTweaks.Location = new System.Drawing.Point(6, 80); - this.groupBoxTweaks.Name = "groupBoxTweaks"; - this.groupBoxTweaks.Size = new System.Drawing.Size(368, 46); - this.groupBoxTweaks.TabIndex = 28; - this.groupBoxTweaks.TabStop = false; - this.groupBoxTweaks.Text = "Tweaks"; + this.labelMoreFOV.AutoSize = true; + this.labelMoreFOV.Font = new System.Drawing.Font("Microsoft Sans Serif", 8.25F, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, ((byte)(0))); + this.labelMoreFOV.Location = new System.Drawing.Point(6, 54); + this.labelMoreFOV.Name = "labelMoreFOV"; + this.labelMoreFOV.Size = new System.Drawing.Size(111, 13); + this.labelMoreFOV.TabIndex = 8; + this.labelMoreFOV.Text = "More FOV tweaks:"; // - // checkBoxFasterFadeIn + // labelFOVWarn // - this.checkBoxFasterFadeIn.AutoSize = true; - this.checkBoxFasterFadeIn.Location = new System.Drawing.Point(7, 19); - this.checkBoxFasterFadeIn.Name = "checkBoxFasterFadeIn"; - this.checkBoxFasterFadeIn.Size = new System.Drawing.Size(168, 17); - this.checkBoxFasterFadeIn.TabIndex = 1; - this.checkBoxFasterFadeIn.Text = "Speed up fade in after loading"; - this.checkBoxFasterFadeIn.UseVisualStyleBackColor = true; + this.labelFOVWarn.AutoSize = true; + this.labelFOVWarn.ForeColor = System.Drawing.Color.Red; + this.labelFOVWarn.Location = new System.Drawing.Point(6, 71); + this.labelFOVWarn.Name = "labelFOVWarn"; + this.labelFOVWarn.Size = new System.Drawing.Size(192, 13); + this.labelFOVWarn.TabIndex = 9; + this.labelFOVWarn.Text = "These options might not work anymore."; // // Form1 // @@ -5745,6 +5769,8 @@ private void InitializeComponent() this.groupBoxDisplay.PerformLayout(); this.tabPageGeneral.ResumeLayout(false); this.panel4.ResumeLayout(false); + this.groupBoxTweaks.ResumeLayout(false); + this.groupBoxTweaks.PerformLayout(); this.groupBoxGeneralInterface.ResumeLayout(false); this.groupBoxGeneralInterface.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.numFloatingQuestMarkersDistance)).EndInit(); @@ -5808,8 +5834,6 @@ private void InitializeComponent() this.statusStrip1.ResumeLayout(false); this.statusStrip1.PerformLayout(); ((System.ComponentModel.ISupportInitialize)(this.pictureBoxLoadingGIF)).EndInit(); - this.groupBoxTweaks.ResumeLayout(false); - this.groupBoxTweaks.PerformLayout(); this.ResumeLayout(false); this.PerformLayout(); @@ -6205,6 +6229,8 @@ private void InitializeComponent() private System.Windows.Forms.RadioButton radioButtonAccountNone; private System.Windows.Forms.GroupBox groupBoxTweaks; private System.Windows.Forms.CheckBox checkBoxFasterFadeIn; + private System.Windows.Forms.Label labelFOVWarn; + private System.Windows.Forms.Label labelMoreFOV; } } diff --git a/Fo76ini/Forms/Form1/Form1.cs b/Fo76ini/Forms/Form1/Form1.cs index 122227c..fcc3410 100644 --- a/Fo76ini/Forms/Form1/Form1.cs +++ b/Fo76ini/Forms/Form1/Form1.cs @@ -603,7 +603,7 @@ private void UpdateNWModeUI (bool nwModeEnabled) this.labelNWModeActive.Visible = nwModeEnabled; this.toolStripStatusLabelNuclearWinterModeActive.Visible = nwModeEnabled; - this.toolStripButtonToggleNuclearWinterMode.Visible = IniFiles.Config.GetBool("NuclearWinter", "bShowNWModeBtn", false); + this.toolStripButtonToggleNuclearWinterMode.Visible = nwModeEnabled || IniFiles.Config.GetBool("NuclearWinter", "bShowNWModeBtn", false); EnableUI(); Focus(); diff --git a/Fo76ini/Shared.cs b/Fo76ini/Shared.cs index 7e72fbf..5e43ae2 100644 --- a/Fo76ini/Shared.cs +++ b/Fo76ini/Shared.cs @@ -8,7 +8,7 @@ namespace Fo76ini { public class Shared { - public const string VERSION = "1.9.6"; + public const string VERSION = "1.9.6.1"; public static string LatestVersion = null; public static readonly string AppInstallationFolder = Directory.GetParent(Application.ExecutablePath).ToString(); diff --git a/Fo76ini/Tweaks/Camera/FOV3rdPersonTweak.cs b/Fo76ini/Tweaks/Camera/FOV3rdPersonTweak.cs index 60ad1de..add38c8 100644 --- a/Fo76ini/Tweaks/Camera/FOV3rdPersonTweak.cs +++ b/Fo76ini/Tweaks/Camera/FOV3rdPersonTweak.cs @@ -8,7 +8,7 @@ namespace Fo76ini.Tweaks.Camera { class FOV3rdPersonTweak : ITweak, ITweakInfo { - public string Description => ""; + public string Description => "Changes the Field of View of the 1st and 3rd person perspective.\nThis is the same value from the in-game FOV setting."; public string AffectedFiles => "Fallout76Prefs.ini"; diff --git a/Fo76ini/Tweaks/Graphics/AntiAliasingTweak.cs b/Fo76ini/Tweaks/Graphics/AntiAliasingTweak.cs index 8b156a7..65e3c99 100644 --- a/Fo76ini/Tweaks/Graphics/AntiAliasingTweak.cs +++ b/Fo76ini/Tweaks/Graphics/AntiAliasingTweak.cs @@ -44,6 +44,8 @@ public AntiAliasing GetValue() return AntiAliasing.TAA; case "FXAA": return AntiAliasing.FXAA; + case "Disabled": + case "0": case "": return AntiAliasing.Disabled; default: @@ -53,7 +55,21 @@ public AntiAliasing GetValue() public void SetValue(AntiAliasing value) { - IniFiles.F76Prefs.Set("Display", "sAntiAliasing", value.ToString()); + switch (value) + { + case AntiAliasing.TAA: + IniFiles.F76Prefs.Set("Display", "sAntiAliasing", "TAA"); + break; + case AntiAliasing.FXAA: + IniFiles.F76Prefs.Set("Display", "sAntiAliasing", "FXAA"); + break; + case AntiAliasing.Disabled: + IniFiles.F76Prefs.Set("Display", "sAntiAliasing", ""); + break; + default: + IniFiles.F76Prefs.Set("Display", "sAntiAliasing", "TAA"); + break; + } } public void ResetValue() diff --git a/VERSION b/VERSION index 7bc1c40..b1f39b0 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.6 +1.9.6.1 diff --git a/What's new.rtf b/What's new.rtf index 1025988..5415467 100644 --- a/What's new.rtf +++ b/What's new.rtf @@ -1,70 +1,69 @@ {\rtf1\adeflang1025\ansi\ansicpg1252\uc1\adeff43\deff0\stshfdbch31505\stshfloch31506\stshfhich31506\stshfbi0\deflang1031\deflangfe1031\themelang1031\themelangfe0\themelangcs0{\fonttbl{\f0\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f3\fbidi \froman\fcharset2\fprq2{\*\panose 05050102010706020507}Symbol;} {\f24\fbidi \froman\fcharset0\fprq2{\*\panose 00000400000000000000}Mangal;}{\f34\fbidi \froman\fcharset0\fprq2{\*\panose 02040503050406030204}Cambria Math;} {\f43\fbidi \froman\fcharset0\fprq2{\*\panose 00000000000000000000}Liberation Serif{\*\falt Times New Roman};}{\f44\fbidi \fswiss\fcharset0\fprq2{\*\panose 00000000000000000000}Liberation Sans{\*\falt Arial};} -{\f45\fbidi \fswiss\fcharset0\fprq2{\*\panose 00000000000000000000}Microsoft Sans Serif;}{\f331\fbidi \fmodern\fcharset0\fprq1{\*\panose 020b0609020000020004}Cascadia Mono;} -{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fhimajor\f31502\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;}{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} -{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;}{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1188\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\f1189\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\f1191\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f1192\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f1193\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\f1194\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f1195\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f1196\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\f1528\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f1529\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f1531\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f1532\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;} -{\f1535\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f1536\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\f1638\fbidi \fswiss\fcharset238\fprq2 Microsoft Sans Serif CE;} -{\f1639\fbidi \fswiss\fcharset204\fprq2 Microsoft Sans Serif Cyr;}{\f1641\fbidi \fswiss\fcharset161\fprq2 Microsoft Sans Serif Greek;}{\f1642\fbidi \fswiss\fcharset162\fprq2 Microsoft Sans Serif Tur;} -{\f1643\fbidi \fswiss\fcharset177\fprq2 Microsoft Sans Serif (Hebrew);}{\f1644\fbidi \fswiss\fcharset178\fprq2 Microsoft Sans Serif (Arabic);}{\f1645\fbidi \fswiss\fcharset186\fprq2 Microsoft Sans Serif Baltic;} -{\f1646\fbidi \fswiss\fcharset163\fprq2 Microsoft Sans Serif (Vietnamese);}{\f1647\fbidi \fswiss\fcharset222\fprq2 Microsoft Sans Serif (Thai);}{\f4498\fbidi \fmodern\fcharset238\fprq1 Cascadia Mono CE;} -{\f4499\fbidi \fmodern\fcharset204\fprq1 Cascadia Mono Cyr;}{\f4501\fbidi \fmodern\fcharset161\fprq1 Cascadia Mono Greek;}{\f4502\fbidi \fmodern\fcharset162\fprq1 Cascadia Mono Tur;}{\f4505\fbidi \fmodern\fcharset186\fprq1 Cascadia Mono Baltic;} -{\f4506\fbidi \fmodern\fcharset163\fprq1 Cascadia Mono (Vietnamese);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} -{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;} -{\fhimajor\f31529\fbidi \fswiss\fcharset204\fprq2 Calibri Light Cyr;}{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;}{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;} -{\fhimajor\f31533\fbidi \fswiss\fcharset177\fprq2 Calibri Light (Hebrew);}{\fhimajor\f31534\fbidi \fswiss\fcharset178\fprq2 Calibri Light (Arabic);}{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;} -{\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} -{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} -{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} -{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} -{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} -{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} -{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;}{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;} -{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;}{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);} -{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;}{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);} -{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} -{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} -{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}}{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0; -\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0;\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128; -\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;\red255\green128\blue0;\red163\green21\blue21;}{\*\defchp \fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap \ql \li0\ri0\sa160\sl259\slmult1 -\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{\ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 -\fs24\lang1031\langfe1031\kerning1\loch\f43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 \snext0 \sqformat \spriority0 Normal;}{\s1\ql \li0\ri0\sb240\sa120\keepn\nowidctlpar\wrapdefault\hyphpar0\faauto\outlinelevel0\rin0\lin0\itap0 \rtlch\fcs1 -\ab\af44\afs48\alang1081 \ltrch\fcs0 \b\fs48\lang1031\langfe1031\kerning1\loch\f44\hich\af43\dbch\af0\cgrid\langnp1031\langfenp1031 \sbasedon125 \snext1 \slink15 \sqformat heading 1;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 -Default Paragraph Font;}{\*\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv -\ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang1031\langfe1031\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 -\snext11 \ssemihidden \sunhideused Normal Table;}{\*\cs15 \additive \rtlch\fcs1 \ab\af24\afs29\alang1081 \ltrch\fcs0 \b\fs29\kerning32\loch\f31502\hich\af31502\dbch\af31501 \sbasedon10 \slink1 \slocked \spriority9 \'dcberschrift 1 Zchn;}{\*\cs16 -\additive \fs20\loch\f45\dbch\af0 ListLabel 1;}{\*\cs17 \additive \loch\f3\dbch\af0 ListLabel 2;}{\*\cs18 \additive \loch\f3\dbch\af0 ListLabel 3;}{\*\cs19 \additive \loch\f3\dbch\af0 ListLabel 4;}{\*\cs20 \additive \loch\f3\dbch\af0 ListLabel 5;}{\* -\cs21 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf9\lang255\langfe255\langnp255\langfenp255 \sbasedon10 Hyperlink;}{\*\cs22 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf13\lang255\langfe255\langnp255\langfenp255 \sbasedon10 FollowedHyperlink;}{\*\cs23 -\additive Numbering Symbols;}{\*\cs24 \additive \dbch\af0 ListLabel 6;}{\*\cs25 \additive \fs20\cf19\loch\f45\dbch\af0 ListLabel 7;}{\*\cs26 \additive \fs20\loch\f45\dbch\af0 ListLabel 8;}{\*\cs27 \additive \dbch\af0 ListLabel 9;}{\*\cs28 \additive -\dbch\af0 ListLabel 10;}{\*\cs29 \additive \dbch\af0 ListLabel 11;}{\*\cs30 \additive \dbch\af0 ListLabel 12;}{\*\cs31 \additive \dbch\af0 ListLabel 13;}{\*\cs32 \additive \dbch\af0 ListLabel 14;}{\*\cs33 \additive \dbch\af0 ListLabel 15;}{\*\cs34 -\additive \dbch\af0 ListLabel 16;}{\*\cs35 \additive \fs20\loch\f45\dbch\af0 ListLabel 17;}{\*\cs36 \additive \dbch\af0 ListLabel 18;}{\*\cs37 \additive \dbch\af0 ListLabel 19;}{\*\cs38 \additive \dbch\af0 ListLabel 20;}{\*\cs39 \additive \dbch\af0 -ListLabel 21;}{\*\cs40 \additive \dbch\af0 ListLabel 22;}{\*\cs41 \additive \dbch\af0 ListLabel 23;}{\*\cs42 \additive \dbch\af0 ListLabel 24;}{\*\cs43 \additive \dbch\af0 ListLabel 25;}{\*\cs44 \additive \fs20\loch\f45\dbch\af0 ListLabel 26;}{\*\cs45 -\additive \dbch\af0 ListLabel 27;}{\*\cs46 \additive \dbch\af0 ListLabel 28;}{\*\cs47 \additive \dbch\af0 ListLabel 29;}{\*\cs48 \additive \dbch\af0 ListLabel 30;}{\*\cs49 \additive \dbch\af0 ListLabel 31;}{\*\cs50 \additive \dbch\af0 ListLabel 32;}{\* -\cs51 \additive \dbch\af0 ListLabel 33;}{\*\cs52 \additive \dbch\af0 ListLabel 34;}{\*\cs53 \additive \fs20\loch\f45\dbch\af0 ListLabel 35;}{\*\cs54 \additive \dbch\af0 ListLabel 36;}{\*\cs55 \additive \dbch\af0 ListLabel 37;}{\*\cs56 \additive \dbch\af0 -ListLabel 38;}{\*\cs57 \additive \dbch\af0 ListLabel 39;}{\*\cs58 \additive \dbch\af0 ListLabel 40;}{\*\cs59 \additive \dbch\af0 ListLabel 41;}{\*\cs60 \additive \dbch\af0 ListLabel 42;}{\*\cs61 \additive \dbch\af0 ListLabel 43;}{\*\cs62 \additive -\fs20\loch\f45\dbch\af0 ListLabel 44;}{\*\cs63 \additive \dbch\af0 ListLabel 45;}{\*\cs64 \additive \dbch\af0 ListLabel 46;}{\*\cs65 \additive \dbch\af0 ListLabel 47;}{\*\cs66 \additive \dbch\af0 ListLabel 48;}{\*\cs67 \additive \dbch\af0 ListLabel 49;} -{\*\cs68 \additive \dbch\af0 ListLabel 50;}{\*\cs69 \additive \dbch\af0 ListLabel 51;}{\*\cs70 \additive \dbch\af0 ListLabel 52;}{\*\cs71 \additive \fs20\loch\f45\dbch\af0 ListLabel 53;}{\*\cs72 \additive \dbch\af0 ListLabel 54;}{\*\cs73 \additive -\dbch\af0 ListLabel 55;}{\*\cs74 \additive \dbch\af0 ListLabel 56;}{\*\cs75 \additive \dbch\af0 ListLabel 57;}{\*\cs76 \additive \dbch\af0 ListLabel 58;}{\*\cs77 \additive \dbch\af0 ListLabel 59;}{\*\cs78 \additive \dbch\af0 ListLabel 60;}{\*\cs79 -\additive \dbch\af0 ListLabel 61;}{\*\cs80 \additive \fs20\loch\f45\dbch\af0 ListLabel 62;}{\*\cs81 \additive \dbch\af0 ListLabel 63;}{\*\cs82 \additive \dbch\af0 ListLabel 64;}{\*\cs83 \additive \dbch\af0 ListLabel 65;}{\*\cs84 \additive \dbch\af0 -ListLabel 66;}{\*\cs85 \additive \dbch\af0 ListLabel 67;}{\*\cs86 \additive \dbch\af0 ListLabel 68;}{\*\cs87 \additive \dbch\af0 ListLabel 69;}{\*\cs88 \additive \dbch\af0 ListLabel 70;}{\*\cs89 \additive \fs20\loch\f45\dbch\af0 ListLabel 71;}{\*\cs90 -\additive \dbch\af0 ListLabel 72;}{\*\cs91 \additive \dbch\af0 ListLabel 73;}{\*\cs92 \additive \dbch\af0 ListLabel 74;}{\*\cs93 \additive \dbch\af0 ListLabel 75;}{\*\cs94 \additive \dbch\af0 ListLabel 76;}{\*\cs95 \additive \dbch\af0 ListLabel 77;}{\* -\cs96 \additive \dbch\af0 ListLabel 78;}{\*\cs97 \additive \dbch\af0 ListLabel 79;}{\*\cs98 \additive \fs20\loch\f45\dbch\af0 ListLabel 80;}{\*\cs99 \additive \dbch\af0 ListLabel 81;}{\*\cs100 \additive \dbch\af0 ListLabel 82;}{\*\cs101 \additive -\dbch\af0 ListLabel 83;}{\*\cs102 \additive \dbch\af0 ListLabel 84;}{\*\cs103 \additive \dbch\af0 ListLabel 85;}{\*\cs104 \additive \dbch\af0 ListLabel 86;}{\*\cs105 \additive \dbch\af0 ListLabel 87;}{\*\cs106 \additive \dbch\af0 ListLabel 88;}{\*\cs107 -\additive \b\fs20\loch\f45\dbch\af0 ListLabel 89;}{\*\cs108 \additive \dbch\af0 ListLabel 90;}{\*\cs109 \additive \dbch\af0 ListLabel 91;}{\*\cs110 \additive \dbch\af0 ListLabel 92;}{\*\cs111 \additive \dbch\af0 ListLabel 93;}{\*\cs112 \additive -\dbch\af0 ListLabel 94;}{\*\cs113 \additive \dbch\af0 ListLabel 95;}{\*\cs114 \additive \dbch\af0 ListLabel 96;}{\*\cs115 \additive \dbch\af0 ListLabel 97;}{\*\cs116 \additive \fs20\loch\f45\dbch\af0 ListLabel 98;}{\*\cs117 \additive -\fs20\loch\f45\dbch\af0 ListLabel 99;}{\*\cs118 \additive \dbch\af0 ListLabel 100;}{\*\cs119 \additive \dbch\af0 ListLabel 101;}{\*\cs120 \additive \dbch\af0 ListLabel 102;}{\*\cs121 \additive \dbch\af0 ListLabel 103;}{\*\cs122 \additive \dbch\af0 -ListLabel 104;}{\*\cs123 \additive \dbch\af0 ListLabel 105;}{\*\cs124 \additive \dbch\af0 ListLabel 106;}{\s125\ql \li0\ri0\sb240\sa120\keepn\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af44\afs28\alang1081 \ltrch\fcs0 +{\f45\fbidi \fswiss\fcharset0\fprq2{\*\panose 020b0604020202020204}Microsoft Sans Serif;}{\flomajor\f31500\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} +{\fdbmajor\f31501\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhimajor\f31502\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0302020204030204}Calibri Light;} +{\fbimajor\f31503\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\flominor\f31504\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;} +{\fdbminor\f31505\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\fhiminor\f31506\fbidi \fswiss\fcharset0\fprq2{\*\panose 020f0502020204030204}Calibri;} +{\fbiminor\f31507\fbidi \froman\fcharset0\fprq2{\*\panose 02020603050405020304}Times New Roman;}{\f1189\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\f1190\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} +{\f1192\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\f1193\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\f1194\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\f1195\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\f1196\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\f1197\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} +{\f1529\fbidi \froman\fcharset238\fprq2 Cambria Math CE;}{\f1530\fbidi \froman\fcharset204\fprq2 Cambria Math Cyr;}{\f1532\fbidi \froman\fcharset161\fprq2 Cambria Math Greek;}{\f1533\fbidi \froman\fcharset162\fprq2 Cambria Math Tur;} +{\f1536\fbidi \froman\fcharset186\fprq2 Cambria Math Baltic;}{\f1537\fbidi \froman\fcharset163\fprq2 Cambria Math (Vietnamese);}{\f1639\fbidi \fswiss\fcharset238\fprq2 Microsoft Sans Serif CE;} +{\f1640\fbidi \fswiss\fcharset204\fprq2 Microsoft Sans Serif Cyr;}{\f1642\fbidi \fswiss\fcharset161\fprq2 Microsoft Sans Serif Greek;}{\f1643\fbidi \fswiss\fcharset162\fprq2 Microsoft Sans Serif Tur;} +{\f1644\fbidi \fswiss\fcharset177\fprq2 Microsoft Sans Serif (Hebrew);}{\f1645\fbidi \fswiss\fcharset178\fprq2 Microsoft Sans Serif (Arabic);}{\f1646\fbidi \fswiss\fcharset186\fprq2 Microsoft Sans Serif Baltic;} +{\f1647\fbidi \fswiss\fcharset163\fprq2 Microsoft Sans Serif (Vietnamese);}{\f1648\fbidi \fswiss\fcharset222\fprq2 Microsoft Sans Serif (Thai);}{\flomajor\f31508\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} +{\flomajor\f31509\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\flomajor\f31511\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flomajor\f31512\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} +{\flomajor\f31513\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\flomajor\f31514\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flomajor\f31515\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} +{\flomajor\f31516\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fdbmajor\f31518\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbmajor\f31519\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} +{\fdbmajor\f31521\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fdbmajor\f31522\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbmajor\f31523\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\fdbmajor\f31524\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fdbmajor\f31525\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbmajor\f31526\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} +{\fhimajor\f31528\fbidi \fswiss\fcharset238\fprq2 Calibri Light CE;}{\fhimajor\f31529\fbidi \fswiss\fcharset204\fprq2 Calibri Light Cyr;}{\fhimajor\f31531\fbidi \fswiss\fcharset161\fprq2 Calibri Light Greek;} +{\fhimajor\f31532\fbidi \fswiss\fcharset162\fprq2 Calibri Light Tur;}{\fhimajor\f31533\fbidi \fswiss\fcharset177\fprq2 Calibri Light (Hebrew);}{\fhimajor\f31534\fbidi \fswiss\fcharset178\fprq2 Calibri Light (Arabic);} +{\fhimajor\f31535\fbidi \fswiss\fcharset186\fprq2 Calibri Light Baltic;}{\fhimajor\f31536\fbidi \fswiss\fcharset163\fprq2 Calibri Light (Vietnamese);}{\fbimajor\f31538\fbidi \froman\fcharset238\fprq2 Times New Roman CE;} +{\fbimajor\f31539\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fbimajor\f31541\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbimajor\f31542\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;} +{\fbimajor\f31543\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fbimajor\f31544\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbimajor\f31545\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;} +{\fbimajor\f31546\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\flominor\f31548\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\flominor\f31549\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} +{\flominor\f31551\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\flominor\f31552\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\flominor\f31553\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\flominor\f31554\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\flominor\f31555\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\flominor\f31556\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);} +{\fdbminor\f31558\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fdbminor\f31559\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;}{\fdbminor\f31561\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;} +{\fdbminor\f31562\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fdbminor\f31563\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);}{\fdbminor\f31564\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);} +{\fdbminor\f31565\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fdbminor\f31566\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}{\fhiminor\f31568\fbidi \fswiss\fcharset238\fprq2 Calibri CE;} +{\fhiminor\f31569\fbidi \fswiss\fcharset204\fprq2 Calibri Cyr;}{\fhiminor\f31571\fbidi \fswiss\fcharset161\fprq2 Calibri Greek;}{\fhiminor\f31572\fbidi \fswiss\fcharset162\fprq2 Calibri Tur;} +{\fhiminor\f31573\fbidi \fswiss\fcharset177\fprq2 Calibri (Hebrew);}{\fhiminor\f31574\fbidi \fswiss\fcharset178\fprq2 Calibri (Arabic);}{\fhiminor\f31575\fbidi \fswiss\fcharset186\fprq2 Calibri Baltic;} +{\fhiminor\f31576\fbidi \fswiss\fcharset163\fprq2 Calibri (Vietnamese);}{\fbiminor\f31578\fbidi \froman\fcharset238\fprq2 Times New Roman CE;}{\fbiminor\f31579\fbidi \froman\fcharset204\fprq2 Times New Roman Cyr;} +{\fbiminor\f31581\fbidi \froman\fcharset161\fprq2 Times New Roman Greek;}{\fbiminor\f31582\fbidi \froman\fcharset162\fprq2 Times New Roman Tur;}{\fbiminor\f31583\fbidi \froman\fcharset177\fprq2 Times New Roman (Hebrew);} +{\fbiminor\f31584\fbidi \froman\fcharset178\fprq2 Times New Roman (Arabic);}{\fbiminor\f31585\fbidi \froman\fcharset186\fprq2 Times New Roman Baltic;}{\fbiminor\f31586\fbidi \froman\fcharset163\fprq2 Times New Roman (Vietnamese);}} +{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;\red0\green255\blue0;\red255\green0\blue255;\red255\green0\blue0;\red255\green255\blue0;\red255\green255\blue255;\red0\green0\blue128;\red0\green128\blue128;\red0\green128\blue0; +\red128\green0\blue128;\red128\green0\blue0;\red128\green128\blue0;\red128\green128\blue128;\red192\green192\blue192;\red0\green0\blue0;\red0\green0\blue0;\red255\green128\blue0;\caccentone\ctint255\cshade191\red47\green84\blue150;}{\*\defchp +\fs22\loch\af31506\hich\af31506\dbch\af31505 }{\*\defpap \ql \li0\ri0\sa160\sl259\slmult1\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 }\noqfpromote {\stylesheet{ +\ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\f43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 \snext0 \sqformat \spriority0 Normal;}{ +\s1\ql \li0\ri0\sb240\sa120\keepn\nowidctlpar\wrapdefault\hyphpar0\faauto\outlinelevel0\rin0\lin0\itap0 \rtlch\fcs1 \ab\af44\afs48\alang1081 \ltrch\fcs0 \b\fs48\lang1031\langfe1031\kerning1\loch\f44\hich\af43\dbch\af0\cgrid\langnp1031\langfenp1031 +\sbasedon125 \snext1 \slink15 \sqformat heading 1;}{\*\cs10 \additive \ssemihidden \sunhideused \spriority1 Default Paragraph Font;}{\* +\ts11\tsrowd\trftsWidthB3\trpaddl108\trpaddr108\trpaddfl3\trpaddft3\trpaddfb3\trpaddfr3\trcbpat1\trcfpat1\tblind0\tblindtype3\tsvertalt\tsbrdrt\tsbrdrl\tsbrdrb\tsbrdrr\tsbrdrdgl\tsbrdrdgr\tsbrdrh\tsbrdrv \ql \li0\ri0\sa160\sl259\slmult1 +\widctlpar\wrapdefault\aspalpha\aspnum\faauto\adjustright\rin0\lin0\itap0 \rtlch\fcs1 \af0\afs22\alang1025 \ltrch\fcs0 \fs22\lang1031\langfe1031\loch\f31506\hich\af31506\dbch\af31505\cgrid\langnp1031\langfenp1031 \snext11 \ssemihidden \sunhideused +Normal Table;}{\*\cs15 \additive \rtlch\fcs1 \ab\af24\afs29\alang1081 \ltrch\fcs0 \b\fs29\kerning32\loch\f31502\hich\af31502\dbch\af31501 \sbasedon10 \slink1 \slocked \spriority9 \'dcberschrift 1 Zchn;}{\*\cs16 \additive \fs20\loch\f45\dbch\af0 +ListLabel 1;}{\*\cs17 \additive \loch\f3\dbch\af0 ListLabel 2;}{\*\cs18 \additive \loch\f3\dbch\af0 ListLabel 3;}{\*\cs19 \additive \loch\f3\dbch\af0 ListLabel 4;}{\*\cs20 \additive \loch\f3\dbch\af0 ListLabel 5;}{\*\cs21 \additive \rtlch\fcs1 \af0 +\ltrch\fcs0 \ul\cf9\lang255\langfe255\langnp255\langfenp255 \sbasedon10 Hyperlink;}{\*\cs22 \additive \rtlch\fcs1 \af0 \ltrch\fcs0 \ul\cf13\lang255\langfe255\langnp255\langfenp255 \sbasedon10 FollowedHyperlink;}{\*\cs23 \additive Numbering Symbols;}{\* +\cs24 \additive \dbch\af0 ListLabel 6;}{\*\cs25 \additive \fs20\cf19\loch\f45\dbch\af0 ListLabel 7;}{\*\cs26 \additive \fs20\loch\f45\dbch\af0 ListLabel 8;}{\*\cs27 \additive \dbch\af0 ListLabel 9;}{\*\cs28 \additive \dbch\af0 ListLabel 10;}{\*\cs29 +\additive \dbch\af0 ListLabel 11;}{\*\cs30 \additive \dbch\af0 ListLabel 12;}{\*\cs31 \additive \dbch\af0 ListLabel 13;}{\*\cs32 \additive \dbch\af0 ListLabel 14;}{\*\cs33 \additive \dbch\af0 ListLabel 15;}{\*\cs34 \additive \dbch\af0 ListLabel 16;}{\* +\cs35 \additive \fs20\loch\f45\dbch\af0 ListLabel 17;}{\*\cs36 \additive \dbch\af0 ListLabel 18;}{\*\cs37 \additive \dbch\af0 ListLabel 19;}{\*\cs38 \additive \dbch\af0 ListLabel 20;}{\*\cs39 \additive \dbch\af0 ListLabel 21;}{\*\cs40 \additive \dbch\af0 +ListLabel 22;}{\*\cs41 \additive \dbch\af0 ListLabel 23;}{\*\cs42 \additive \dbch\af0 ListLabel 24;}{\*\cs43 \additive \dbch\af0 ListLabel 25;}{\*\cs44 \additive \fs20\loch\f45\dbch\af0 ListLabel 26;}{\*\cs45 \additive \dbch\af0 ListLabel 27;}{\*\cs46 +\additive \dbch\af0 ListLabel 28;}{\*\cs47 \additive \dbch\af0 ListLabel 29;}{\*\cs48 \additive \dbch\af0 ListLabel 30;}{\*\cs49 \additive \dbch\af0 ListLabel 31;}{\*\cs50 \additive \dbch\af0 ListLabel 32;}{\*\cs51 \additive \dbch\af0 ListLabel 33;}{\* +\cs52 \additive \dbch\af0 ListLabel 34;}{\*\cs53 \additive \fs20\loch\f45\dbch\af0 ListLabel 35;}{\*\cs54 \additive \dbch\af0 ListLabel 36;}{\*\cs55 \additive \dbch\af0 ListLabel 37;}{\*\cs56 \additive \dbch\af0 ListLabel 38;}{\*\cs57 \additive \dbch\af0 +ListLabel 39;}{\*\cs58 \additive \dbch\af0 ListLabel 40;}{\*\cs59 \additive \dbch\af0 ListLabel 41;}{\*\cs60 \additive \dbch\af0 ListLabel 42;}{\*\cs61 \additive \dbch\af0 ListLabel 43;}{\*\cs62 \additive \fs20\loch\f45\dbch\af0 ListLabel 44;}{\*\cs63 +\additive \dbch\af0 ListLabel 45;}{\*\cs64 \additive \dbch\af0 ListLabel 46;}{\*\cs65 \additive \dbch\af0 ListLabel 47;}{\*\cs66 \additive \dbch\af0 ListLabel 48;}{\*\cs67 \additive \dbch\af0 ListLabel 49;}{\*\cs68 \additive \dbch\af0 ListLabel 50;}{\* +\cs69 \additive \dbch\af0 ListLabel 51;}{\*\cs70 \additive \dbch\af0 ListLabel 52;}{\*\cs71 \additive \fs20\loch\f45\dbch\af0 ListLabel 53;}{\*\cs72 \additive \dbch\af0 ListLabel 54;}{\*\cs73 \additive \dbch\af0 ListLabel 55;}{\*\cs74 \additive \dbch\af0 +ListLabel 56;}{\*\cs75 \additive \dbch\af0 ListLabel 57;}{\*\cs76 \additive \dbch\af0 ListLabel 58;}{\*\cs77 \additive \dbch\af0 ListLabel 59;}{\*\cs78 \additive \dbch\af0 ListLabel 60;}{\*\cs79 \additive \dbch\af0 ListLabel 61;}{\*\cs80 \additive +\fs20\loch\f45\dbch\af0 ListLabel 62;}{\*\cs81 \additive \dbch\af0 ListLabel 63;}{\*\cs82 \additive \dbch\af0 ListLabel 64;}{\*\cs83 \additive \dbch\af0 ListLabel 65;}{\*\cs84 \additive \dbch\af0 ListLabel 66;}{\*\cs85 \additive \dbch\af0 ListLabel 67;} +{\*\cs86 \additive \dbch\af0 ListLabel 68;}{\*\cs87 \additive \dbch\af0 ListLabel 69;}{\*\cs88 \additive \dbch\af0 ListLabel 70;}{\*\cs89 \additive \fs20\loch\f45\dbch\af0 ListLabel 71;}{\*\cs90 \additive \dbch\af0 ListLabel 72;}{\*\cs91 \additive +\dbch\af0 ListLabel 73;}{\*\cs92 \additive \dbch\af0 ListLabel 74;}{\*\cs93 \additive \dbch\af0 ListLabel 75;}{\*\cs94 \additive \dbch\af0 ListLabel 76;}{\*\cs95 \additive \dbch\af0 ListLabel 77;}{\*\cs96 \additive \dbch\af0 ListLabel 78;}{\*\cs97 +\additive \dbch\af0 ListLabel 79;}{\*\cs98 \additive \fs20\loch\f45\dbch\af0 ListLabel 80;}{\*\cs99 \additive \dbch\af0 ListLabel 81;}{\*\cs100 \additive \dbch\af0 ListLabel 82;}{\*\cs101 \additive \dbch\af0 ListLabel 83;}{\*\cs102 \additive \dbch\af0 +ListLabel 84;}{\*\cs103 \additive \dbch\af0 ListLabel 85;}{\*\cs104 \additive \dbch\af0 ListLabel 86;}{\*\cs105 \additive \dbch\af0 ListLabel 87;}{\*\cs106 \additive \dbch\af0 ListLabel 88;}{\*\cs107 \additive \b\fs20\loch\f45\dbch\af0 ListLabel 89;}{\* +\cs108 \additive \dbch\af0 ListLabel 90;}{\*\cs109 \additive \dbch\af0 ListLabel 91;}{\*\cs110 \additive \dbch\af0 ListLabel 92;}{\*\cs111 \additive \dbch\af0 ListLabel 93;}{\*\cs112 \additive \dbch\af0 ListLabel 94;}{\*\cs113 \additive \dbch\af0 +ListLabel 95;}{\*\cs114 \additive \dbch\af0 ListLabel 96;}{\*\cs115 \additive \dbch\af0 ListLabel 97;}{\*\cs116 \additive \fs20\loch\f45\dbch\af0 ListLabel 98;}{\*\cs117 \additive \fs20\loch\f45\dbch\af0 ListLabel 99;}{\*\cs118 \additive \dbch\af0 +ListLabel 100;}{\*\cs119 \additive \dbch\af0 ListLabel 101;}{\*\cs120 \additive \dbch\af0 ListLabel 102;}{\*\cs121 \additive \dbch\af0 ListLabel 103;}{\*\cs122 \additive \dbch\af0 ListLabel 104;}{\*\cs123 \additive \dbch\af0 ListLabel 105;}{\*\cs124 +\additive \dbch\af0 ListLabel 106;}{\s125\ql \li0\ri0\sb240\sa120\keepn\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af44\afs28\alang1081 \ltrch\fcs0 \fs28\lang1031\langfe1031\kerning1\loch\f44\hich\af43\dbch\af0\cgrid\langnp1031\langfenp1031 \sbasedon0 \snext126 Heading;}{\s126\ql \li0\ri0\sa140\sl276\slmult1\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\f43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 \sbasedon0 \snext126 Text Body;}{\s127\ql \li0\ri0\sa140\sl276\slmult1\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\f43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 \sbasedon126 \snext127 List;}{\s128\ql \li0\ri0\sb120\sa120\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 @@ -83,48 +82,70 @@ ListLabel 104;}{\*\cs123 \additive \dbch\af0 ListLabel 105;}{\*\cs124 \additive \levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow2\levelstartat1\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}\rtlch\fcs1 \af0 \ltrch\fcs0 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow2\levelstartat1\levelspace0 \levelindent0{\leveltext\'00;}{\levelnumbers;}\rtlch\fcs1 \af0 \ltrch\fcs0 }{\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow2\levelstartat1\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}\rtlch\fcs1 \af0 \ltrch\fcs0 } {\listlevel\levelnfc255\levelnfcn255\leveljc0\leveljcn0\levelfollow2\levelstartat1\levelspace0\levelindent0{\leveltext\'00;}{\levelnumbers;}\rtlch\fcs1 \af0 \ltrch\fcs0 }{\listname ;}\listid2}}{\*\listoverridetable{\listoverride\listid1 -\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}}{\*\rsidtbl \rsid345688\rsid4343352\rsid4479275\rsid8808903\rsid9705371\rsid9796626\rsid9985199\rsid11096338\rsid11545661\rsid12534085\rsid13451109\rsid13789584\rsid14034345 -\rsid16216393}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\operator Tamara Emig}{\creatim\yr2022\mo6\dy6\hr13\min6}{\revtim\yr2022\mo6\dy6\hr13\min56}{\version11} -{\edmins0}{\nofpages1}{\nofwords57}{\nofchars361}{\nofcharsws417}{\vern49}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}}\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect +\listoverridecount0\ls1}{\listoverride\listid2\listoverridecount0\ls2}}{\*\rsidtbl \rsid226048\rsid345688\rsid1124578\rsid1261252\rsid1404872\rsid2034031\rsid3869096\rsid3880951\rsid4343352\rsid4479275\rsid5313324\rsid5391790\rsid5457993\rsid6971106 +\rsid7825167\rsid8290289\rsid8652364\rsid8807688\rsid8808903\rsid9705371\rsid9796626\rsid9985199\rsid10428882\rsid10512634\rsid10765316\rsid11096338\rsid11545661\rsid11629838\rsid12534085\rsid12847293\rsid13451109\rsid13789584\rsid14034345\rsid14883868 +\rsid15817142\rsid15929941\rsid16216393}{\mmathPr\mmathFont34\mbrkBin0\mbrkBinSub0\msmallFrac0\mdispDef1\mlMargin0\mrMargin0\mdefJc1\mwrapIndent1440\mintLim0\mnaryLim1}{\info{\operator Tamara Emig}{\creatim\yr2022\mo6\dy6\hr13\min6} +{\revtim\yr2022\mo6\dy16\hr21\min47}{\version30}{\edmins0}{\nofpages1}{\nofwords108}{\nofchars686}{\nofcharsws793}{\vern49}}{\*\xmlnstbl {\xmlns1 http://schemas.microsoft.com/office/word/2003/wordml}} +\paperw12240\paperh15840\margl1440\margr1440\margt1440\margb1440\gutter0\ltrsect \widowctrl\ftnbj\aenddoc\hyphhotz425\trackmoves0\trackformatting1\donotembedsysfont0\relyonvml0\donotembedlingdata1\grfdocevents0\validatexml0\showplaceholdtext0\ignoremixedcontent0\saveinvalidxml0\showxmlerrors0\hyphauto1\formshade\horzdoc\dghspace120 \dgvspace120\dghorigin1701\dgvorigin1984\dghshow0\dgvshow3\jcompress\viewkind1\viewscale100\rsidroot14034345 \fet0{\*\wgrffmtfilter 2450}\ilfomacatclnup0{\*\ftnsep \ltrpar \pard\plain \ltrpar \ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\af43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af0\alang1025 \ltrch\fcs0 -\kerning0\insrsid345688 \chftnsep }{\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid345688 +\kerning0\insrsid14883868 \chftnsep }{\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid14883868 \par }}{\*\ftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\af43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 { -\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid345688 \chftnsepc +\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid14883868 \chftnsepc \par }}{\*\aftnsep \ltrpar \pard\plain \ltrpar\ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\af43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 { -\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid345688 \chftnsep +\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid14883868 \chftnsep \par }}{\*\aftnsepc \ltrpar \pard\plain \ltrpar\ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\af43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 -{\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid345688 \chftnsepc +{\rtlch\fcs1 \af43 \ltrch\fcs0 \insrsid14883868 \chftnsepc \par }}\ltrpar \sectd \ltrsect\sbknone\linex0\sectunlocked1\sectdefaultcl\sftnbj {\*\pnseclvl1\pnucrm\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl2\pnucltr\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl3\pndec\pnstart1\pnindent720\pnhang {\pntxta .}}{\*\pnseclvl4\pnlcltr\pnstart1\pnindent720\pnhang {\pntxta )}}{\*\pnseclvl5\pndec\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl6\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl7 \pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl8\pnlcltr\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}{\*\pnseclvl9\pnlcrm\pnstart1\pnindent720\pnhang {\pntxtb (}{\pntxta )}}\pard\plain \ltrpar \ql \li0\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\rin0\lin0\itap0 \rtlch\fcs1 \af43\afs24\alang1081 \ltrch\fcs0 \fs24\lang1031\langfe1031\kerning1\loch\af43\hich\af43\dbch\af31505\cgrid\langnp1031\langfenp1031 {\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 What\hich\f45 \rquote \loch\f45 s new in v1.9.}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid14034345 -\hich\af45\dbch\af31505\loch\f45 6}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 ?}{\rtlch\fcs1 \af45 \ltrch\fcs0 -\b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid4343352 -\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\lang1033\langfe1031\langnp1033\insrsid4479275\charrsid14034345 +\hich\af45\dbch\af31505\loch\f45 6}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid5313324 .}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid6971106 \hich\af45\dbch\af31505\loch\f45 1}{ +\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 ?}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid4343352 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid15817142 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142\charrsid15817142 \hich\af45\dbch\af31505\loch\f45 Sorry for the \hich\af45\dbch\af31505\loch\f45 broken \hich\af45\dbch\af31505\loch\f45 NexusMods +\hich\af45\dbch\af31505\loch\f45 login.}{\rtlch\fcs1 \af45 \ltrch\fcs0 \b\f45\cf1\lang1033\langfe1031\langnp1033\insrsid15817142 \hich\af45\dbch\af31505\loch\f45 }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142 +\hich\af45\dbch\af31505\loch\f45 Not sure what broke it, but \hich\af45\dbch\af31505\loch\f45 i\hich\af45\dbch\af31505\loch\f45 t should\hich\af45\dbch\af31505\loch\f45 now\hich\af45\dbch\af31505\loch\f45 work again\hich\af45\dbch\af31505\loch\f45 +\hich\af45\dbch\af31505\loch\f45 as\hich\af45\dbch\af31505\loch\f45 usual.}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid4479275 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142 +\par \hich\af45\dbch\af31505\loch\f45 Also, if some \hich\af45\dbch\af31505\loch\f45 of \hich\af45\dbch\af31505\loch\f45 you mi\hich\af45\dbch\af31505\loch\f45 ssed it\hich\af45\dbch\af31505\loch\f45 : You can re\hich\af45\dbch\af31505\loch\f45 +-enable the Nuclear Winter mode button in the \hich\af45\dbch\af31505\loch\f45 s\hich\af45\dbch\af31505\loch\f45 ettings}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid8807688 \hich\af45\dbch\af31505\loch\f45 , by ticking +\loch\af45\dbch\af31505\hich\f45 \'93}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\cf20\lang1033\langfe1031\langnp1033\insrsid8807688\charrsid8807688 \hich\af45\dbch\af31505\loch\f45 Show Nuclear }{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\cf20\lang1033\langfe1031\langnp1033\insrsid10428882 \hich\af45\dbch\af31505\loch\f45 W}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\cf20\lang1033\langfe1031\langnp1033\insrsid8807688\charrsid8807688 \hich\af45\dbch\af31505\loch\f45 inter +\hich\af45\dbch\af31505\loch\f45 toggle button in main window}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid8807688 \loch\af45\dbch\af31505\hich\f45 \'94}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142 .\hich\af45\dbch\af31505\loch\f45 \hich\af45\dbch\af31505\loch\f45 It\loch\af45\dbch\af31505\hich\f45 \rquote \hich\af45\dbch\af31505\loch\f45 s \hich\af45\dbch\af31505\loch\f45 only hidden}{ +\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid8807688 \hich\af45\dbch\af31505\loch\f45 , not \hich\af45\dbch\af31505\loch\f45 remo\hich\af45\dbch\af31505\loch\f45 ved}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid8652364 .}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid7825167 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid2034031 \hich\af45\dbch\af31505\loch\f45 I chose to hide }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid1261252 +\hich\af45\dbch\af31505\loch\f45 it because}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid2034031 \hich\af45\dbch\af31505\loch\f45 the game \hich\af45\dbch\af31505\loch\f45 doesn\loch\af45\dbch\af31505\hich\f45 \rquote +\hich\af45\dbch\af31505\loch\f45 t have a\hich\af45\dbch\af31505\loch\f45 Nuclear Winter }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid7825167 \hich\af45\dbch\af31505\loch\f45 mode\hich\af45\dbch\af31505\loch\f45 + anymore.}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid5457993 +\par }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142\charrsid15817142 \par }{\rtlch\fcs1 \ab\af45\afs20 \ltrch\fcs0 \b\f45\fs20\lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 Ch}{\rtlch\fcs1 \ab\af45\afs22 \ltrch\fcs0 \b\f45\fs22\cf1\lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 angelog}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid4343352\charrsid14034345 \par -\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid14034345\charrsid14034345 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}\pard \ltrpar -\ql \fi-360\li720\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\ls1\rin0\lin720\itap0\pararsid9705371 {\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 Added }{ -\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid13789584 \loch\af45\dbch\af31505\hich\f45 \'93}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 -\hich\af45\dbch\af31505\loch\f45 Steam (PTS)}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid13789584 \loch\af45\dbch\af31505\hich\f45 \'94}{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 as a}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid12534085 \hich\af45\dbch\af31505\loch\f45 selectable}{ -\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 game edition. Added Bethesda.net }{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid9985199 \hich\af45\dbch\af31505\loch\f45 launcher }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 -deprecation text and removed the option to pick Bethesda.net }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid9985199 \hich\af45\dbch\af31505\loch\f45 launcher }{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid14034345\charrsid14034345 \hich\af45\dbch\af31505\loch\f45 from the welcome window.}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid9705371 -\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid9705371\charrsid9705371 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid9705371\charrsid9705371 \hich\af45\dbch\af31505\loch\f45 Hide Nuclear Winter toggle button by default. Added a checkbox to }{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid9796626 \hich\af45\dbch\af31505\loch\f45 the settings\hich\af45\dbch\af31505\loch\f45 to\hich\af45\dbch\af31505\loch\f45 }{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid9705371\charrsid9705371 \hich\af45\dbch\af31505\loch\f45 show it again.}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid9705371\charrsid11096338 +\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid9705371\charrsid9705371 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}\pard \ltrpar +\ql \fi-360\li720\ri0\nowidctlpar\wrapdefault\hyphpar0\faauto\ls1\rin0\lin720\itap0\pararsid1404872 {\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid9705371\charrsid9705371 \hich\af45\dbch\af31505\loch\f45 +Nuclear Winter toggle button}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid6971106 \hich\af45\dbch\af31505\loch\f45 will }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid5391790 +\hich\af45\dbch\af31505\loch\f45 now }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid6971106 \hich\af45\dbch\af31505\loch\f45 only be hidden if N\hich\af45\dbch\af31505\loch\f45 uclear Winter mode is disabled}{\rtlch\fcs1 +\af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid10512634 .}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid1404872\charrsid8290289 +\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid1404872 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872 \hich\af45\dbch\af31505\loch\f45 Bug fix: For some reason, the NexusMods login buttons didn\hich\f45 \rquote \loch\f45 t do a thing}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid15817142 \hich\af45\dbch\af31505\loch\f45 after rel\hich\af45\dbch\af31505\loch\f45 easing \hich\af45\dbch\af31505\loch\f45 v\hich\af45\dbch\af31505\loch\f45 1.9.6}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid3880951 \hich\af45\dbch\af31505\loch\f45 . Not sure what broke it, but }{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid12847293 \hich\af45\dbch\af31505\loch\f45 i}{ +\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872 \hich\af45\dbch\af31505\loch\f45 t should}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid3880951 \hich\af45\dbch\af31505\loch\f45 now}{ +\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872 \hich\af45\dbch\af31505\loch\f45 work again}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid5313324 \hich\af45\dbch\af31505\loch\f45 }{ +\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid3880951 \hich\af45\dbch\af31505\loch\f45 as}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid5313324 \hich\af45\dbch\af31505\loch\f45 usual.}{ +\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid9705371\charrsid1404872 \par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid8808903 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}{\rtlch\fcs1 \af45 \ltrch\fcs0 -\f45\fs20\lang1033\langfe1031\langnp1033\insrsid8808903 \hich\af45\dbch\af31505\loch\f45 Bug f\hich\af45\dbch\af31505\loch\f45 ix: }{\rtlch\fcs1 \af331\afs19\alang1025 \ltrch\fcs0 -\f331\fs19\cf20\lang1033\langfe1031\kerning0\langnp1033\insrsid8808903\charrsid8808903 \hich\af331\dbch\af31505\loch\f331 bApplyCameraNodeAnimations}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid8808903 -\hich\af45\dbch\af31505\loch\f45 now \hich\af45\dbch\af31505\loch\f45 also \hich\af45\dbch\af31505\loch\f45 g\hich\af45\dbch\af31505\loch\f45 ets \hich\af45\dbch\af31505\loch\f45 written to Fallout76Custom.ini\hich\af45\dbch\af31505\loch\f45 , as -\hich\af45\dbch\af31505\loch\f45 indicated \hich\af45\dbch\af31505\loch\f45 in the popup\hich\af45\dbch\af31505\loch\f45 info.}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid11096338\charrsid9705371 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid8808903 \hich\af45\dbch\af31505\loch\f45 Bug fix:}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid6971106 \hich\af45\dbch\af31505\loch\f45 \hich\f45 + Disabling Anti-Aliasing will now write \'93\'94\loch\f45 \hich\f45 instead of \'93\loch\f45 \hich\f45 Disabled\'94\loch\f45 into the *.ini files.}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid1404872 +\par {\listtext\pard\plain\ltrpar \rtlch\fcs1 \af45\alang1081 \ltrch\fcs0 \f43\fs20\lang1033\langfe1031\kerning1\langnp1033\insrsid1404872\charrsid1404872 \loch\af43\dbch\af31505\hich\f43 \'95\tab}}{\rtlch\fcs1 \af45 \ltrch\fcs0 +\f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872\charrsid1404872 \hich\af45\dbch\af31505\loch\f45 Changed the Field of View}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872 \hich\af45\dbch\af31505\loch\f45 + description}{\rtlch\fcs1 \af45 \ltrch\fcs0 \f45\fs20\lang1033\langfe1031\langnp1033\insrsid1404872\charrsid1404872 .}{\rtlch\fcs1 \af0 \ltrch\fcs0 \lang1033\langfe1031\langnp1033\insrsid1404872\charrsid1404872 \par }{\*\themedata 504b030414000600080000002100e9de0fbfff0000001c020000130000005b436f6e74656e745f54797065735d2e786d6cac91cb4ec3301045f748fc83e52d4a 9cb2400825e982c78ec7a27cc0c8992416c9d8b2a755fbf74cd25442a820166c2cd933f79e3be372bd1f07b5c3989ca74aaff2422b24eb1b475da5df374fd9ad 5689811a183c61a50f98f4babebc2837878049899a52a57be670674cb23d8e90721f90a4d2fa3802cb35762680fd800ecd7551dc18eb899138e3c943d7e503b6 @@ -268,8 +289,8 @@ fffffffffffffffffdfffffffeffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff ffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffffff -ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e500000000000000000000000000f0 -38739c79d801feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 +ffffffffffffffffffffffffffffffff52006f006f007400200045006e00740072007900000000000000000000000000000000000000000000000000000000000000000000000000000000000000000016000500ffffffffffffffffffffffff0c6ad98892f1d411a65f0040963251e5000000000000000000000000a0b3 +f3f2b981d801feffffff00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff00000000000000000000000000000000000000000000000000000000 00000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff0000000000000000000000000000000000000000000000000000 000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000ffffffffffffffffffffffff000000000000000000000000000000000000000000000000 0000000000000000000000000000000000000000000000000105000000000000}} \ No newline at end of file