aboutsummaryrefslogtreecommitdiff
path: root/ShiftOS.Main
diff options
context:
space:
mode:
authorFloppyDiskDrive <[email protected]>2017-09-27 19:36:09 -0500
committerFloppyDiskDrive <[email protected]>2017-09-27 19:36:09 -0500
commit1c2bf50041e376adc3e901fdc94326d2f9beec77 (patch)
treef52ec9f37c36a33d721b2947348200d13728cf1b /ShiftOS.Main
parentf61f67c6d73c625b6f0120a5899c1a9b09bed678 (diff)
downloadshiftos-rewind-1c2bf50041e376adc3e901fdc94326d2f9beec77.tar.gz
shiftos-rewind-1c2bf50041e376adc3e901fdc94326d2f9beec77.tar.bz2
shiftos-rewind-1c2bf50041e376adc3e901fdc94326d2f9beec77.zip
Commented in the Engine project
Diffstat (limited to 'ShiftOS.Main')
-rw-r--r--ShiftOS.Main/HijackScreen.cs18
1 files changed, 9 insertions, 9 deletions
diff --git a/ShiftOS.Main/HijackScreen.cs b/ShiftOS.Main/HijackScreen.cs
index ef1db92..721d49e 100644
--- a/ShiftOS.Main/HijackScreen.cs
+++ b/ShiftOS.Main/HijackScreen.cs
@@ -167,19 +167,19 @@ namespace ShiftOS.Main
textgeninput = lblhackwords;
textgen.Interval = 10;
rtext = "";
- TextType("Congratulations, you have been involuntarily selected to be an Alpha Tester for ShiftOS." + Environment.NewLine + Environment.NewLine);
+ TextType("Congratulations, " + Environment.UserName + "you have been involuntarily selected to be an Alpha Tester for ShiftOS!" + Environment.NewLine + Environment.NewLine);
break;
case 4:
- TextType("At this current point in time I do not wish to reveal my identity or future intentions." + Environment.NewLine + Environment.NewLine);
+ TextType("At this time, I do not wish to reveal any of my intentions and idenity." + Environment.NewLine + Environment.NewLine);
break;
case 5:
TextType("I just need to use you and your computer as an external test bed to evolve my experimental operating system." + Environment.NewLine + Environment.NewLine);
break;
case 6:
- TextType("Right now ShiftOS is practically non-existent but I’ll work on coding it remotely as you use it." + Environment.NewLine + Environment.NewLine);
+ TextType("I need to expand the name of ShiftOS, so I'll work on it, and you'll have the chance to use ShiftOS!" + Environment.NewLine + Environment.NewLine);
break;
case 7:
- TextType("Your hard drive will now be formatted in preparation for the installation of ShiftOS" + Environment.NewLine + Environment.NewLine);
+ TextType("Your hard drive will now be formatted in preparation for the installation of ShiftOS." + Environment.NewLine + Environment.NewLine);
break;
case 8:
TextType("Starting Format.");
@@ -201,23 +201,23 @@ namespace ShiftOS.Main
rtext = "";
break;
case 20:
- TextType("Scanning Drive C:/");
+ TextType("Scanning Drive C:\\...");
break;
case 21:
TextType(Environment.NewLine + Environment.NewLine + "Drive Label: " + cdrive.VolumeLabel);
break;
case 22:
- TextType(Environment.NewLine + "Total Drive Size: " + String.Format((cdrive.TotalSize / 1024 / 1024 / 1024).ToString(), "0.00") + " GigaBytes ");
+ TextType(Environment.NewLine + "Total Drive Size: " + String.Format((cdrive.TotalSize / 1024 / 1024 / 1024).ToString(), "0.00") + "GB. ");
break;
case 23:
- TextType(Environment.NewLine + "Old File System: " + cdrive.DriveFormat + " ");
+ TextType(Environment.NewLine + "Old File System: " + cdrive.DriveFormat + ". ");
break;
case 24:
- TextType(Environment.NewLine + "New File System: ShiftFS ");
+ TextType(Environment.NewLine + "New File System: ShiftFS. ");
break;
case 25:
- TextType(Environment.NewLine + Environment.NewLine + "Formatting C:/ - ");
+ TextType(Environment.NewLine + Environment.NewLine + "Formatting C:\\... - ");
conversationtimer.Interval = 100;
break;
case 26: // TODO: to 126