diff --git a/src/Atomic.sln b/src/Arisen GSC Injector.sln
similarity index 88%
rename from src/Atomic.sln
rename to src/Arisen GSC Injector.sln
index efc0397..c639165 100644
--- a/src/Atomic.sln
+++ b/src/Arisen GSC Injector.sln
@@ -3,7 +3,7 @@ Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio Version 16
VisualStudioVersion = 16.0.30011.22
MinimumVisualStudioVersion = 10.0.40219.1
-Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Atomic", "Atomic\Atomic.csproj", "{471A20D8-E259-4002-9FC8-79252BDBA6A8}"
+Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Arisen GSC Injector", "Arisen GSC Injector\Arisen GSC Injector.csproj", "{471A20D8-E259-4002-9FC8-79252BDBA6A8}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
diff --git a/src/Atomic/App.config b/src/Arisen GSC Injector/App.config
similarity index 100%
rename from src/Atomic/App.config
rename to src/Arisen GSC Injector/App.config
diff --git a/src/Atomic/Atomic.csproj b/src/Arisen GSC Injector/Arisen GSC Injector.csproj
similarity index 96%
rename from src/Atomic/Atomic.csproj
rename to src/Arisen GSC Injector/Arisen GSC Injector.csproj
index 0bc04e7..9855bdf 100644
--- a/src/Atomic/Atomic.csproj
+++ b/src/Arisen GSC Injector/Arisen GSC Injector.csproj
@@ -7,8 +7,8 @@
{471A20D8-E259-4002-9FC8-79252BDBA6A8}
WinExe
Properties
- Atomic
- Atomic
+ Arisen_GSC_Injector
+ Arisen GSC Injector
v4.8
512
true
@@ -94,8 +94,8 @@
..\References\JRPC.dll
False
-
- ..\packages\log4net.2.0.13\lib\net45\log4net.dll
+
+ ..\packages\log4net.2.0.15\lib\net45\log4net.dll
..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
@@ -169,12 +169,6 @@
-
- Form
-
-
- MetroForm1.cs
-
diff --git a/src/Atomic/Constants/Urls.cs b/src/Arisen GSC Injector/Constants/Urls.cs
similarity index 92%
rename from src/Atomic/Constants/Urls.cs
rename to src/Arisen GSC Injector/Constants/Urls.cs
index 7bcec5e..617cb83 100644
--- a/src/Atomic/Constants/Urls.cs
+++ b/src/Arisen GSC Injector/Constants/Urls.cs
@@ -1,16 +1,16 @@
-namespace Atomic.Constants
+namespace Arisen_GSC_Injector.Constants
{
public class Urls
{
///
/// Web URL for the project repository on hosted GitHub.
///
- internal const string GitHubRepo = "https://github.com/ohhsodead/Atomic/";
+ internal const string GitHubRepo = "https://github.com/ohhsodead/arisen-gsc-injector/";
///
/// Direct web API on GitHub with the latest release information.
///
- internal const string GitHubLatestRelease = "https://api.github.com/repos/ohhsodead/Atomic/releases/latest";
+ internal const string GitHubLatestRelease = "https://api.github.com/repos/ohhsodead/arisen-gsc-injector/releases/latest";
///
/// Direct download for the categories database file hosted on Dropbox. (Maybe move to GitHub soon)
diff --git a/src/Atomic/Database/DropboxData.cs b/src/Arisen GSC Injector/Database/DropboxData.cs
similarity index 98%
rename from src/Atomic/Database/DropboxData.cs
rename to src/Arisen GSC Injector/Database/DropboxData.cs
index 178776e..75d56b4 100644
--- a/src/Atomic/Database/DropboxData.cs
+++ b/src/Arisen GSC Injector/Database/DropboxData.cs
@@ -1,4 +1,4 @@
-using Atomic.Constants;
+using Arisen_GSC_Injector.Constants;
using Newtonsoft.Json;
using Newtonsoft.Json.Linq;
using System;
@@ -6,7 +6,7 @@
using System.Net.Http;
using System.Threading.Tasks;
-namespace Atomic.Database
+namespace Arisen_GSC_Injector.Database
{
public class DropboxData
{
diff --git a/src/Atomic/Database/SettingsData.cs b/src/Arisen GSC Injector/Database/SettingsData.cs
similarity index 97%
rename from src/Atomic/Database/SettingsData.cs
rename to src/Arisen GSC Injector/Database/SettingsData.cs
index 185ba42..ff69292 100644
--- a/src/Atomic/Database/SettingsData.cs
+++ b/src/Arisen GSC Injector/Database/SettingsData.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
-namespace Atomic.Database
+namespace Arisen_GSC_Injector.Database
{
public partial class SettingsData
{
diff --git a/src/Atomic/Extensions/ControlExtensions.cs b/src/Arisen GSC Injector/Extensions/ControlExtensions.cs
similarity index 94%
rename from src/Atomic/Extensions/ControlExtensions.cs
rename to src/Arisen GSC Injector/Extensions/ControlExtensions.cs
index 9488a31..ffdf897 100644
--- a/src/Atomic/Extensions/ControlExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/ControlExtensions.cs
@@ -2,7 +2,7 @@
using System.Drawing;
using System.Windows.Forms;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
internal static class ControlExtensions
{
diff --git a/src/Atomic/Extensions/DataExtensions.cs b/src/Arisen GSC Injector/Extensions/DataExtensions.cs
similarity index 95%
rename from src/Atomic/Extensions/DataExtensions.cs
rename to src/Arisen GSC Injector/Extensions/DataExtensions.cs
index 052dbbf..56f3c19 100644
--- a/src/Atomic/Extensions/DataExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/DataExtensions.cs
@@ -5,7 +5,7 @@
using System.Text;
using System.Threading.Tasks;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
internal static class DataExtensions
{
diff --git a/src/Atomic/Extensions/HttpExtensions.cs b/src/Arisen GSC Injector/Extensions/HttpExtensions.cs
similarity index 97%
rename from src/Atomic/Extensions/HttpExtensions.cs
rename to src/Arisen GSC Injector/Extensions/HttpExtensions.cs
index da7295b..9985ee3 100644
--- a/src/Atomic/Extensions/HttpExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/HttpExtensions.cs
@@ -3,7 +3,7 @@
using System.Net;
using System.Runtime.InteropServices;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
internal static class HttpExtensions
{
diff --git a/src/Atomic/Extensions/ImageExtensions.cs b/src/Arisen GSC Injector/Extensions/ImageExtensions.cs
similarity index 90%
rename from src/Atomic/Extensions/ImageExtensions.cs
rename to src/Arisen GSC Injector/Extensions/ImageExtensions.cs
index fc4df0e..a400de2 100644
--- a/src/Atomic/Extensions/ImageExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/ImageExtensions.cs
@@ -1,6 +1,6 @@
using System.Drawing;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
internal static class ImageExtensions
{
diff --git a/src/Atomic/Extensions/StringExtensions.cs b/src/Arisen GSC Injector/Extensions/StringExtensions.cs
similarity index 85%
rename from src/Atomic/Extensions/StringExtensions.cs
rename to src/Arisen GSC Injector/Extensions/StringExtensions.cs
index dd1e67b..7bf3ec5 100644
--- a/src/Atomic/Extensions/StringExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/StringExtensions.cs
@@ -1,6 +1,6 @@
using System.IO;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
public class StringExtensions
{
diff --git a/src/Atomic/Extensions/UpdateExtensions.cs b/src/Arisen GSC Injector/Extensions/UpdateExtensions.cs
similarity index 89%
rename from src/Atomic/Extensions/UpdateExtensions.cs
rename to src/Arisen GSC Injector/Extensions/UpdateExtensions.cs
index 2e6a73c..c1b9ac2 100644
--- a/src/Atomic/Extensions/UpdateExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/UpdateExtensions.cs
@@ -4,14 +4,14 @@
using System.Net;
using System.Reflection;
using System.Windows.Forms;
-using Atomic.Constants;
-using Atomic.Forms;
-using Atomic.Io;
-using Atomic.Models.Release_Data;
+using Arisen_GSC_Injector.Constants;
+using Arisen_GSC_Injector.Forms;
+using Arisen_GSC_Injector.Io;
+using Arisen_GSC_Injector.Models.Release_Data;
using DevExpress.XtraEditors;
using Newtonsoft.Json;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
public abstract class UpdateExtensions
{
@@ -69,7 +69,7 @@ public static void CheckApplicationVersion()
}
else
{
- MainWindow.Window.SetStatus($"You're currently using the latest version of Atomic ({GitHubData.Name})");
+ MainWindow.Window.SetStatus($"You're currently using the latest version of Arisen GSC Injector ({GitHubData.Name})");
}
}
catch (Exception ex)
@@ -89,7 +89,7 @@ private static void DownloadAndRunInstaller()
var installerFile = $@"{KnownFolders.GetPath(KnownFolder.Downloads)}\{GitHubData.Assets[0].Name}";
MainWindow.Window.SetStatus("A new update is available. Downloading the installer...");
- XtraMessageBox.Show(MainWindow.Window, $@"A new version of Atomic ({GitHubData.Name}) is now available. Click OK to download and run the installer.", @"Update Available", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ XtraMessageBox.Show(MainWindow.Window, $@"A new version of Arisen GSC Injector ({GitHubData.Name}) is now available. Click OK to download and run the installer.", @"Update Available", MessageBoxButtons.OK, MessageBoxIcon.Information);
WebClient.DownloadFile(GitHubData.Assets[0].BrowserDownloadUrl, installerFile);
Process.Start(installerFile);
Application.Exit();
diff --git a/src/Atomic/Extensions/WorkerExtensions.cs b/src/Arisen GSC Injector/Extensions/WorkerExtensions.cs
similarity index 98%
rename from src/Atomic/Extensions/WorkerExtensions.cs
rename to src/Arisen GSC Injector/Extensions/WorkerExtensions.cs
index 8122edf..25aa751 100644
--- a/src/Atomic/Extensions/WorkerExtensions.cs
+++ b/src/Arisen GSC Injector/Extensions/WorkerExtensions.cs
@@ -1,7 +1,7 @@
using System;
using System.ComponentModel;
-namespace Atomic.Extensions
+namespace Arisen_GSC_Injector.Extensions
{
public static class WorkerExtensions
{
diff --git a/src/Atomic/Forms/FileInjector.Designer.cs b/src/Arisen GSC Injector/Forms/FileInjector.Designer.cs
similarity index 99%
rename from src/Atomic/Forms/FileInjector.Designer.cs
rename to src/Arisen GSC Injector/Forms/FileInjector.Designer.cs
index 7c023c4..c5fa226 100644
--- a/src/Atomic/Forms/FileInjector.Designer.cs
+++ b/src/Arisen GSC Injector/Forms/FileInjector.Designer.cs
@@ -1,4 +1,4 @@
-namespace Atomic.Forms
+namespace Arisen_GSC_Injector.Forms
{
partial class FileInjector
{
diff --git a/src/Atomic/Forms/FileInjector.cs b/src/Arisen GSC Injector/Forms/FileInjector.cs
similarity index 98%
rename from src/Atomic/Forms/FileInjector.cs
rename to src/Arisen GSC Injector/Forms/FileInjector.cs
index 099be35..8aab003 100644
--- a/src/Atomic/Forms/FileInjector.cs
+++ b/src/Arisen GSC Injector/Forms/FileInjector.cs
@@ -1,11 +1,11 @@
-using Atomic.Database;
+using Arisen_GSC_Injector.Database;
using DevExpress.XtraEditors;
using JRPC_Client;
using System;
using System.IO;
using System.Windows.Forms;
-namespace Atomic.Forms
+namespace Arisen_GSC_Injector.Forms
{
public partial class FileInjector : XtraForm
{
diff --git a/src/Atomic/Forms/FileInjector.resx b/src/Arisen GSC Injector/Forms/FileInjector.resx
similarity index 100%
rename from src/Atomic/Forms/FileInjector.resx
rename to src/Arisen GSC Injector/Forms/FileInjector.resx
diff --git a/src/Atomic/Forms/MainWindow.Designer.cs b/src/Arisen GSC Injector/Forms/MainWindow.Designer.cs
similarity index 99%
rename from src/Atomic/Forms/MainWindow.Designer.cs
rename to src/Arisen GSC Injector/Forms/MainWindow.Designer.cs
index 1255e6d..8017a6b 100644
--- a/src/Atomic/Forms/MainWindow.Designer.cs
+++ b/src/Arisen GSC Injector/Forms/MainWindow.Designer.cs
@@ -1,4 +1,4 @@
-namespace Atomic.Forms
+namespace Arisen_GSC_Injector.Forms
{
partial class MainWindow
{
@@ -135,8 +135,8 @@ private void InitializeComponent()
//
// SectionModsLibrary
//
- this.SectionModsLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.SectionModsLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.SectionModsLibrary.Appearance.Font = new System.Drawing.Font("Segoe UI", 9F);
this.SectionModsLibrary.Appearance.Options.UseFont = true;
@@ -153,8 +153,8 @@ private void InitializeComponent()
//
// GridControlLibrary
//
- this.GridControlLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
- | System.Windows.Forms.AnchorStyles.Left)
+ this.GridControlLibrary.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.GridControlLibrary.Font = new System.Drawing.Font("Segoe UI", 9F);
this.GridControlLibrary.Location = new System.Drawing.Point(16, 101);
@@ -218,7 +218,7 @@ private void InitializeComponent()
//
// TextBoxSearch
//
- this.TextBoxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
+ this.TextBoxSearch.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Left)
| System.Windows.Forms.AnchorStyles.Right)));
this.TextBoxSearch.Location = new System.Drawing.Point(14, 36);
this.TextBoxSearch.Margin = new System.Windows.Forms.Padding(3, 5, 3, 5);
@@ -314,7 +314,7 @@ private void InitializeComponent()
//
// SectionArchiveInformation
//
- this.SectionArchiveInformation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
+ this.SectionArchiveInformation.Anchor = ((System.Windows.Forms.AnchorStyles)(((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
| System.Windows.Forms.AnchorStyles.Right)));
this.SectionArchiveInformation.Appearance.Font = new System.Drawing.Font("Segoe UI", 9F);
this.SectionArchiveInformation.Appearance.Options.UseFont = true;
@@ -582,7 +582,7 @@ private void InitializeComponent()
this.ButtonDownload.Appearance.Font = new System.Drawing.Font("Segoe UI", 9.25F, System.Drawing.FontStyle.Bold);
this.ButtonDownload.Appearance.Options.UseFont = true;
this.ButtonDownload.ImageOptions.AllowGlyphSkinning = DevExpress.Utils.DefaultBoolean.True;
- this.ButtonDownload.ImageOptions.Image = global::Atomic.Properties.Resources.download;
+ this.ButtonDownload.ImageOptions.Image = global::Arisen_GSC_Injector.Properties.Resources.download;
this.ButtonDownload.ImageOptions.ImageToTextAlignment = DevExpress.XtraEditors.ImageAlignToText.LeftCenter;
this.ButtonDownload.ImageOptions.ImageToTextIndent = 6;
this.ButtonDownload.ImageOptions.Location = DevExpress.XtraEditors.ImageLocation.MiddleCenter;
@@ -1121,7 +1121,7 @@ private void InitializeComponent()
this.IconOptions.Icon = ((System.Drawing.Icon)(resources.GetObject("MainWindow.IconOptions.Icon")));
this.Name = "MainWindow";
this.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen;
- this.Text = "Atomic - Beta v2.0.0";
+ this.Text = "Arisen GSC Injector - Beta v2.0.0";
this.FormClosing += new System.Windows.Forms.FormClosingEventHandler(this.MainWindow_FormClosing);
this.Load += new System.EventHandler(this.MainWindow_Load);
((System.ComponentModel.ISupportInitialize)(this.SectionModsLibrary)).EndInit();
diff --git a/src/Atomic/Forms/MainWindow.cs b/src/Arisen GSC Injector/Forms/MainWindow.cs
similarity index 96%
rename from src/Atomic/Forms/MainWindow.cs
rename to src/Arisen GSC Injector/Forms/MainWindow.cs
index 86f6732..f0fd784 100644
--- a/src/Atomic/Forms/MainWindow.cs
+++ b/src/Arisen GSC Injector/Forms/MainWindow.cs
@@ -1,7 +1,7 @@
-using Atomic.Constants;
-using Atomic.Database;
-using Atomic.Extensions;
-using Atomic.Io;
+using Arisen_GSC_Injector.Constants;
+using Arisen_GSC_Injector.Database;
+using Arisen_GSC_Injector.Extensions;
+using Arisen_GSC_Injector.Io;
using DevExpress.XtraBars;
using DevExpress.XtraEditors;
using DevExpress.XtraGrid.Views.Base;
@@ -14,14 +14,13 @@
using System.Data;
using System.Diagnostics;
using System.IO;
-using System.Linq;
using System.Threading.Tasks;
using System.Windows.Forms;
using XDevkit;
-namespace Atomic.Forms
+namespace Arisen_GSC_Injector.Forms
{
- public partial class MainWindow : DevExpress.XtraEditors.XtraForm
+ public partial class MainWindow : XtraForm
{
public MainWindow()
{
@@ -42,7 +41,7 @@ public MainWindow()
private async void MainWindow_Load(object sender, EventArgs e)
{
- Text = $"Atomic - {UpdateExtensions.CurrentVersionName}";
+ Text = $"Arisen GSC Injector - {UpdateExtensions.CurrentVersionName}";
LoadSettingsData();
@@ -121,7 +120,7 @@ private void InitializeFinished()
LabelStats.Caption = $"{Database.Mods.TotalModsMP} Mods for Multiplayer, {Database.Mods.TotalModsZM} Mods for Zombies (Last Updated: {Database.Mods.LastUpdated.ToLocalTime().ToShortDateString()})";
- SetStatus($"Initialized Atomic ({UpdateExtensions.CurrentVersionName}) - Ready to connect and attach to console...");
+ SetStatus($"Initialized Arisen GSC Injector ({UpdateExtensions.CurrentVersionName}) - Ready to connect and attach to console...");
}
///
@@ -206,7 +205,7 @@ private void MenuItemCheckForUpdate_ItemClick(object sender, ItemClickEventArgs
private void MenuItemAbout_ItemClick(object sender, ItemClickEventArgs e)
{
- XtraMessageBox.Show(this, "Atomic was developed by @ohhsodead and few friends, with the only intention of providing an efficient tool for browsing, downloading and injecting GSC mods.\n\nAll credits are given to those appropriate creators/authors of the mods used in this project.\n\nIf you have any questions please send a message at my Discord: ohhsodead#2519 with your much welcomed comments, suggestions and feedback to help support this project.", "About", MessageBoxButtons.OK, MessageBoxIcon.Information);
+ XtraMessageBox.Show(this, "Arisen GSC Injector was developed by @ohhsodead and few friends, with the only intention of providing an efficient tool for browsing, downloading and injecting GSC mods.\n\nAll credits are given to those appropriate creators/authors of the mods used in this project.\n\nIf you have any questions please send a message at my Discord: ohhsodead#2519 with your much welcomed comments, suggestions and feedback to help support this project.", "About", MessageBoxButtons.OK, MessageBoxIcon.Information);
}
private void MenuItemClearGscMods_ItemClick(object sender, ItemClickEventArgs e)
@@ -240,7 +239,7 @@ private void ConnectPS3()
if (!IsInGame())
{
- NotifyMessagePS3("^2Hooked to Atomic", "Successfully connected and attached!", "party_ready");
+ NotifyMessagePS3("^2Hooked to Arisen GSC Injector", "Successfully connected and attached!", "party_ready");
}
XtraMessageBox.Show(this, "Connected and attached to Black Ops II", "Success", MessageBoxButtons.OK, MessageBoxIcon.Information);
diff --git a/src/Atomic/Forms/MainWindow.resx b/src/Arisen GSC Injector/Forms/MainWindow.resx
similarity index 100%
rename from src/Atomic/Forms/MainWindow.resx
rename to src/Arisen GSC Injector/Forms/MainWindow.resx
diff --git a/src/Atomic/Io/Archives.cs b/src/Arisen GSC Injector/Io/Archives.cs
similarity index 95%
rename from src/Atomic/Io/Archives.cs
rename to src/Arisen GSC Injector/Io/Archives.cs
index 2140a82..d796181 100644
--- a/src/Atomic/Io/Archives.cs
+++ b/src/Arisen GSC Injector/Io/Archives.cs
@@ -1,7 +1,7 @@
using System.IO;
using System.IO.Compression;
-namespace Atomic.Io
+namespace Arisen_GSC_Injector.Io
{
public class Archives
{
diff --git a/src/Atomic/Io/KnownFolders.cs b/src/Arisen GSC Injector/Io/KnownFolders.cs
similarity index 99%
rename from src/Atomic/Io/KnownFolders.cs
rename to src/Arisen GSC Injector/Io/KnownFolders.cs
index 454162f..04784b7 100644
--- a/src/Atomic/Io/KnownFolders.cs
+++ b/src/Arisen GSC Injector/Io/KnownFolders.cs
@@ -1,7 +1,7 @@
using System;
using System.Runtime.InteropServices;
-namespace Atomic.Io
+namespace Arisen_GSC_Injector.Io
{
public static class KnownFolders
{
diff --git a/src/Atomic/Io/UserFolders.cs b/src/Arisen GSC Injector/Io/UserFolders.cs
similarity index 93%
rename from src/Atomic/Io/UserFolders.cs
rename to src/Arisen GSC Injector/Io/UserFolders.cs
index f19450e..62f84c1 100644
--- a/src/Atomic/Io/UserFolders.cs
+++ b/src/Arisen GSC Injector/Io/UserFolders.cs
@@ -1,14 +1,14 @@
using System;
using System.IO;
-namespace Atomic.Io
+namespace Arisen_GSC_Injector.Io
{
public class UserFolders
{
///
/// Get the user's Documents folder.
///
- internal static string AppData { get; } = $@"{KnownFolders.GetPath(KnownFolder.Documents)}\Atomic\";
+ internal static string AppData { get; } = $@"{KnownFolders.GetPath(KnownFolder.Documents)}\Arisen GSC Injector\";
///
/// Get the directory to download modded files at.
diff --git a/src/Atomic/Languages/en_US.resx b/src/Arisen GSC Injector/Languages/en_US.resx
similarity index 100%
rename from src/Atomic/Languages/en_US.resx
rename to src/Arisen GSC Injector/Languages/en_US.resx
diff --git a/src/Atomic/Models/GscData.cs b/src/Arisen GSC Injector/Models/GscData.cs
similarity index 90%
rename from src/Atomic/Models/GscData.cs
rename to src/Arisen GSC Injector/Models/GscData.cs
index 9a76f30..85e8655 100644
--- a/src/Atomic/Models/GscData.cs
+++ b/src/Arisen GSC Injector/Models/GscData.cs
@@ -1,6 +1,6 @@
using System.Collections.Generic;
-namespace Atomic.Database
+namespace Arisen_GSC_Injector.Database
{
public partial class GscData
{
diff --git a/src/Atomic/Models/ModsData.cs b/src/Arisen GSC Injector/Models/ModsData.cs
similarity index 98%
rename from src/Atomic/Models/ModsData.cs
rename to src/Arisen GSC Injector/Models/ModsData.cs
index e150528..fd78ed0 100644
--- a/src/Atomic/Models/ModsData.cs
+++ b/src/Arisen GSC Injector/Models/ModsData.cs
@@ -1,6 +1,6 @@
-using Atomic.Extensions;
-using Atomic.Forms;
-using Atomic.Io;
+using Arisen_GSC_Injector.Extensions;
+using Arisen_GSC_Injector.Forms;
+using Arisen_GSC_Injector.Io;
using System;
using System.Collections.Generic;
using System.IO;
@@ -8,7 +8,7 @@
using System.Linq;
using System.Net;
-namespace Atomic.Database
+namespace Arisen_GSC_Injector.Database
{
public partial class ModsData
{
diff --git a/src/Atomic/Models/Release Data/GitHubData.cs b/src/Arisen GSC Injector/Models/Release Data/GitHubData.cs
similarity index 98%
rename from src/Atomic/Models/Release Data/GitHubData.cs
rename to src/Arisen GSC Injector/Models/Release Data/GitHubData.cs
index a19baeb..a296a3c 100644
--- a/src/Atomic/Models/Release Data/GitHubData.cs
+++ b/src/Arisen GSC Injector/Models/Release Data/GitHubData.cs
@@ -2,7 +2,7 @@
using System.Collections.Generic;
using Newtonsoft.Json;
-namespace Atomic.Models.Release_Data
+namespace Arisen_GSC_Injector.Models.Release_Data
{
public class GitHubData
{
diff --git a/src/Atomic/Program.cs b/src/Arisen GSC Injector/Program.cs
similarity index 80%
rename from src/Atomic/Program.cs
rename to src/Arisen GSC Injector/Program.cs
index 09ac1eb..7bab2d4 100644
--- a/src/Atomic/Program.cs
+++ b/src/Arisen GSC Injector/Program.cs
@@ -1,11 +1,10 @@
-using Atomic.Forms;
+using Arisen_GSC_Injector.Forms;
using log4net;
-using Syncfusion.WinForms.Controls;
using System;
using System.Threading;
using System.Windows.Forms;
-namespace Atomic
+namespace Arisen_GSC_Injector
{
static class Program
{
@@ -21,11 +20,6 @@ private static void Main()
log4net.Config.XmlConfigurator.Configure();
Log.Info("Configured logging settings");
- // Register Syncfusion license
- Syncfusion.Licensing.SyncfusionLicenseProvider.RegisterLicense("NjM1NjE3QDMyMzAyZTMxMmUzMFFybTBxVi9VeHFlZ1RPTmFob2ZTVS9VcXRmclhhMzcwZTd5ZGxNYjQ5bzA9");
-
- SfSkinManager.LoadAssembly(typeof(Syncfusion.WinForms.Themes.Office2016Theme).Assembly);
-
Application.ThreadException += new ThreadExceptionEventHandler(Application_ThreadException);
AppDomain.CurrentDomain.UnhandledException += new UnhandledExceptionEventHandler(CurrentDomain_UnhandledException);
diff --git a/src/Atomic/Properties/AssemblyInfo.cs b/src/Arisen GSC Injector/Properties/AssemblyInfo.cs
similarity index 93%
rename from src/Atomic/Properties/AssemblyInfo.cs
rename to src/Arisen GSC Injector/Properties/AssemblyInfo.cs
index 5370c46..c669585 100644
--- a/src/Atomic/Properties/AssemblyInfo.cs
+++ b/src/Arisen GSC Injector/Properties/AssemblyInfo.cs
@@ -4,11 +4,11 @@
// General Information about an assembly is controlled through the following
// set of attributes. Change these attribute values to modify the information
// associated with an assembly.
-[assembly: AssemblyTitle("Atomic")]
+[assembly: AssemblyTitle("Arisen GSC Injector")]
[assembly: AssemblyDescription("Browse, Download and Install GSC Mods for Black Ops II")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("ohhsodead")]
-[assembly: AssemblyProduct("Atomic")]
+[assembly: AssemblyProduct("Arisen GSC Injector")]
[assembly: AssemblyCopyright("Copyright © 2020")]
[assembly: AssemblyTrademark("")]
[assembly: AssemblyCulture("")]
diff --git a/src/Atomic/Properties/Resources.Designer.cs b/src/Arisen GSC Injector/Properties/Resources.Designer.cs
similarity index 95%
rename from src/Atomic/Properties/Resources.Designer.cs
rename to src/Arisen GSC Injector/Properties/Resources.Designer.cs
index 981d46b..554d581 100644
--- a/src/Atomic/Properties/Resources.Designer.cs
+++ b/src/Arisen GSC Injector/Properties/Resources.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace Atomic.Properties {
+namespace Arisen_GSC_Injector.Properties {
using System;
@@ -39,7 +39,7 @@ internal Resources() {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
- global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Atomic.Properties.Resources", typeof(Resources).Assembly);
+ global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Arisen_GSC_Injector.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;
diff --git a/src/Atomic/Properties/Resources.resx b/src/Arisen GSC Injector/Properties/Resources.resx
similarity index 100%
rename from src/Atomic/Properties/Resources.resx
rename to src/Arisen GSC Injector/Properties/Resources.resx
diff --git a/src/Atomic/Properties/Settings.Designer.cs b/src/Arisen GSC Injector/Properties/Settings.Designer.cs
similarity index 96%
rename from src/Atomic/Properties/Settings.Designer.cs
rename to src/Arisen GSC Injector/Properties/Settings.Designer.cs
index 43013ca..0a78e49 100644
--- a/src/Atomic/Properties/Settings.Designer.cs
+++ b/src/Arisen GSC Injector/Properties/Settings.Designer.cs
@@ -8,7 +8,7 @@
//
//------------------------------------------------------------------------------
-namespace Atomic.Properties {
+namespace Arisen_GSC_Injector.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
diff --git a/src/Atomic/Properties/Settings.settings b/src/Arisen GSC Injector/Properties/Settings.settings
similarity index 100%
rename from src/Atomic/Properties/Settings.settings
rename to src/Arisen GSC Injector/Properties/Settings.settings
diff --git a/src/Atomic/Properties/licenses.licx b/src/Arisen GSC Injector/Properties/licenses.licx
similarity index 100%
rename from src/Atomic/Properties/licenses.licx
rename to src/Arisen GSC Injector/Properties/licenses.licx
diff --git a/src/Atomic/Properties/licenses.licx.bak b/src/Arisen GSC Injector/Properties/licenses.licx.bak
similarity index 100%
rename from src/Atomic/Properties/licenses.licx.bak
rename to src/Arisen GSC Injector/Properties/licenses.licx.bak
diff --git a/src/Atomic/Resources/Icons/app-icon.ico b/src/Arisen GSC Injector/Resources/Icons/app-icon.ico
similarity index 100%
rename from src/Atomic/Resources/Icons/app-icon.ico
rename to src/Arisen GSC Injector/Resources/Icons/app-icon.ico
diff --git a/src/Atomic/Resources/download.png b/src/Arisen GSC Injector/Resources/download.png
similarity index 100%
rename from src/Atomic/Resources/download.png
rename to src/Arisen GSC Injector/Resources/download.png
diff --git a/src/Atomic/Resources/install.png b/src/Arisen GSC Injector/Resources/install.png
similarity index 100%
rename from src/Atomic/Resources/install.png
rename to src/Arisen GSC Injector/Resources/install.png
diff --git a/src/Atomic/Resources/uninstall.png b/src/Arisen GSC Injector/Resources/uninstall.png
similarity index 100%
rename from src/Atomic/Resources/uninstall.png
rename to src/Arisen GSC Injector/Resources/uninstall.png
diff --git a/src/Arisen GSC Injector/packages.config b/src/Arisen GSC Injector/packages.config
new file mode 100644
index 0000000..87c366b
--- /dev/null
+++ b/src/Arisen GSC Injector/packages.config
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/Atomic/Atomic.csproj.bak b/src/Atomic/Atomic.csproj.bak
deleted file mode 100644
index 80f0c56..0000000
--- a/src/Atomic/Atomic.csproj.bak
+++ /dev/null
@@ -1,272 +0,0 @@
-
-
-
-
- Debug
- AnyCPU
- {471A20D8-E259-4002-9FC8-79252BDBA6A8}
- WinExe
- Properties
- Atomic
- Atomic
- v4.8
- 512
- true
- false
-
- publish\
- false
- Disk
- false
- Foreground
- 7
- Days
- false
- false
- true
- 0
- 1.0.0.%2a
- false
- true
-
-
- AnyCPU
- true
- full
- false
- bin\Debug\
- DEBUG;TRACE
- prompt
- 4
- false
- true
-
-
- AnyCPU
- pdbonly
- true
- bin\Release\
-
-
- prompt
- 4
- false
- false
-
-
- 9.0
-
-
- Atomic.Program
-
-
- Resources\Icons\app-icon.ico
-
-
-
-
-
- True
-
-
- True
-
-
-
- True
-
-
- True
-
-
- True
-
-
-
-
-
- True
-
-
- ..\References\JRPC.dll
- False
-
-
- ..\packages\log4net.2.0.13\lib\net45\log4net.dll
-
-
- ..\packages\Newtonsoft.Json.13.0.1\lib\net45\Newtonsoft.Json.dll
-
-
- False
- ..\References\PS3Lib.dll
-
-
- ..\References\PS3ManagerAPI.dll
-
-
- ..\packages\Syncfusion.Core.WinForms.20.1.0.55\lib\net46\Syncfusion.Core.WinForms.dll
-
-
-
-
- ..\packages\Syncfusion.Licensing.20.1.0.55\lib\net46\Syncfusion.Licensing.dll
-
-
-
- ..\packages\Syncfusion.Shared.Base.20.1.0.55\lib\net46\Syncfusion.Shared.Base.dll
-
-
-
-
-
-
- False
-
-
- False
-
-
- False
-
-
-
- ..\packages\System.IO.Compression.4.3.0\lib\net46\System.IO.Compression.dll
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- False
-
-
- ..\References\xdevkit.dll
-
-
-
-
-
-
-
-
-
-
-
- Form
-
-
- MetroForm1.cs
-
-
-
-
-
-
-
-
-
-
- Form
-
-
- FileInjector.cs
-
-
- Form
-
-
- MainWindow.cs
-
-
-
-
-
- FileInjector.cs
-
-
- MainWindow.cs
-
-
-
- ResXFileCodeGenerator
- Designer
- Resources.Designer.cs
-
-
-
- SettingsSingleFileGenerator
- Settings.Designer.cs
-
-
- True
- True
- Resources.resx
-
-
- True
- Settings.settings
- True
-
-
-
-
-
-
-
- False
- Microsoft .NET Framework 4.5.2 %28x86 and x64%29
- true
-
-
- False
- .NET Framework 3.5 SP1
- false
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/Atomic/MetroForm1.Designer.cs b/src/Atomic/MetroForm1.Designer.cs
deleted file mode 100644
index 91cbef2..0000000
--- a/src/Atomic/MetroForm1.Designer.cs
+++ /dev/null
@@ -1,40 +0,0 @@
-
-namespace Atomic
-{
- partial class MetroForm1
- {
- ///
- /// 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.components = new System.ComponentModel.Container();
- this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
- this.ClientSize = new System.Drawing.Size(800, 450);
- this.Text = "MetroForm1";
- }
-
- #endregion
- }
-}
\ No newline at end of file
diff --git a/src/Atomic/MetroForm1.cs b/src/Atomic/MetroForm1.cs
deleted file mode 100644
index d2cfc9d..0000000
--- a/src/Atomic/MetroForm1.cs
+++ /dev/null
@@ -1,33 +0,0 @@
-using Syncfusion.WinForms.Controls;
-using System;
-using System.Collections.Generic;
-using System.ComponentModel;
-using System.Data;
-using System.Drawing;
-using System.Text;
-using System.Windows.Forms;
-
-namespace Atomic
-{
- public partial class MetroForm1 : SfForm
- {
- public MetroForm1()
- {
- InitializeComponent();
-
- this.Style.TitleBar.Height = 26;
- this.Style.TitleBar.BackColor = Color.White;
- this.Style.TitleBar.IconBackColor = Color.FromArgb(15, 161, 212);
- this.BackColor = Color.White;
- this.Style.TitleBar.ForeColor = ColorTranslator.FromHtml("#343434");
- this.Style.TitleBar.CloseButtonForeColor = Color.DarkGray;
- this.Style.TitleBar.MaximizeButtonForeColor = Color.DarkGray;
- this.Style.TitleBar.MinimizeButtonForeColor = Color.DarkGray;
- this.Style.TitleBar.HelpButtonForeColor = Color.DarkGray;
- this.Style.TitleBar.IconHorizontalAlignment = HorizontalAlignment.Left;
- this.Style.TitleBar.Font = this.Font = new System.Drawing.Font("Microsoft Sans Serif", 11F, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, ((byte)(0)));
- this.Style.TitleBar.TextHorizontalAlignment = HorizontalAlignment.Center;
- this.Style.TitleBar.TextVerticalAlignment = System.Windows.Forms.VisualStyles.VerticalAlignment.Center;
- }
- }
-}
diff --git a/src/Atomic/packages.config b/src/Atomic/packages.config
deleted file mode 100644
index 0a085c7..0000000
--- a/src/Atomic/packages.config
+++ /dev/null
@@ -1,9 +0,0 @@
-
-
-
-
-
-
-
-
-
\ No newline at end of file