From d47aca5a44c727cf99cbd4f8b3b3a42caf330186 Mon Sep 17 00:00:00 2001 From: cadon Date: Tue, 5 Jan 2016 18:30:08 +0100 Subject: [PATCH] * creature-spawning-distance-fix + entities --- ARKcc/Form1.Designer.cs | 32 ++++++++++++++++---------------- ARKcc/entities.txt | 3 ++- 2 files changed, 18 insertions(+), 17 deletions(-) diff --git a/ARKcc/Form1.Designer.cs b/ARKcc/Form1.Designer.cs index c52b3b8..845459c 100644 --- a/ARKcc/Form1.Designer.cs +++ b/ARKcc/Form1.Designer.cs @@ -52,6 +52,7 @@ private void InitializeComponent() this.buttonClearSearch = new System.Windows.Forms.Button(); this.labelInfo = new System.Windows.Forms.Label(); this.groupBoxSettings = new System.Windows.Forms.GroupBox(); + this.linkLabelVer = new System.Windows.Forms.LinkLabel(); this.checkBoxClearCopy = new System.Windows.Forms.CheckBox(); this.buttonCopy = new System.Windows.Forms.Button(); this.checkBoxExact = new System.Windows.Forms.CheckBox(); @@ -77,7 +78,6 @@ private void InitializeComponent() this.buttonAs = new System.Windows.Forms.Button(); this.buttonCrap = new System.Windows.Forms.Button(); this.numericUpDownQuality = new System.Windows.Forms.NumericUpDown(); - this.linkLabelVer = new System.Windows.Forms.LinkLabel(); this.tableLayoutPanel1.SuspendLayout(); ((System.ComponentModel.ISupportInitialize)(this.splitContainerBottom)).BeginInit(); this.splitContainerBottom.Panel1.SuspendLayout(); @@ -420,6 +420,17 @@ private void InitializeComponent() this.groupBoxSettings.TabStop = false; this.groupBoxSettings.Text = "Settings"; // + // linkLabelVer + // + this.linkLabelVer.AutoSize = true; + this.linkLabelVer.Location = new System.Drawing.Point(6, 406); + this.linkLabelVer.Name = "linkLabelVer"; + this.linkLabelVer.Size = new System.Drawing.Size(102, 13); + this.linkLabelVer.TabIndex = 10; + this.linkLabelVer.TabStop = true; + this.linkLabelVer.Text = "v0.8.2, by cad 2016"; + this.linkLabelVer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelVer_LinkClicked); + // // checkBoxClearCopy // this.checkBoxClearCopy.Anchor = ((System.Windows.Forms.AnchorStyles)((System.Windows.Forms.AnchorStyles.Bottom | System.Windows.Forms.AnchorStyles.Left))); @@ -529,7 +540,7 @@ private void InitializeComponent() // this.numericUpDownDistance.Location = new System.Drawing.Point(27, 19); this.numericUpDownDistance.Maximum = new decimal(new int[] { - 1000, + 10000, 0, 0, 0}); @@ -537,7 +548,7 @@ private void InitializeComponent() this.numericUpDownDistance.Size = new System.Drawing.Size(45, 20); this.numericUpDownDistance.TabIndex = 6; this.numericUpDownDistance.Value = new decimal(new int[] { - 1, + 500, 0, 0, 0}); @@ -555,7 +566,7 @@ private void InitializeComponent() // this.numericUpDownZ.Location = new System.Drawing.Point(27, 71); this.numericUpDownZ.Maximum = new decimal(new int[] { - 1000, + 10000, 0, 0, 0}); @@ -581,7 +592,7 @@ private void InitializeComponent() // this.numericUpDownY.Location = new System.Drawing.Point(27, 45); this.numericUpDownY.Maximum = new decimal(new int[] { - 1000, + 10000, 0, 0, 0}); @@ -727,17 +738,6 @@ private void InitializeComponent() this.numericUpDownQuality.Size = new System.Drawing.Size(41, 20); this.numericUpDownQuality.TabIndex = 0; // - // linkLabelVer - // - this.linkLabelVer.AutoSize = true; - this.linkLabelVer.Location = new System.Drawing.Point(6, 406); - this.linkLabelVer.Name = "linkLabelVer"; - this.linkLabelVer.Size = new System.Drawing.Size(93, 13); - this.linkLabelVer.TabIndex = 10; - this.linkLabelVer.TabStop = true; - this.linkLabelVer.Text = "v0.8, by cad 2016"; - this.linkLabelVer.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabelVer_LinkClicked); - // // Form1 // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); diff --git a/ARKcc/entities.txt b/ARKcc/entities.txt index d629880..bb42383 100644 --- a/ARKcc/entities.txt +++ b/ARKcc/entities.txt @@ -722,7 +722,8 @@ Red,setplayerpos -194754 -196289 34400 Blue,setplayerpos 178731 71553 -9400 Green,setplayerpos -260395 238666 -10500 --ItemBundles -AssaultR with Ammo,GiveItemNum 2 1 20 0|GiveItemNum 246 50 20 0|GiveItemNum 246 50 20 0 +AssaultRifle with Ammo,GiveItemNum 2 1 20 0|GiveItemNum 246 50 20 0|GiveItemNum 246 50 20 0 +MachinedSniper + Ammo,GiveItemNum 436 1 20 0|GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_AdvancedSniperBullet.PrimalItemAmmo_AdvancedSniperBullet'" 50 20 0 Tranq-Rifle,GiveItemNum 132 1 20 0|GiveItem "Blueprint'/Game/PrimalEarth/CoreBlueprints/Weapons/PrimalItemAmmo_TranqDart.PrimalItemAmmo_TranqDart'" 50 20 0 100 C4 + Clipper,GiveItemNum 43 50 0 0|GiveItemNum 43 50 0 0|GiveItemNum 42 1 0 0 Flak Armor (HighQuality),GiveItemNum 225 1 20 0|GiveItemNum 223 1 20 0|GiveItemNum 226 1 20 0|GiveItemNum 224 1 20 0|GiveItemNum 222 1 20 0 \ No newline at end of file