diff --git a/.vs/Eboot.bin Patcher/v15/.suo b/.vs/Eboot.bin Patcher/v15/.suo new file mode 100644 index 0000000..e3a382c Binary files /dev/null and b/.vs/Eboot.bin Patcher/v15/.suo differ diff --git a/.vs/Eboot.bin Patcher/v15/Server/sqlite3/db.lock b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/db.lock new file mode 100644 index 0000000..e69de29 diff --git a/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide new file mode 100644 index 0000000..7474e7d Binary files /dev/null and b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide differ diff --git a/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-shm b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-shm new file mode 100644 index 0000000..a1d7007 Binary files /dev/null and b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-shm differ diff --git a/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-wal b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-wal new file mode 100644 index 0000000..9d53897 Binary files /dev/null and b/.vs/Eboot.bin Patcher/v15/Server/sqlite3/storage.ide-wal differ diff --git a/Eboot.bin Patcher/Eboot.bin Patcher.csproj b/Eboot.bin Patcher/Eboot.bin Patcher.csproj index fb7d473..4ecc6ed 100644 --- a/Eboot.bin Patcher/Eboot.bin Patcher.csproj +++ b/Eboot.bin Patcher/Eboot.bin Patcher.csproj @@ -90,6 +90,12 @@ Credits.cs + + Form + + + list.cs + Form @@ -113,6 +119,9 @@ Credits.cs + + list.cs + Main.cs Designer diff --git a/Eboot.bin Patcher/Main.Designer.cs b/Eboot.bin Patcher/Main.Designer.cs index 1adcf92..e0e92f7 100644 --- a/Eboot.bin Patcher/Main.Designer.cs +++ b/Eboot.bin Patcher/Main.Designer.cs @@ -37,13 +37,15 @@ private void InitializeComponent() this.pictureBox1 = new System.Windows.Forms.PictureBox(); this.textBox1 = new System.Windows.Forms.TextBox(); this.label1 = new System.Windows.Forms.Label(); + this.button2 = new System.Windows.Forms.Button(); + this.label2 = new System.Windows.Forms.Label(); ((System.ComponentModel.ISupportInitialize)(this.pictureBox1)).BeginInit(); this.SuspendLayout(); // // Credits // this.Credits.AutoSize = true; - this.Credits.Location = new System.Drawing.Point(148, 79); + this.Credits.Location = new System.Drawing.Point(148, 74); this.Credits.Name = "Credits"; this.Credits.Size = new System.Drawing.Size(94, 23); this.Credits.TabIndex = 2; @@ -57,7 +59,7 @@ private void InitializeComponent() // // button1 // - this.button1.Location = new System.Drawing.Point(148, 21); + this.button1.Location = new System.Drawing.Point(148, 16); this.button1.Name = "button1"; this.button1.Size = new System.Drawing.Size(94, 23); this.button1.TabIndex = 4; @@ -67,7 +69,7 @@ private void InitializeComponent() // // Help // - this.Help.Location = new System.Drawing.Point(148, 111); + this.Help.Location = new System.Drawing.Point(148, 103); this.Help.Name = "Help"; this.Help.Size = new System.Drawing.Size(94, 23); this.Help.TabIndex = 6; @@ -77,7 +79,7 @@ private void InitializeComponent() // // button3 // - this.button3.Location = new System.Drawing.Point(148, 50); + this.button3.Location = new System.Drawing.Point(148, 45); this.button3.Name = "button3"; this.button3.Size = new System.Drawing.Size(94, 23); this.button3.TabIndex = 13; @@ -90,7 +92,7 @@ private void InitializeComponent() this.pictureBox1.Image = ((System.Drawing.Image)(resources.GetObject("pictureBox1.Image"))); this.pictureBox1.Location = new System.Drawing.Point(12, 21); this.pictureBox1.Name = "pictureBox1"; - this.pictureBox1.Size = new System.Drawing.Size(130, 128); + this.pictureBox1.Size = new System.Drawing.Size(130, 133); this.pictureBox1.TabIndex = 12; this.pictureBox1.TabStop = false; // @@ -98,7 +100,7 @@ private void InitializeComponent() // this.textBox1.Location = new System.Drawing.Point(285, 37); this.textBox1.Name = "textBox1"; - this.textBox1.Size = new System.Drawing.Size(116, 20); + this.textBox1.Size = new System.Drawing.Size(184, 20); this.textBox1.TabIndex = 16; this.textBox1.Text = "Put patch verson here"; // @@ -111,12 +113,33 @@ private void InitializeComponent() this.label1.TabIndex = 17; this.label1.Text = "Use this to type in the game and patch"; // + // button2 + // + this.button2.Location = new System.Drawing.Point(148, 131); + this.button2.Name = "button2"; + this.button2.Size = new System.Drawing.Size(99, 23); + this.button2.TabIndex = 18; + this.button2.Text = "List of supported games"; + this.button2.UseVisualStyleBackColor = true; + this.button2.Click += new System.EventHandler(this.button2_Click); + // + // label2 + // + this.label2.AutoSize = true; + this.label2.Location = new System.Drawing.Point(282, 60); + this.label2.Name = "label2"; + this.label2.Size = new System.Drawing.Size(134, 13); + this.label2.TabIndex = 19; + this.label2.Text = "Change ^ or it will not work"; + // // Main // this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; this.AutoSize = true; - this.ClientSize = new System.Drawing.Size(481, 166); + this.ClientSize = new System.Drawing.Size(520, 166); + this.Controls.Add(this.label2); + this.Controls.Add(this.button2); this.Controls.Add(this.label1); this.Controls.Add(this.textBox1); this.Controls.Add(this.button3); @@ -142,6 +165,8 @@ private void InitializeComponent() private System.Windows.Forms.Button button3; private System.Windows.Forms.TextBox textBox1; private System.Windows.Forms.Label label1; + private System.Windows.Forms.Button button2; + private System.Windows.Forms.Label label2; } } diff --git a/Eboot.bin Patcher/Main.cs b/Eboot.bin Patcher/Main.cs index 53790d2..ab9100e 100644 --- a/Eboot.bin Patcher/Main.cs +++ b/Eboot.bin Patcher/Main.cs @@ -105,6 +105,80 @@ private void updates_Click(object sender, EventArgs e) private void button3_Click(object sender, EventArgs e) { + if (textBox1.Text == "Extracted FPKG US skyrim 1.09") + { + BinaryWriter Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Sbw.BaseStream.Position = 0x18B706D; + Sbw.Write(0x6D); + Sbw.BaseStream.Position = 0x18B706E; + Sbw.Write(0x6F); + Sbw.BaseStream.Position = 0x18B706F; + Sbw.Write(0x64); + Sbw.BaseStream.Position = 0x18B7070; + Sbw.Write(0x73); + Sbw.BaseStream.Position = 0x18B7071; + Sbw.Write(0x2E); + Sbw.BaseStream.Position = 0x18B7072; + Sbw.Write(0x74); + Sbw.BaseStream.Position = 0x18B7073; + Sbw.Write(0x78); + Sbw.BaseStream.Position = 0x18B7074; + Sbw.Write(0x74); + Sbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + + if (textBox1.Text == "Extracted FPKG US skyrim 1.08") + { + BinaryWriter Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Sbw.BaseStream.Position = 0x18B6C4D; + Sbw.Write(0x6D); + Sbw.BaseStream.Position = 0x18B6C4E; + Sbw.Write(0x6F); + Sbw.BaseStream.Position = 0x18B6C4F; + Sbw.Write(0x64); + Sbw.BaseStream.Position = 0x18B6C50; + Sbw.Write(0x73); + Sbw.BaseStream.Position = 0x18B6C51; + Sbw.Write(0x2E); + Sbw.BaseStream.Position = 0x18B6C52; + Sbw.Write(0x74); + Sbw.BaseStream.Position = 0x18B6C53; + Sbw.Write(0x78); + Sbw.BaseStream.Position = 0x18B6C54; + Sbw.Write(0x74); + Sbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + + if (textBox1.Text == "Extracted FPKG EU skyrim 1.09") + { + BinaryWriter Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Sbw.BaseStream.Position = 0x18B706D; + Sbw.Write(0x6D); + Sbw.BaseStream.Position = 0x18B706E; + Sbw.Write(0x6F); + Sbw.BaseStream.Position = 0x18B706F; + Sbw.Write(0x64); + Sbw.BaseStream.Position = 0x18B7070; + Sbw.Write(0x73); + Sbw.BaseStream.Position = 0x18B7071; + Sbw.Write(0x2E); + Sbw.BaseStream.Position = 0x18B7072; + Sbw.Write(0x74); + Sbw.BaseStream.Position = 0x18B7073; + Sbw.Write(0x78); + Sbw.BaseStream.Position = 0x18B7074; + Sbw.Write(0x74); + Sbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + + if (textBox1.Text == "Extracted FPKG EU skyrim 1.08") + { + MessageBox.Show("where did you get this update?"); + } + if (textBox1.Text == "US skyrim 1.09") { BinaryWriter Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); @@ -127,6 +201,30 @@ private void button3_Click(object sender, EventArgs e) Sbw.Close(); MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); } + + if (textBox1.Text == "EU skyrim 1.09") + { + BinaryWriter Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Sbw.BaseStream.Position = 0x18B6F0D; + Sbw.Write(0x6D); + Sbw.BaseStream.Position = 0x18B6F0E; + Sbw.Write(0x6F); + Sbw.BaseStream.Position = 0x18B6F0F; + Sbw.Write(0x64); + Sbw.BaseStream.Position = 0x18B6F10; + Sbw.Write(0x73); + Sbw.BaseStream.Position = 0x18B6F11; + Sbw.Write(0x2E); + Sbw.BaseStream.Position = 0x18B6F12; + Sbw.Write(0x74); + Sbw.BaseStream.Position = 0x18B6F13; + Sbw.Write(0x78); + Sbw.BaseStream.Position = 0x18B6F14; + Sbw.Write(0x74); + Sbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + else if (textBox1.Text == "US skyrim 1.08") { BinaryWriter S8Sbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); @@ -149,6 +247,8 @@ private void button3_Click(object sender, EventArgs e) S8Sbw.Close(); MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); } + + else if (textBox1.Text == "US skyrim 1.07") { MessageBox.Show("i couldn't find 1.07's update sorry :("); @@ -181,8 +281,89 @@ private void button3_Click(object sender, EventArgs e) { MessageBox.Show("this can not be patched and does not need patching"); } + else if (textBox1.Text == "EU skyrim 1.07") + { + MessageBox.Show("i couldn't find 1.07's update sorry :("); + } + else if (textBox1.Text == "EU skyrim 1.06") + { + MessageBox.Show("this update is not supported sorry :("); + } + else if (textBox1.Text == "EU skyrim 1.05") + { + MessageBox.Show("this update is not supported sorry :("); + } + else if (textBox1.Text == "EU skyrim 1.04") + { + MessageBox.Show("where did you get this update?"); + } + else if (textBox1.Text == "EU skyrim 1.03") + { + MessageBox.Show("where did you get this update?"); + } + else if (textBox1.Text == "EU skyrim 1.02") + { + MessageBox.Show("where did you get this update?"); + } + else if (textBox1.Text == "EU skyrim 1.01") + { + MessageBox.Show("where did you get this update?"); + } + else if (textBox1.Text == "EU skyrim 1.00") + { + MessageBox.Show("this can not be patched and does not need patching"); + } ////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////// - /// to split them + if (textBox1.Text == "Extracted FPKG US fallout 4 1.22") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E57514; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E57515; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E57516; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E57517; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E57518; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E57519; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5751A; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E5751B; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5751C; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + + if (textBox1.Text == "Extracted FPKG US fallout 4 1.21") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E57514; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E57515; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E57516; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E57517; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E57518; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E57519; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5751A; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E5751B; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5751C; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + if (textBox1.Text == "US fallout 4 1.22") { BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); @@ -207,60 +388,149 @@ private void button3_Click(object sender, EventArgs e) Fbw.Close(); MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); } - else if (textBox1.Text == "EU skyrim 1.09") - { - // this is for the EU verion of skyrim - BinaryWriter EUSbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); - EUSbw.BaseStream.Position = 0x18B6F0D; - EUSbw.Write(0x6D); - EUSbw.BaseStream.Position = 0x18B6F0E; - EUSbw.Write(0x6F); - EUSbw.BaseStream.Position = 0x18B6F0F; - EUSbw.Write(0x64); - EUSbw.BaseStream.Position = 0x18B6F10; - EUSbw.Write(0x73); - EUSbw.BaseStream.Position = 0x18B6F11; - EUSbw.Write(0x2E); - EUSbw.BaseStream.Position = 0x18B6F12; - EUSbw.Write(0x74); - EUSbw.BaseStream.Position = 0x18B6F13; - EUSbw.Write(0x78); - EUSbw.BaseStream.Position = 0x18B6F14; - EUSbw.Write(0x74); - EUSbw.BaseStream.Position = 0x18B6F15; - EUSbw.Write(0x00); - EUSbw.Close(); + + if (textBox1.Text == "US fallout 4 1.21") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E49DE4; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E49DE5; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E49DE6; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E49DE7; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E49DE8; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E49DE9; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E49DEA; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E49DEB; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E49DEC; + Fbw.Write(0x00); + Fbw.Close(); MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); } - else if (textBox1.Text == "US fallout 4 1.21") - { - MessageBox.Show("this is not supported at the moment please check and see if its up-to-date"); - ///BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x6D); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x6F); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x64); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x73); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x2E); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x74); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x78); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x74); - ///Fbw.BaseStream.Position = 0x1; - ///Fbw.Write(0x00); - ///Fbw.Close(); - ///MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + + if (textBox1.Text == "US fallout 4 1.20") + { + MessageBox.Show("i couldn't find 1.20's update sorry :("); + } + + if (textBox1.Text == "US fallout 4 1.19") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E49784; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E49785; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E49786; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E49787; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E49788; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E49789; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E4978A; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E4978B; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E4978C; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); } + + if (textBox1.Text == "Extracted FPKG US fallout 4 1.19") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E56EB4; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E56EB5; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E56EB6; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E56EB7; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E56EB8; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E56EB9; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E56EBA; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E56EBB; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E56EBC; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + + else if (textBox1.Text == "Extracted FPKG EU fallout 4 goty 1.20") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E575B4; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E575B5; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E575B6; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E575B7; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E575B8; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E575B9; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E575BA; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E575BB; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E575BC; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + if (textBox1.Text == "EU fallout 4 goty 1.20") + { + BinaryWriter Fbw = new BinaryWriter(File.OpenWrite(OFD.FileName)); + Fbw.BaseStream.Position = 0x1E57454; + Fbw.Write(0x6D); + Fbw.BaseStream.Position = 0x1E57455; + Fbw.Write(0x6F); + Fbw.BaseStream.Position = 0x1E57456; + Fbw.Write(0x64); + Fbw.BaseStream.Position = 0x1E57457; + Fbw.Write(0x73); + Fbw.BaseStream.Position = 0x1E57458; + Fbw.Write(0x2E); + Fbw.BaseStream.Position = 0x1E57459; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5745A; + Fbw.Write(0x78); + Fbw.BaseStream.Position = 0x1E5745B; + Fbw.Write(0x74); + Fbw.BaseStream.Position = 0x1E5745C; + Fbw.Write(0x00); + Fbw.Close(); + MessageBox.Show("Your eboot.bin has been patched and will now look for mods.txt"); + } + else if (textBox1.Text == "") { MessageBox.Show("You Don't got anything typed"); } } + + private void button2_Click(object sender, EventArgs e) + { + if (Application.OpenForms["list"] == null) + { + list form = new list(); + form.Show(); + } + } } } \ No newline at end of file diff --git a/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe new file mode 100644 index 0000000..946e054 Binary files /dev/null and b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe differ diff --git a/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.7z b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.7z new file mode 100644 index 0000000..cd9ce68 Binary files /dev/null and b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.7z differ diff --git a/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.config b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.config new file mode 100644 index 0000000..56efbc7 --- /dev/null +++ b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.exe.config @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.pdb b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.pdb new file mode 100644 index 0000000..7749402 Binary files /dev/null and b/Eboot.bin Patcher/bin/Debug/Eboot.bin Patcher.pdb differ diff --git a/Eboot.bin Patcher/list.Designer.cs b/Eboot.bin Patcher/list.Designer.cs new file mode 100644 index 0000000..8ad4e33 --- /dev/null +++ b/Eboot.bin Patcher/list.Designer.cs @@ -0,0 +1,796 @@ +namespace Eboot.bin_Patcher +{ + partial class list + { + /// + /// Required designer variable. + /// + private System.ComponentModel.IContainer components = null; + + /// + /// Clean up any resources being used. + /// + /// true if managed resources should be disposed; otherwise, false. + protected override void Dispose(bool disposing) + { + if (disposing && (components != null)) + { + components.Dispose(); + } + base.Dispose(disposing); + } + + #region Windows Form Designer generated code + + /// + /// Required method for Designer support - do not modify + /// the contents of this method with the code editor. + /// + private void InitializeComponent() + { + this.textBox1 = new System.Windows.Forms.TextBox(); + this.textBox2 = new System.Windows.Forms.TextBox(); + this.textBox11 = new System.Windows.Forms.TextBox(); + this.textBox12 = new System.Windows.Forms.TextBox(); + this.textBox17 = new System.Windows.Forms.TextBox(); + this.textBox18 = new System.Windows.Forms.TextBox(); + this.textBox23 = new System.Windows.Forms.TextBox(); + this.textBox24 = new System.Windows.Forms.TextBox(); + this.textBox29 = new System.Windows.Forms.TextBox(); + this.textBox30 = new System.Windows.Forms.TextBox(); + this.textBox35 = new System.Windows.Forms.TextBox(); + this.textBox36 = new System.Windows.Forms.TextBox(); + this.textBox41 = new System.Windows.Forms.TextBox(); + this.textBox42 = new System.Windows.Forms.TextBox(); + this.textBox47 = new System.Windows.Forms.TextBox(); + this.textBox48 = new System.Windows.Forms.TextBox(); + this.textBox53 = new System.Windows.Forms.TextBox(); + this.textBox54 = new System.Windows.Forms.TextBox(); + this.textBox59 = new System.Windows.Forms.TextBox(); + this.textBox60 = new System.Windows.Forms.TextBox(); + this.textBox65 = new System.Windows.Forms.TextBox(); + this.textBox66 = new System.Windows.Forms.TextBox(); + this.textBox71 = new System.Windows.Forms.TextBox(); + this.textBox72 = new System.Windows.Forms.TextBox(); + this.textBox3 = new System.Windows.Forms.TextBox(); + this.textBox4 = new System.Windows.Forms.TextBox(); + this.textBox5 = new System.Windows.Forms.TextBox(); + this.textBox6 = new System.Windows.Forms.TextBox(); + this.textBox26 = new System.Windows.Forms.TextBox(); + this.textBox27 = new System.Windows.Forms.TextBox(); + this.textBox28 = new System.Windows.Forms.TextBox(); + this.textBox31 = new System.Windows.Forms.TextBox(); + this.textBox33 = new System.Windows.Forms.TextBox(); + this.textBox34 = new System.Windows.Forms.TextBox(); + this.textBox37 = new System.Windows.Forms.TextBox(); + this.textBox38 = new System.Windows.Forms.TextBox(); + this.textBox39 = new System.Windows.Forms.TextBox(); + this.textBox40 = new System.Windows.Forms.TextBox(); + this.textBox43 = new System.Windows.Forms.TextBox(); + this.textBox44 = new System.Windows.Forms.TextBox(); + this.textBox45 = new System.Windows.Forms.TextBox(); + this.textBox46 = new System.Windows.Forms.TextBox(); + this.textBox49 = new System.Windows.Forms.TextBox(); + this.textBox50 = new System.Windows.Forms.TextBox(); + this.textBox51 = new System.Windows.Forms.TextBox(); + this.textBox52 = new System.Windows.Forms.TextBox(); + this.textBox55 = new System.Windows.Forms.TextBox(); + this.textBox56 = new System.Windows.Forms.TextBox(); + this.textBox57 = new System.Windows.Forms.TextBox(); + this.textBox58 = new System.Windows.Forms.TextBox(); + this.textBox61 = new System.Windows.Forms.TextBox(); + this.textBox62 = new System.Windows.Forms.TextBox(); + this.textBox63 = new System.Windows.Forms.TextBox(); + this.textBox64 = new System.Windows.Forms.TextBox(); + this.textBox67 = new System.Windows.Forms.TextBox(); + this.textBox68 = new System.Windows.Forms.TextBox(); + this.textBox69 = new System.Windows.Forms.TextBox(); + this.textBox70 = new System.Windows.Forms.TextBox(); + this.textBox73 = new System.Windows.Forms.TextBox(); + this.textBox74 = new System.Windows.Forms.TextBox(); + this.textBox75 = new System.Windows.Forms.TextBox(); + this.textBox76 = new System.Windows.Forms.TextBox(); + this.textBox77 = new System.Windows.Forms.TextBox(); + this.textBox78 = new System.Windows.Forms.TextBox(); + this.textBox7 = new System.Windows.Forms.TextBox(); + this.textBox8 = new System.Windows.Forms.TextBox(); + this.textBox9 = new System.Windows.Forms.TextBox(); + this.textBox10 = new System.Windows.Forms.TextBox(); + this.SuspendLayout(); + // + // textBox1 + // + this.textBox1.Location = new System.Drawing.Point(139, 38); + this.textBox1.Name = "textBox1"; + this.textBox1.Size = new System.Drawing.Size(627, 20); + this.textBox1.TabIndex = 0; + this.textBox1.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox2 + // + this.textBox2.Location = new System.Drawing.Point(12, 38); + this.textBox2.Name = "textBox2"; + this.textBox2.Size = new System.Drawing.Size(121, 20); + this.textBox2.TabIndex = 1; + this.textBox2.Text = "US skyrim 1.00"; + // + // textBox11 + // + this.textBox11.Location = new System.Drawing.Point(12, 64); + this.textBox11.Name = "textBox11"; + this.textBox11.Size = new System.Drawing.Size(121, 20); + this.textBox11.TabIndex = 7; + this.textBox11.Text = "US skyrim 1.01"; + // + // textBox12 + // + this.textBox12.Location = new System.Drawing.Point(139, 64); + this.textBox12.Name = "textBox12"; + this.textBox12.Size = new System.Drawing.Size(627, 20); + this.textBox12.TabIndex = 6; + this.textBox12.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox17 + // + this.textBox17.Location = new System.Drawing.Point(12, 90); + this.textBox17.Name = "textBox17"; + this.textBox17.Size = new System.Drawing.Size(121, 20); + this.textBox17.TabIndex = 13; + this.textBox17.Text = "US skyrim 1.02"; + // + // textBox18 + // + this.textBox18.Location = new System.Drawing.Point(139, 90); + this.textBox18.Name = "textBox18"; + this.textBox18.Size = new System.Drawing.Size(627, 20); + this.textBox18.TabIndex = 12; + this.textBox18.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox23 + // + this.textBox23.Location = new System.Drawing.Point(12, 116); + this.textBox23.Name = "textBox23"; + this.textBox23.Size = new System.Drawing.Size(121, 20); + this.textBox23.TabIndex = 19; + this.textBox23.Text = "US skyrim 1.03"; + // + // textBox24 + // + this.textBox24.Location = new System.Drawing.Point(139, 116); + this.textBox24.Name = "textBox24"; + this.textBox24.Size = new System.Drawing.Size(627, 20); + this.textBox24.TabIndex = 18; + this.textBox24.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox29 + // + this.textBox29.Location = new System.Drawing.Point(12, 142); + this.textBox29.Name = "textBox29"; + this.textBox29.Size = new System.Drawing.Size(121, 20); + this.textBox29.TabIndex = 25; + this.textBox29.Text = "US skyrim 1.04"; + // + // textBox30 + // + this.textBox30.Location = new System.Drawing.Point(139, 142); + this.textBox30.Name = "textBox30"; + this.textBox30.Size = new System.Drawing.Size(627, 20); + this.textBox30.TabIndex = 24; + this.textBox30.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox35 + // + this.textBox35.Location = new System.Drawing.Point(12, 168); + this.textBox35.Name = "textBox35"; + this.textBox35.Size = new System.Drawing.Size(121, 20); + this.textBox35.TabIndex = 31; + this.textBox35.Text = "US skyrim 1.05"; + // + // textBox36 + // + this.textBox36.Location = new System.Drawing.Point(139, 168); + this.textBox36.Name = "textBox36"; + this.textBox36.Size = new System.Drawing.Size(627, 20); + this.textBox36.TabIndex = 30; + this.textBox36.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox41 + // + this.textBox41.Location = new System.Drawing.Point(12, 194); + this.textBox41.Name = "textBox41"; + this.textBox41.Size = new System.Drawing.Size(121, 20); + this.textBox41.TabIndex = 37; + this.textBox41.Text = "US skyrim 1.06"; + // + // textBox42 + // + this.textBox42.Location = new System.Drawing.Point(139, 194); + this.textBox42.Name = "textBox42"; + this.textBox42.Size = new System.Drawing.Size(627, 20); + this.textBox42.TabIndex = 36; + this.textBox42.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox47 + // + this.textBox47.Location = new System.Drawing.Point(12, 220); + this.textBox47.Name = "textBox47"; + this.textBox47.Size = new System.Drawing.Size(121, 20); + this.textBox47.TabIndex = 43; + this.textBox47.Text = "US skyrim 1.07"; + // + // textBox48 + // + this.textBox48.Location = new System.Drawing.Point(139, 220); + this.textBox48.Name = "textBox48"; + this.textBox48.Size = new System.Drawing.Size(627, 20); + this.textBox48.TabIndex = 42; + this.textBox48.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox53 + // + this.textBox53.Location = new System.Drawing.Point(12, 246); + this.textBox53.Name = "textBox53"; + this.textBox53.Size = new System.Drawing.Size(121, 20); + this.textBox53.TabIndex = 49; + this.textBox53.Text = "US skyrim 1.08"; + // + // textBox54 + // + this.textBox54.Location = new System.Drawing.Point(139, 246); + this.textBox54.Name = "textBox54"; + this.textBox54.Size = new System.Drawing.Size(627, 20); + this.textBox54.TabIndex = 48; + this.textBox54.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox59 + // + this.textBox59.Location = new System.Drawing.Point(12, 272); + this.textBox59.Name = "textBox59"; + this.textBox59.Size = new System.Drawing.Size(121, 20); + this.textBox59.TabIndex = 55; + this.textBox59.Text = "US skyrim 1.09"; + // + // textBox60 + // + this.textBox60.Location = new System.Drawing.Point(139, 272); + this.textBox60.Name = "textBox60"; + this.textBox60.Size = new System.Drawing.Size(627, 20); + this.textBox60.TabIndex = 54; + this.textBox60.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox65 + // + this.textBox65.Location = new System.Drawing.Point(12, 713); + this.textBox65.Name = "textBox65"; + this.textBox65.Size = new System.Drawing.Size(167, 20); + this.textBox65.TabIndex = 61; + this.textBox65.Text = "Extracted FPKG US skyrim 1.09"; + // + // textBox66 + // + this.textBox66.Location = new System.Drawing.Point(185, 713); + this.textBox66.Name = "textBox66"; + this.textBox66.Size = new System.Drawing.Size(581, 20); + this.textBox66.TabIndex = 60; + this.textBox66.Text = " extracted by orbis-pub-ckk.exe"; + // + // textBox71 + // + this.textBox71.Location = new System.Drawing.Point(12, 739); + this.textBox71.Name = "textBox71"; + this.textBox71.Size = new System.Drawing.Size(167, 20); + this.textBox71.TabIndex = 67; + this.textBox71.Text = "Extracted FPKG US skyrim 1.08"; + // + // textBox72 + // + this.textBox72.Location = new System.Drawing.Point(185, 739); + this.textBox72.Name = "textBox72"; + this.textBox72.Size = new System.Drawing.Size(581, 20); + this.textBox72.TabIndex = 66; + this.textBox72.Text = " extracted by orbis-pub-ckk.exe"; + // + // textBox3 + // + this.textBox3.Location = new System.Drawing.Point(12, 791); + this.textBox3.Name = "textBox3"; + this.textBox3.Size = new System.Drawing.Size(167, 20); + this.textBox3.TabIndex = 69; + this.textBox3.Text = "Extracted FPKG US fallout 4 1.21"; + // + // textBox4 + // + this.textBox4.Location = new System.Drawing.Point(12, 765); + this.textBox4.Name = "textBox4"; + this.textBox4.Size = new System.Drawing.Size(167, 20); + this.textBox4.TabIndex = 68; + this.textBox4.Text = "Extracted FPKG US fallout 4 1.22"; + // + // textBox5 + // + this.textBox5.Location = new System.Drawing.Point(12, 843); + this.textBox5.Name = "textBox5"; + this.textBox5.Size = new System.Drawing.Size(167, 20); + this.textBox5.TabIndex = 71; + this.textBox5.Text = "Extracted FPKG US fallout 4 1.19"; + // + // textBox6 + // + this.textBox6.Location = new System.Drawing.Point(12, 817); + this.textBox6.Name = "textBox6"; + this.textBox6.Size = new System.Drawing.Size(167, 20); + this.textBox6.TabIndex = 70; + this.textBox6.Text = "Extracted FPKG US fallout 4 1.20"; + // + // textBox26 + // + this.textBox26.Location = new System.Drawing.Point(185, 843); + this.textBox26.Name = "textBox26"; + this.textBox26.Size = new System.Drawing.Size(581, 20); + this.textBox26.TabIndex = 81; + this.textBox26.Text = "extracted by orbis-pub-ckk.exe"; + // + // textBox27 + // + this.textBox27.Location = new System.Drawing.Point(185, 817); + this.textBox27.Name = "textBox27"; + this.textBox27.Size = new System.Drawing.Size(581, 20); + this.textBox27.TabIndex = 80; + this.textBox27.Text = "extracted by orbis-pub-ckk.exe"; + // + // textBox28 + // + this.textBox28.Location = new System.Drawing.Point(185, 791); + this.textBox28.Name = "textBox28"; + this.textBox28.Size = new System.Drawing.Size(581, 20); + this.textBox28.TabIndex = 79; + this.textBox28.Text = "extracted by orbis-pub-ckk.exe"; + // + // textBox31 + // + this.textBox31.Location = new System.Drawing.Point(185, 765); + this.textBox31.Name = "textBox31"; + this.textBox31.Size = new System.Drawing.Size(581, 20); + this.textBox31.TabIndex = 78; + this.textBox31.Text = " extracted by orbis-pub-ckk.exe"; + // + // textBox33 + // + this.textBox33.Location = new System.Drawing.Point(12, 661); + this.textBox33.Name = "textBox33"; + this.textBox33.Size = new System.Drawing.Size(121, 20); + this.textBox33.TabIndex = 91; + this.textBox33.Text = "US fallout 4 1.22"; + // + // textBox34 + // + this.textBox34.Location = new System.Drawing.Point(139, 661); + this.textBox34.Name = "textBox34"; + this.textBox34.Size = new System.Drawing.Size(627, 20); + this.textBox34.TabIndex = 90; + this.textBox34.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox37 + // + this.textBox37.Location = new System.Drawing.Point(12, 635); + this.textBox37.Name = "textBox37"; + this.textBox37.Size = new System.Drawing.Size(121, 20); + this.textBox37.TabIndex = 93; + this.textBox37.Text = "US fallout 4 1.21"; + // + // textBox38 + // + this.textBox38.Location = new System.Drawing.Point(139, 635); + this.textBox38.Name = "textBox38"; + this.textBox38.Size = new System.Drawing.Size(627, 20); + this.textBox38.TabIndex = 92; + this.textBox38.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox39 + // + this.textBox39.Location = new System.Drawing.Point(12, 609); + this.textBox39.Name = "textBox39"; + this.textBox39.Size = new System.Drawing.Size(121, 20); + this.textBox39.TabIndex = 95; + this.textBox39.Text = "US fallout 4 1.20"; + // + // textBox40 + // + this.textBox40.Location = new System.Drawing.Point(139, 609); + this.textBox40.Name = "textBox40"; + this.textBox40.Size = new System.Drawing.Size(627, 20); + this.textBox40.TabIndex = 94; + this.textBox40.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox43 + // + this.textBox43.Location = new System.Drawing.Point(12, 583); + this.textBox43.Name = "textBox43"; + this.textBox43.Size = new System.Drawing.Size(121, 20); + this.textBox43.TabIndex = 97; + this.textBox43.Text = "US fallout 4 1.19"; + // + // textBox44 + // + this.textBox44.Location = new System.Drawing.Point(139, 583); + this.textBox44.Name = "textBox44"; + this.textBox44.Size = new System.Drawing.Size(627, 20); + this.textBox44.TabIndex = 96; + this.textBox44.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox45 + // + this.textBox45.Location = new System.Drawing.Point(12, 557); + this.textBox45.Name = "textBox45"; + this.textBox45.Size = new System.Drawing.Size(121, 20); + this.textBox45.TabIndex = 99; + this.textBox45.Text = "US fallout 4 1.18"; + // + // textBox46 + // + this.textBox46.Location = new System.Drawing.Point(139, 557); + this.textBox46.Name = "textBox46"; + this.textBox46.Size = new System.Drawing.Size(627, 20); + this.textBox46.TabIndex = 98; + this.textBox46.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox49 + // + this.textBox49.Location = new System.Drawing.Point(12, 12); + this.textBox49.Name = "textBox49"; + this.textBox49.Size = new System.Drawing.Size(121, 20); + this.textBox49.TabIndex = 101; + this.textBox49.Text = "Name"; + // + // textBox50 + // + this.textBox50.Location = new System.Drawing.Point(139, 12); + this.textBox50.Name = "textBox50"; + this.textBox50.Size = new System.Drawing.Size(627, 20); + this.textBox50.TabIndex = 100; + this.textBox50.Text = "Description"; + // + // textBox51 + // + this.textBox51.Location = new System.Drawing.Point(12, 298); + this.textBox51.Name = "textBox51"; + this.textBox51.Size = new System.Drawing.Size(121, 20); + this.textBox51.TabIndex = 103; + this.textBox51.Text = "EU skyrim 1.00"; + // + // textBox52 + // + this.textBox52.Location = new System.Drawing.Point(139, 298); + this.textBox52.Name = "textBox52"; + this.textBox52.Size = new System.Drawing.Size(627, 20); + this.textBox52.TabIndex = 102; + this.textBox52.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox55 + // + this.textBox55.Location = new System.Drawing.Point(12, 324); + this.textBox55.Name = "textBox55"; + this.textBox55.Size = new System.Drawing.Size(121, 20); + this.textBox55.TabIndex = 104; + this.textBox55.Text = "EU skyrim 1.01"; + // + // textBox56 + // + this.textBox56.Location = new System.Drawing.Point(139, 324); + this.textBox56.Name = "textBox56"; + this.textBox56.Size = new System.Drawing.Size(627, 20); + this.textBox56.TabIndex = 105; + this.textBox56.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox57 + // + this.textBox57.Location = new System.Drawing.Point(139, 350); + this.textBox57.Name = "textBox57"; + this.textBox57.Size = new System.Drawing.Size(627, 20); + this.textBox57.TabIndex = 107; + this.textBox57.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox58 + // + this.textBox58.Location = new System.Drawing.Point(12, 350); + this.textBox58.Name = "textBox58"; + this.textBox58.Size = new System.Drawing.Size(121, 20); + this.textBox58.TabIndex = 106; + this.textBox58.Text = "EU skyrim 1.02"; + // + // textBox61 + // + this.textBox61.Location = new System.Drawing.Point(139, 376); + this.textBox61.Name = "textBox61"; + this.textBox61.Size = new System.Drawing.Size(627, 20); + this.textBox61.TabIndex = 109; + this.textBox61.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox62 + // + this.textBox62.Location = new System.Drawing.Point(12, 376); + this.textBox62.Name = "textBox62"; + this.textBox62.Size = new System.Drawing.Size(121, 20); + this.textBox62.TabIndex = 108; + this.textBox62.Text = "EU skyrim 1.03"; + // + // textBox63 + // + this.textBox63.Location = new System.Drawing.Point(139, 454); + this.textBox63.Name = "textBox63"; + this.textBox63.Size = new System.Drawing.Size(627, 20); + this.textBox63.TabIndex = 115; + this.textBox63.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox64 + // + this.textBox64.Location = new System.Drawing.Point(12, 454); + this.textBox64.Name = "textBox64"; + this.textBox64.Size = new System.Drawing.Size(121, 20); + this.textBox64.TabIndex = 114; + this.textBox64.Text = "EU skyrim 1.06"; + // + // textBox67 + // + this.textBox67.Location = new System.Drawing.Point(139, 428); + this.textBox67.Name = "textBox67"; + this.textBox67.Size = new System.Drawing.Size(627, 20); + this.textBox67.TabIndex = 113; + this.textBox67.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox68 + // + this.textBox68.Location = new System.Drawing.Point(12, 428); + this.textBox68.Name = "textBox68"; + this.textBox68.Size = new System.Drawing.Size(121, 20); + this.textBox68.TabIndex = 112; + this.textBox68.Text = "EU skyrim 1.05"; + // + // textBox69 + // + this.textBox69.Location = new System.Drawing.Point(139, 402); + this.textBox69.Name = "textBox69"; + this.textBox69.Size = new System.Drawing.Size(627, 20); + this.textBox69.TabIndex = 111; + this.textBox69.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox70 + // + this.textBox70.Location = new System.Drawing.Point(12, 402); + this.textBox70.Name = "textBox70"; + this.textBox70.Size = new System.Drawing.Size(121, 20); + this.textBox70.TabIndex = 110; + this.textBox70.Text = "EU skyrim 1.04"; + // + // textBox73 + // + this.textBox73.Location = new System.Drawing.Point(139, 532); + this.textBox73.Name = "textBox73"; + this.textBox73.Size = new System.Drawing.Size(627, 20); + this.textBox73.TabIndex = 121; + this.textBox73.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox74 + // + this.textBox74.Location = new System.Drawing.Point(12, 532); + this.textBox74.Name = "textBox74"; + this.textBox74.Size = new System.Drawing.Size(121, 20); + this.textBox74.TabIndex = 120; + this.textBox74.Text = "EU skyrim 1.09"; + // + // textBox75 + // + this.textBox75.Location = new System.Drawing.Point(139, 506); + this.textBox75.Name = "textBox75"; + this.textBox75.Size = new System.Drawing.Size(627, 20); + this.textBox75.TabIndex = 119; + this.textBox75.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox76 + // + this.textBox76.Location = new System.Drawing.Point(12, 506); + this.textBox76.Name = "textBox76"; + this.textBox76.Size = new System.Drawing.Size(121, 20); + this.textBox76.TabIndex = 118; + this.textBox76.Text = "EU skyrim 1.08"; + // + // textBox77 + // + this.textBox77.Location = new System.Drawing.Point(139, 480); + this.textBox77.Name = "textBox77"; + this.textBox77.Size = new System.Drawing.Size(627, 20); + this.textBox77.TabIndex = 117; + this.textBox77.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // textBox78 + // + this.textBox78.Location = new System.Drawing.Point(12, 480); + this.textBox78.Name = "textBox78"; + this.textBox78.Size = new System.Drawing.Size(121, 20); + this.textBox78.TabIndex = 116; + this.textBox78.Text = "EU skyrim 1.07"; + // + // textBox7 + // + this.textBox7.Location = new System.Drawing.Point(216, 869); + this.textBox7.Name = "textBox7"; + this.textBox7.Size = new System.Drawing.Size(581, 20); + this.textBox7.TabIndex = 123; + this.textBox7.Text = "extracted by orbis-pub-ckk.exe"; + // + // textBox8 + // + this.textBox8.Location = new System.Drawing.Point(12, 869); + this.textBox8.Name = "textBox8"; + this.textBox8.Size = new System.Drawing.Size(198, 20); + this.textBox8.TabIndex = 122; + this.textBox8.Text = "Extracted FPKG EU fallout 4 goty 1.20"; + // + // textBox9 + // + this.textBox9.Location = new System.Drawing.Point(12, 687); + this.textBox9.Name = "textBox9"; + this.textBox9.Size = new System.Drawing.Size(121, 20); + this.textBox9.TabIndex = 124; + this.textBox9.Text = "EU fallout 4 goty 1.20"; + // + // textBox10 + // + this.textBox10.Location = new System.Drawing.Point(139, 687); + this.textBox10.Name = "textBox10"; + this.textBox10.Size = new System.Drawing.Size(627, 20); + this.textBox10.TabIndex = 125; + this.textBox10.Text = "Raw and not extracted by orbis-pub-ckk.exe"; + // + // list + // + this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F); + this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font; + this.ClientSize = new System.Drawing.Size(866, 904); + this.Controls.Add(this.textBox10); + this.Controls.Add(this.textBox9); + this.Controls.Add(this.textBox7); + this.Controls.Add(this.textBox8); + this.Controls.Add(this.textBox73); + this.Controls.Add(this.textBox74); + this.Controls.Add(this.textBox75); + this.Controls.Add(this.textBox76); + this.Controls.Add(this.textBox77); + this.Controls.Add(this.textBox78); + this.Controls.Add(this.textBox63); + this.Controls.Add(this.textBox64); + this.Controls.Add(this.textBox67); + this.Controls.Add(this.textBox68); + this.Controls.Add(this.textBox69); + this.Controls.Add(this.textBox70); + this.Controls.Add(this.textBox61); + this.Controls.Add(this.textBox62); + this.Controls.Add(this.textBox57); + this.Controls.Add(this.textBox58); + this.Controls.Add(this.textBox56); + this.Controls.Add(this.textBox55); + this.Controls.Add(this.textBox51); + this.Controls.Add(this.textBox52); + this.Controls.Add(this.textBox49); + this.Controls.Add(this.textBox50); + this.Controls.Add(this.textBox45); + this.Controls.Add(this.textBox46); + this.Controls.Add(this.textBox43); + this.Controls.Add(this.textBox44); + this.Controls.Add(this.textBox39); + this.Controls.Add(this.textBox40); + this.Controls.Add(this.textBox37); + this.Controls.Add(this.textBox38); + this.Controls.Add(this.textBox33); + this.Controls.Add(this.textBox34); + this.Controls.Add(this.textBox26); + this.Controls.Add(this.textBox27); + this.Controls.Add(this.textBox28); + this.Controls.Add(this.textBox31); + this.Controls.Add(this.textBox5); + this.Controls.Add(this.textBox6); + this.Controls.Add(this.textBox3); + this.Controls.Add(this.textBox4); + this.Controls.Add(this.textBox71); + this.Controls.Add(this.textBox72); + this.Controls.Add(this.textBox65); + this.Controls.Add(this.textBox66); + this.Controls.Add(this.textBox59); + this.Controls.Add(this.textBox60); + this.Controls.Add(this.textBox53); + this.Controls.Add(this.textBox54); + this.Controls.Add(this.textBox47); + this.Controls.Add(this.textBox48); + this.Controls.Add(this.textBox41); + this.Controls.Add(this.textBox42); + this.Controls.Add(this.textBox35); + this.Controls.Add(this.textBox36); + this.Controls.Add(this.textBox29); + this.Controls.Add(this.textBox30); + this.Controls.Add(this.textBox23); + this.Controls.Add(this.textBox24); + this.Controls.Add(this.textBox17); + this.Controls.Add(this.textBox18); + this.Controls.Add(this.textBox11); + this.Controls.Add(this.textBox12); + this.Controls.Add(this.textBox2); + this.Controls.Add(this.textBox1); + this.Name = "list"; + this.Text = "list"; + this.ResumeLayout(false); + this.PerformLayout(); + + } + + #endregion + + private System.Windows.Forms.TextBox textBox1; + private System.Windows.Forms.TextBox textBox2; + private System.Windows.Forms.TextBox textBox11; + private System.Windows.Forms.TextBox textBox12; + private System.Windows.Forms.TextBox textBox17; + private System.Windows.Forms.TextBox textBox18; + private System.Windows.Forms.TextBox textBox23; + private System.Windows.Forms.TextBox textBox24; + private System.Windows.Forms.TextBox textBox29; + private System.Windows.Forms.TextBox textBox30; + private System.Windows.Forms.TextBox textBox35; + private System.Windows.Forms.TextBox textBox36; + private System.Windows.Forms.TextBox textBox41; + private System.Windows.Forms.TextBox textBox42; + private System.Windows.Forms.TextBox textBox47; + private System.Windows.Forms.TextBox textBox48; + private System.Windows.Forms.TextBox textBox53; + private System.Windows.Forms.TextBox textBox54; + private System.Windows.Forms.TextBox textBox59; + private System.Windows.Forms.TextBox textBox60; + private System.Windows.Forms.TextBox textBox65; + private System.Windows.Forms.TextBox textBox66; + private System.Windows.Forms.TextBox textBox71; + private System.Windows.Forms.TextBox textBox72; + private System.Windows.Forms.TextBox textBox3; + private System.Windows.Forms.TextBox textBox4; + private System.Windows.Forms.TextBox textBox5; + private System.Windows.Forms.TextBox textBox6; + private System.Windows.Forms.TextBox textBox26; + private System.Windows.Forms.TextBox textBox27; + private System.Windows.Forms.TextBox textBox28; + private System.Windows.Forms.TextBox textBox31; + private System.Windows.Forms.TextBox textBox33; + private System.Windows.Forms.TextBox textBox34; + private System.Windows.Forms.TextBox textBox37; + private System.Windows.Forms.TextBox textBox38; + private System.Windows.Forms.TextBox textBox39; + private System.Windows.Forms.TextBox textBox40; + private System.Windows.Forms.TextBox textBox43; + private System.Windows.Forms.TextBox textBox44; + private System.Windows.Forms.TextBox textBox45; + private System.Windows.Forms.TextBox textBox46; + private System.Windows.Forms.TextBox textBox49; + private System.Windows.Forms.TextBox textBox50; + private System.Windows.Forms.TextBox textBox51; + private System.Windows.Forms.TextBox textBox52; + private System.Windows.Forms.TextBox textBox55; + private System.Windows.Forms.TextBox textBox56; + private System.Windows.Forms.TextBox textBox57; + private System.Windows.Forms.TextBox textBox58; + private System.Windows.Forms.TextBox textBox61; + private System.Windows.Forms.TextBox textBox62; + private System.Windows.Forms.TextBox textBox63; + private System.Windows.Forms.TextBox textBox64; + private System.Windows.Forms.TextBox textBox67; + private System.Windows.Forms.TextBox textBox68; + private System.Windows.Forms.TextBox textBox69; + private System.Windows.Forms.TextBox textBox70; + private System.Windows.Forms.TextBox textBox73; + private System.Windows.Forms.TextBox textBox74; + private System.Windows.Forms.TextBox textBox75; + private System.Windows.Forms.TextBox textBox76; + private System.Windows.Forms.TextBox textBox77; + private System.Windows.Forms.TextBox textBox78; + private System.Windows.Forms.TextBox textBox7; + private System.Windows.Forms.TextBox textBox8; + private System.Windows.Forms.TextBox textBox9; + private System.Windows.Forms.TextBox textBox10; + } +} \ No newline at end of file diff --git a/Eboot.bin Patcher/list.cs b/Eboot.bin Patcher/list.cs new file mode 100644 index 0000000..3d0c40b --- /dev/null +++ b/Eboot.bin Patcher/list.cs @@ -0,0 +1,20 @@ +using System; +using System.Collections.Generic; +using System.ComponentModel; +using System.Data; +using System.Drawing; +using System.Linq; +using System.Text; +using System.Threading.Tasks; +using System.Windows.Forms; + +namespace Eboot.bin_Patcher +{ + public partial class list : Form + { + public list() + { + InitializeComponent(); + } + } +} diff --git a/Eboot.bin Patcher/list.resx b/Eboot.bin Patcher/list.resx new file mode 100644 index 0000000..1af7de1 --- /dev/null +++ b/Eboot.bin Patcher/list.resx @@ -0,0 +1,120 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + text/microsoft-resx + + + 2.0 + + + System.Resources.ResXResourceReader, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + + System.Resources.ResXResourceWriter, System.Windows.Forms, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b77a5c561934e089 + + \ No newline at end of file diff --git a/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferences.cache b/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferences.cache index c1a760f..74c2301 100644 Binary files a/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferences.cache and b/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache b/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache index 058d446..2b61b5b 100644 Binary files a/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache and b/Eboot.bin Patcher/obj/Debug/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.CoreCompileInputs.cache b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.CoreCompileInputs.cache index 35163f5..88905e2 100644 --- a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.CoreCompileInputs.cache +++ b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -70ca02a5109e80ffdd5a81007bfca6926b7fd5ad +36385d3dfdd59aeaf0fd2327523fe5666fba3971 diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.FileListAbsolute.txt b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.FileListAbsolute.txt index 11e44b8..34ef058 100644 --- a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.FileListAbsolute.txt +++ b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.FileListAbsolute.txt @@ -1,12 +1,13 @@ C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\bin\Debug\Eboot.bin Patcher.exe.config C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\bin\Debug\Eboot.bin Patcher.exe C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\bin\Debug\Eboot.bin Patcher.pdb -C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Form1.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Credits.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.list.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Main.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Help.resources C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Properties.Resources.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Updates.resources C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin Patcher.csproj.GenerateResource.cache C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin Patcher.csproj.CoreCompileInputs.cache C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin Patcher.exe C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin Patcher.pdb -C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin Patcher.csprojAssemblyReference.cache -C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Credits.resources -C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Debug\Eboot.bin_Patcher.Help.resources diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.GenerateResource.cache b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.GenerateResource.cache index 90e98c0..8140cf4 100644 Binary files a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.GenerateResource.cache and b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.csproj.GenerateResource.cache differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.exe b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.exe index 6e7cc95..946e054 100644 Binary files a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.exe and b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.exe differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.pdb b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.pdb index 3964381..7749402 100644 Binary files a/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.pdb and b/Eboot.bin Patcher/obj/Debug/Eboot.bin Patcher.pdb differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Credits.resources b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Credits.resources index c4345b7..0c5e9eb 100644 Binary files a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Credits.resources and b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Credits.resources differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Help.resources b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Help.resources index 6c05a97..b6bcf47 100644 Binary files a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Help.resources and b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Help.resources differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Main.resources b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Main.resources new file mode 100644 index 0000000..0c5e9eb Binary files /dev/null and b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Main.resources differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Updates.resources b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Updates.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.Updates.resources differ diff --git a/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.list.resources b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.list.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Eboot.bin Patcher/obj/Debug/Eboot.bin_Patcher.list.resources differ diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.CoreCompileInputs.cache b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.CoreCompileInputs.cache index 199354a..88905e2 100644 --- a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.CoreCompileInputs.cache +++ b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.CoreCompileInputs.cache @@ -1 +1 @@ -dfbd39aa557717eb96881a05e519604d6c61ea02 +36385d3dfdd59aeaf0fd2327523fe5666fba3971 diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.FileListAbsolute.txt b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.FileListAbsolute.txt index 7f40107..506fdf4 100644 --- a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.FileListAbsolute.txt +++ b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csproj.FileListAbsolute.txt @@ -11,3 +11,4 @@ C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Relea C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Release\Eboot.bin Patcher.pdb C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Release\Eboot.bin Patcher.csprojAssemblyReference.cache C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Release\Eboot.bin_Patcher.Updates.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\Release\Eboot.bin_Patcher.list.resources diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csprojAssemblyReference.cache b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csprojAssemblyReference.cache index 62d3120..9d39b29 100644 Binary files a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csprojAssemblyReference.cache and b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.csprojAssemblyReference.cache differ diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.exe b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.exe index 958a323..968ecb4 100644 Binary files a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.exe and b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.exe differ diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.pdb b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.pdb index 1be55c0..014c4f1 100644 Binary files a/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.pdb and b/Eboot.bin Patcher/obj/Release/Eboot.bin Patcher.pdb differ diff --git a/Eboot.bin Patcher/obj/Release/Eboot.bin_Patcher.list.resources b/Eboot.bin Patcher/obj/Release/Eboot.bin_Patcher.list.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Eboot.bin Patcher/obj/Release/Eboot.bin_Patcher.list.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferences.cache b/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferences.cache new file mode 100644 index 0000000..847f793 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferences.cache differ diff --git a/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferencesInput.cache b/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferencesInput.cache new file mode 100644 index 0000000..8e15491 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/DesignTimeResolveAssemblyReferencesInput.cache differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.CoreCompileInputs.cache b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.CoreCompileInputs.cache new file mode 100644 index 0000000..360781d --- /dev/null +++ b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.CoreCompileInputs.cache @@ -0,0 +1 @@ +dfbd39aa557717eb96881a05e519604d6c61ea02 diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.FileListAbsolute.txt b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.FileListAbsolute.txt new file mode 100644 index 0000000..758305b --- /dev/null +++ b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.FileListAbsolute.txt @@ -0,0 +1,11 @@ +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\bin\extrac support\Eboot.bin Patcher.exe.config +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\bin\extrac support\Eboot.bin Patcher.exe +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin Patcher.csprojAssemblyReference.cache +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin_Patcher.Credits.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin_Patcher.Main.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin_Patcher.Help.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin_Patcher.Properties.Resources.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin_Patcher.Updates.resources +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin Patcher.csproj.GenerateResource.cache +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin Patcher.csproj.CoreCompileInputs.cache +C:\Users\Logan Melott\source\repos\Eboot.bin Patcher\Eboot.bin Patcher\obj\extrac support\Eboot.bin Patcher.exe diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.GenerateResource.cache b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.GenerateResource.cache new file mode 100644 index 0000000..96854f9 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csproj.GenerateResource.cache differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csprojAssemblyReference.cache b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csprojAssemblyReference.cache new file mode 100644 index 0000000..f314ba5 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.csprojAssemblyReference.cache differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.exe b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.exe new file mode 100644 index 0000000..31f11bb Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin Patcher.exe differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Credits.resources b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Credits.resources new file mode 100644 index 0000000..0c5e9eb Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Credits.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Help.resources b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Help.resources new file mode 100644 index 0000000..b6bcf47 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Help.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Main.resources b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Main.resources new file mode 100644 index 0000000..0c5e9eb Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Main.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Properties.Resources.resources b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Properties.Resources.resources new file mode 100644 index 0000000..1b9e68a Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Properties.Resources.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Updates.resources b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Updates.resources new file mode 100644 index 0000000..6c05a97 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/Eboot.bin_Patcher.Updates.resources differ diff --git a/Eboot.bin Patcher/obj/extrac support/TempPE/Properties.Resources.Designer.cs.dll b/Eboot.bin Patcher/obj/extrac support/TempPE/Properties.Resources.Designer.cs.dll new file mode 100644 index 0000000..e3caa55 Binary files /dev/null and b/Eboot.bin Patcher/obj/extrac support/TempPE/Properties.Resources.Designer.cs.dll differ diff --git a/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs b/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_036C0B5B-1481-4323-8D20-8F5ADCB23D92.cs new file mode 100644 index 0000000..e69de29 diff --git a/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs b/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_5937a670-0e60-4077-877b-f7221da3dda1.cs new file mode 100644 index 0000000..e69de29 diff --git a/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs b/Eboot.bin Patcher/obj/extrac support/TemporaryGeneratedFile_E7A71F73-0F8D-4B9B-B56E-8E70B10BC5D3.cs new file mode 100644 index 0000000..e69de29 diff --git a/changelog.MD b/changelog.MD index d77bfad..868f153 100644 --- a/changelog.MD +++ b/changelog.MD @@ -1,5 +1,5 @@ I Redid the UI/GUI as many where saying they didn't like it, i also made it easier to add other patches -![Screenshot](new.PNG) +![Screenshot](new.png) and the old @@ -9,4 +9,4 @@ examples of patches include: "US skyrim 1.09" & "US skyrim 1.08" & "US fallout 4 -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- - Added support for EU version of skyrim 1.09 - this will only work for the raw version of the eboot.bin not the extracted version, if you want to make the extracted version work you need to edit it a bit, if you are going to be doing the extracted eboot.bin you need to remove these byts in HxD -remove all bytes prioir to .elf. +remove all bytes prioir to .elf. \ No newline at end of file