Project Ports is now Project Silicon and loads of problems

This commit is contained in:
Andrew Lee 2018-09-28 17:14:27 -04:00
parent 9ef1f263d8
commit c5541b3927
13 changed files with 31 additions and 31 deletions

View file

@ -80,11 +80,11 @@
<Compile Include="QuantumAPI\Sites\404Error.Designer.cs">
<DependentUpon>404Error.cs</DependentUpon>
</Compile>
<Compile Include="QuantumAPI\Sites\PortOSDefender.cs">
<Compile Include="QuantumAPI\Sites\SiliconOSDefender.cs">
<SubType>UserControl</SubType>
</Compile>
<Compile Include="QuantumAPI\Sites\PortOSDefender.Designer.cs">
<DependentUpon>PortOSDefender.cs</DependentUpon>
<Compile Include="QuantumAPI\Sites\SiliconOSDefender.Designer.cs">
<DependentUpon>SiliconOSDefender.cs</DependentUpon>
</Compile>
<Compile Include="QuantumAPI\Sites\QuantumISP.cs">
<SubType>UserControl</SubType>
@ -112,8 +112,8 @@
<EmbeddedResource Include="QuantumAPI\Sites\Malwarebits.resx">
<DependentUpon>Malwarebits.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="QuantumAPI\Sites\PortOSDefender.resx">
<DependentUpon>PortOSDefender.cs</DependentUpon>
<EmbeddedResource Include="QuantumAPI\Sites\SiliconOSDefender.resx">
<DependentUpon>SiliconOSDefender.cs</DependentUpon>
</EmbeddedResource>
<EmbeddedResource Include="QuantumAPI\Sites\QuantumISP.resx">
<DependentUpon>QuantumISP.cs</DependentUpon>

View file

@ -47,7 +47,7 @@ namespace PortEngine
loadSite(new Malwarebits(), pnlLoadSiteHere);
break;
case "qt.portosdefender/home":
loadSite(new QuantumAPI.Sites.PortOSDefender(), pnlLoadSiteHere);
loadSite(new QuantumAPI.Sites.SiliconOSDefender(), pnlLoadSiteHere);
break;
default:
loadSite(new QuantumAPI.Sites._404Error(), pnlLoadSiteHere);

View file

