diff --git a/BeatSaberCampaignCreator/BeatSaberCampaignCreator.csproj b/BeatSaberCampaignCreator/BeatSaberCampaignCreator.csproj index 4b3d33f..0e6ca13 100644 --- a/BeatSaberCampaignCreator/BeatSaberCampaignCreator.csproj +++ b/BeatSaberCampaignCreator/BeatSaberCampaignCreator.csproj @@ -42,6 +42,9 @@ False ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BeatSaberCustomUI.dll + + ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\BSML.dll + ..\..\..\..\..\..\Program Files (x86)\Steam\steamapps\common\Beat Saber\Plugins\Custom Campaigns.dll diff --git a/BeatSaberCampaignCreator/Form1.Designer.cs b/BeatSaberCampaignCreator/Form1.Designer.cs index cbf8146..401fa05 100644 --- a/BeatSaberCampaignCreator/Form1.Designer.cs +++ b/BeatSaberCampaignCreator/Form1.Designer.cs @@ -152,6 +152,7 @@ private void InitializeComponent() this.mapArea = new System.Windows.Forms.Panel(); this.timer1 = new System.Windows.Forms.Timer(this.components); this.colorDialog1 = new System.Windows.Forms.ColorDialog(); + this.label28 = new System.Windows.Forms.Label(); this.toolStrip1.SuspendLayout(); this.tabControl1.SuspendLayout(); this.tabPage1.SuspendLayout(); @@ -669,6 +670,7 @@ private void InitializeComponent() // // tabPage4 // + this.tabPage4.Controls.Add(this.label28); this.tabPage4.Controls.Add(this.tableLayoutPanel3); this.tabPage4.Controls.Add(this.requirementIsMax); this.tabPage4.Controls.Add(this.remReq); @@ -715,7 +717,9 @@ private void InitializeComponent() "headInWall", "saberInWall", "wallHeadbutts", - "spins"}); + "spins", + "accuracy", + "maintainAccuracy"}); this.requirementType.Location = new System.Drawing.Point(103, 3); this.requirementType.Name = "requirementType"; this.requirementType.Size = new System.Drawing.Size(94, 21); @@ -1575,6 +1579,16 @@ private void InitializeComponent() // this.colorDialog1.AnyColor = true; this.colorDialog1.FullOpen = true; + // + // label28 + // + this.label28.AutoSize = true; + this.label28.Location = new System.Drawing.Point(175, 218); + this.label28.Name = "label28"; + this.label28.Size = new System.Drawing.Size(276, 26); + this.label28.TabIndex = 24; + this.label28.Text = "For accuracy based requirements enter the percent * 100\r\nfor example 63.17% = 631" + + "7"; // // Form1 // @@ -1759,6 +1773,7 @@ private void InitializeComponent() private System.Windows.Forms.CheckBox appearsEverytime; private System.Windows.Forms.ColorDialog colorDialog1; private System.Windows.Forms.Button buttonLightColor; + private System.Windows.Forms.Label label28; } }