From 4c80b547ffd9ba69c9303c29df4221c3cc6dc677 Mon Sep 17 00:00:00 2001 From: AsvalGTA Date: Wed, 17 Apr 2019 10:00:33 +0200 Subject: [PATCH] updated jwp download link + minimum window size --- FModel/Forms/About.Designer.cs | 4 ++-- FModel/MainWindow.Designer.cs | 17 +++++++++-------- FModel/MainWindow.cs | 4 ++-- FModel/MainWindow.resx | 2 +- README.md | 4 ++-- 5 files changed, 16 insertions(+), 15 deletions(-) diff --git a/FModel/Forms/About.Designer.cs b/FModel/Forms/About.Designer.cs index 09c2f47f..fe782a9b 100644 --- a/FModel/Forms/About.Designer.cs +++ b/FModel/Forms/About.Designer.cs @@ -53,10 +53,10 @@ private void InitializeComponent() this.linkLabel1.AutoSize = true; this.linkLabel1.Location = new System.Drawing.Point(152, 89); this.linkLabel1.Name = "linkLabel1"; - this.linkLabel1.Size = new System.Drawing.Size(67, 13); + this.linkLabel1.Size = new System.Drawing.Size(69, 13); this.linkLabel1.TabIndex = 1; this.linkLabel1.TabStop = true; - this.linkLabel1.Text = "Github Repo"; + this.linkLabel1.Text = "GitHub Repo"; this.linkLabel1.LinkClicked += new System.Windows.Forms.LinkLabelLinkClickedEventHandler(this.linkLabel1_LinkClicked); // // linkLabel2 diff --git a/FModel/MainWindow.Designer.cs b/FModel/MainWindow.Designer.cs index 85ce7a73..3c9b47d9 100644 --- a/FModel/MainWindow.Designer.cs +++ b/FModel/MainWindow.Designer.cs @@ -144,26 +144,26 @@ private void InitializeComponent() // loadOneToolStripMenuItem // this.loadOneToolStripMenuItem.Name = "loadOneToolStripMenuItem"; - this.loadOneToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.loadOneToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.loadOneToolStripMenuItem.Text = "Load One PAK"; this.loadOneToolStripMenuItem.DropDownItemClicked += new System.Windows.Forms.ToolStripItemClickedEventHandler(this.loadOneToolStripMenuItem_DropDownItemClicked); // // loadAllToolStripMenuItem // this.loadAllToolStripMenuItem.Name = "loadAllToolStripMenuItem"; - this.loadAllToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.loadAllToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.loadAllToolStripMenuItem.Text = "Load All PAKs"; this.loadAllToolStripMenuItem.Click += new System.EventHandler(this.loadAllToolStripMenuItem_Click); // // toolStripSeparator1 // this.toolStripSeparator1.Name = "toolStripSeparator1"; - this.toolStripSeparator1.Size = new System.Drawing.Size(177, 6); + this.toolStripSeparator1.Size = new System.Drawing.Size(159, 6); // // backupPAKsToolStripMenuItem // this.backupPAKsToolStripMenuItem.Name = "backupPAKsToolStripMenuItem"; - this.backupPAKsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.backupPAKsToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.backupPAKsToolStripMenuItem.Text = "Backup PAKs"; this.backupPAKsToolStripMenuItem.Click += new System.EventHandler(this.backupPAKsToolStripMenuItem_Click); // @@ -171,7 +171,7 @@ private void InitializeComponent() // this.differenceModeToolStripMenuItem.CheckOnClick = true; this.differenceModeToolStripMenuItem.Name = "differenceModeToolStripMenuItem"; - this.differenceModeToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.differenceModeToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.differenceModeToolStripMenuItem.Text = "Difference Mode"; this.differenceModeToolStripMenuItem.CheckedChanged += new System.EventHandler(this.differenceModeToolStripMenuItem_CheckedChanged); // @@ -180,20 +180,20 @@ private void InitializeComponent() this.updateModeToolStripMenuItem.CheckOnClick = true; this.updateModeToolStripMenuItem.Enabled = false; this.updateModeToolStripMenuItem.Name = "updateModeToolStripMenuItem"; - this.updateModeToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.updateModeToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.updateModeToolStripMenuItem.Text = "Update Mode"; this.updateModeToolStripMenuItem.CheckedChanged += new System.EventHandler(this.updateModeToolStripMenuItem_CheckedChanged); // // toolStripSeparator2 // this.toolStripSeparator2.Name = "toolStripSeparator2"; - this.toolStripSeparator2.Size = new System.Drawing.Size(177, 6); + this.toolStripSeparator2.Size = new System.Drawing.Size(159, 6); // // settingsToolStripMenuItem // this.settingsToolStripMenuItem.Image = global::FModel.Properties.Resources.properties_16xLG; this.settingsToolStripMenuItem.Name = "settingsToolStripMenuItem"; - this.settingsToolStripMenuItem.Size = new System.Drawing.Size(180, 22); + this.settingsToolStripMenuItem.Size = new System.Drawing.Size(162, 22); this.settingsToolStripMenuItem.Text = "Settings"; this.settingsToolStripMenuItem.Click += new System.EventHandler(this.settingsToolStripMenuItem_Click); // @@ -463,6 +463,7 @@ private void InitializeComponent() this.Controls.Add(this.menuStrip1); this.Icon = ((System.Drawing.Icon)(resources.GetObject("$this.Icon"))); this.MainMenuStrip = this.menuStrip1; + this.MinimumSize = new System.Drawing.Size(1207, 744); this.Name = "MainWindow"; this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen; this.Text = "FModel"; diff --git a/FModel/MainWindow.cs b/FModel/MainWindow.cs index 9e0318e6..25e885c9 100644 --- a/FModel/MainWindow.cs +++ b/FModel/MainWindow.cs @@ -238,7 +238,7 @@ private void johnWickCheck() if (!File.Exists(DefaultOutputPath + "\\john-wick-parse_custom.exe") && connection == true) { WebClient Client = new WebClient(); - Client.DownloadFile("https://dl.dropbox.com/s/rkjug9zyy8rhksp/john-wick-parse_custom.exe?dl=0", DefaultOutputPath + "\\john-wick-parse_custom.exe"); + Client.DownloadFile("https://dl.dropbox.com/s/af5n0wr3wyb5n1u/john-wick-parse_custom.exe?dl=0", DefaultOutputPath + "\\john-wick-parse_custom.exe"); parserInfo = new FileInfo(DefaultOutputPath + "\\john-wick-parse_custom.exe"); updateConsole("john-wick-parse_custom.exe downloaded successfully", Color.FromArgb(255, 66, 244, 66), "Success"); @@ -266,7 +266,7 @@ private void johnWickCheck() if (parserInfo.Length != fileSize) { WebClient Client = new WebClient(); - Client.DownloadFile("https://dl.dropbox.com/s/rkjug9zyy8rhksp/john-wick-parse_custom.exe?dl=0", DefaultOutputPath + "\\john-wick-parse_custom.exe"); + Client.DownloadFile("https://dl.dropbox.com/s/af5n0wr3wyb5n1u/john-wick-parse_custom.exe?dl=0", DefaultOutputPath + "\\john-wick-parse_custom.exe"); updateConsole("john-wick-parse_custom.exe updated successfully", Color.FromArgb(255, 66, 244, 66), "Success"); } diff --git a/FModel/MainWindow.resx b/FModel/MainWindow.resx index bbc41c06..3bd56eab 100644 --- a/FModel/MainWindow.resx +++ b/FModel/MainWindow.resx @@ -131,7 +131,7 @@ AAEAAAD/////AQAAAAAAAAAMAgAAAFdTeXN0ZW0uV2luZG93cy5Gb3JtcywgVmVyc2lvbj00LjAuMC4w LCBDdWx0dXJlPW5ldXRyYWwsIFB1YmxpY0tleVRva2VuPWI3N2E1YzU2MTkzNGUwODkFAQAAACZTeXN0 ZW0uV2luZG93cy5Gb3Jtcy5JbWFnZUxpc3RTdHJlYW1lcgEAAAAERGF0YQcCAgAAAAkDAAAADwMAAABa - CAAAAk1TRnQBSQFMAgEBAgEAAVgBAAFYAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo + CAAAAk1TRnQBSQFMAgEBAgEAAWgBAAFoAQABEAEAARABAAT/AQkBAAj/AUIBTQE2AQQGAAE2AQQCAAEo AwABQAMAARADAAEBAQABCAYAAQQYAAGAAgABgAMAAoABAAGAAwABgAEAAYABAAKAAgADwAEAAcAB3AHA AQAB8AHKAaYBAAEzBQABMwEAATMBAAEzAQACMwIAAxYBAAMcAQADIgEAAykBAANVAQADTQEAA0IBAAM5 AQABgAF8Af8BAAJQAf8BAAGTAQAB1gEAAf8B7AHMAQABxgHWAe8BAAHWAucBAAGQAakBrQIAAf8BMwMA diff --git a/README.md b/README.md index 68fe15a9..37ed7e73 100644 --- a/README.md +++ b/README.md @@ -25,13 +25,13 @@ **4.** Clicking on **Extract** will extract the selected Asset to your `Documents` folder, try to serialize it and will display infos about it - Asset is an **_ID_**: - - Try to create an [Icon]() with **Name**, **Description**, **Rarity**, **Type** and the **Cosmetic Source** + - Try to create an [Icon](https://i.imgur.com/VoxEi7T.png) with **Name**, **Description**, **Rarity**, **Type** and the **Cosmetic Source** - Asset is a **_Texture_**: - Try to display the Asset as PNG - Asset is a **_Sound_**: - Try to convert the Asset to OGG and play the sound - Asset is a **_Bundle Of Challenges_**: - - Try to create an [Icon]() with all **Challenges' Description**, **Count** and the **Reward** + - Try to create an [Icon](https://i.imgur.com/J3Ah28b.png) with all **Challenges' Description**, **Count** and the **Reward** - Asset is a **_Font_**: - Try to convert the Asset to OTF