@ -1,6 +1,6 @@
namespace PortEngine.QuantumAPI.Sites
{
partial class PortOSDefender
partial class SiliconOSDefender
{
/// <summary>
/// Required designer variable.
@ -43,9 +43,9 @@
this.posLogo.ForeColor = System.Drawing.Color.LimeGreen;
this.posLogo.Location = new System.Drawing.Point(21, 18);
this.posLogo.Name = "posLogo";
this.posLogo.Size = new System.Drawing.Size(190, 24);
this.posLogo.Size = new System.Drawing.Size(226, 24);
this.posLogo.TabIndex = 0;
this.posLogo.Text = "PortOS Defender";
this.posLogo.Text = "SiliconOS Defender";
//
// btnSignin
//
@ -108,7 +108,7 @@
this.richTextBox1.TabIndex = 5;
this.richTextBox1.Text = "We are a hacker group and the point of this is to defeat the A.H.G.";
//
// PortOSDefender
// SiliconOSDefender
//
this.AutoScaleDimensions = new System.Drawing.SizeF(6F, 13F);
this.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font;
@ -119,7 +119,7 @@
this.Controls.Add(this.rtxtNews);
this.Controls.Add(this.btnSignin);
this.Controls.Add(this.posLogo);
this.Name = "PortOSDefender";
this.Name = "SiliconOSDefender";
this.Size = new System.Drawing.Size(842, 452);
this.Load += new System.EventHandler(this.PortOSDefender_Load);
this.ResumeLayout(false);

View file

@ -29,9 +29,9 @@ using System.Windows.Forms;
namespace PortEngine.QuantumAPI.Sites
{
public partial class PortOSDefender : UserControl
public partial class SiliconOSDefender : UserControl
{
public PortOSDefender()
public SiliconOSDefender()
{
InitializeComponent();
}

View file

@ -36,7 +36,7 @@ namespace PortEngine
if (GeneralAPI.HijackStorylineState == 1)
{
await Task.Delay(2000);
txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(5000);
txtHijack1.AppendText("SYSTEM ERROR: HIJACKED" + Environment.NewLine);
await Task.Delay(2000);
@ -78,9 +78,9 @@ namespace PortEngine
await Task.Delay(1000);
txtHijack1.AppendText("??? is now known as Adam…" + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of PortOS!" + Environment.NewLine);
txtHijack1.AppendText("Adam: I am Adam and I am one of the developers of SiliconOS!" + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys PortOS computers." + Environment.NewLine);
txtHijack1.AppendText("Adam: As you know, A.H.G is a group of hackers that destroys SiliconOS computers." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("Adam: This computer will shortly reboot and redirected to the desktop…" + Environment.NewLine);
await Task.Delay(2000);
@ -90,7 +90,7 @@ namespace PortEngine
await Task.Delay(5000);
txtHijack1.Clear();
await Task.Delay(2000);
txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine);
await Task.Delay(2000);
@ -100,7 +100,7 @@ namespace PortEngine
}
else
{
txtHijack1.AppendText("PortOS is now booting..." + Environment.NewLine);
txtHijack1.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(2000);
txtHijack1.AppendText("GUI Driver has been found!" + Environment.NewLine);
await Task.Delay(2000);

View file

@ -1,6 +1,6 @@
/************************************************************************
*
* Project Ports
* Project Silicon
* Copyright (C) 2018 UniverseDG
*
* This program is free software: you can redistribute it and/or modify
@ -41,7 +41,7 @@ namespace Project_Ports
private async void Boot_Load(object sender, EventArgs e)
{
await Task.Delay(2000);
txtBoot.AppendText("PortOS is now booting..." + Environment.NewLine);
txtBoot.AppendText("SiliconOS is now booting..." + Environment.NewLine);
await Task.Delay(2000);
txtBoot.AppendText("GUI Driver has been found!" + Environment.NewLine);
await Task.Delay(2000);

View file

@ -91,7 +91,7 @@
this.wbPortsNews.ScrollBarsEnabled = false;
this.wbPortsNews.Size = new System.Drawing.Size(852, 450);
this.wbPortsNews.TabIndex = 5;
this.wbPortsNews.Url = new System.Uri("https://portsupdate.tumblr.com/", System.UriKind.Absolute);
this.wbPortsNews.Url = new System.Uri("https://siliconupdate.tumblr.com/", System.UriKind.Absolute);
//
// portsVersion
//
@ -101,9 +101,9 @@
this.portsVersion.ForeColor = System.Drawing.Color.White;
this.portsVersion.Location = new System.Drawing.Point(13, 66);
this.portsVersion.Name = "portsVersion";
this.portsVersion.Size = new System.Drawing.Size(103, 13);
this.portsVersion.Size = new System.Drawing.Size(119, 13);
this.portsVersion.TabIndex = 6;
this.portsVersion.Text = "portsVersion";
this.portsVersion.Text = "siliconVersion";
//
// btnExit
//
@ -141,7 +141,7 @@
this.Controls.Add(this.wbPortsNews);
this.FormBorderStyle = System.Windows.Forms.FormBorderStyle.FixedSingle;
this.Name = "MainMenu";
this.Text = "Project: Ports Launcher";
this.Text = "Project: Silicon Launcher";
this.Load += new System.EventHandler(this.MainMenu_Load);
this.panel1.ResumeLayout(false);
this.panel1.PerformLayout();

View file

@ -6,8 +6,8 @@
<Platform Condition=" '$(Platform)' == '' ">AnyCPU</Platform>
<ProjectGuid>{7FF89341-BE42-4AE1-B53E-F9FA4104D30F}</ProjectGuid>
<OutputType>WinExe</OutputType>
<RootNamespace>Project_Ports</RootNamespace>
<AssemblyName>Project Ports</AssemblyName>
<RootNamespace>Project_Silicon</RootNamespace>
<AssemblyName>Project Silicon</AssemblyName>
<TargetFrameworkVersion>v4.6.1</TargetFrameworkVersion>
<FileAlignment>512</FileAlignment>
<AutoGenerateBindingRedirects>true</AutoGenerateBindingRedirects>

View file

@ -8,7 +8,7 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace Project_Ports.Properties {
namespace Project_Silicon.Properties {
using System;
@ -39,7 +39,7 @@ namespace Project_Ports.Properties {
internal static global::System.Resources.ResourceManager ResourceManager {
get {
if (object.ReferenceEquals(resourceMan, null)) {
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Project_Ports.Properties.Resources", typeof(Resources).Assembly);
global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Project_Silicon.Properties.Resources", typeof(Resources).Assembly);
resourceMan = temp;
}
return resourceMan;

View file

@ -8,11 +8,11 @@
// </auto-generated>
//------------------------------------------------------------------------------
namespace Project_Ports.Properties {
namespace Project_Silicon.Properties {
[global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.7.0.0")]
[global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "15.8.0.0")]
internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase {
private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings())));

View file

@ -1,2 +1,2 @@
# Project Ports
# Project Silicon
A game project by Universe