mirror of
https://github.com/HistacomUnity/Histacom2-old.git
synced 2025-01-22 09:02:01 -05:00
Done basically nothing
This commit is contained in:
parent
ec8361de2a
commit
77e6fc3cb8
18 changed files with 45 additions and 12 deletions
|
@ -1,5 +1,6 @@
|
||||||
using System;
|
using System;
|
||||||
using System.Collections.Generic;
|
using System.Collections.Generic;
|
||||||
|
using System.ComponentModel;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Linq;
|
using System.Linq;
|
||||||
using System.Media;
|
using System.Media;
|
||||||
|
@ -10,23 +11,36 @@
|
||||||
|
|
||||||
namespace TimeHACK.OS.Win95.Win95Apps.Story
|
namespace TimeHACK.OS.Win95.Win95Apps.Story
|
||||||
{
|
{
|
||||||
class Hack1
|
class Hack1 : NormalHack
|
||||||
{
|
{
|
||||||
WinClassicTerminal term = new WinClassicTerminal();
|
WinClassicTerminal term = new WinClassicTerminal();
|
||||||
WindowManager wm = new WindowManager();
|
WindowManager wm = new WindowManager();
|
||||||
private SoundPlayer startsound;
|
|
||||||
|
|
||||||
|
|
||||||
// This is the very first story script!
|
// This is the very first story script!
|
||||||
public void startObjective()
|
public void startObjective()
|
||||||
{
|
{
|
||||||
|
|
||||||
wm.startWin95(term, "MS-DOS Prompt", null, true, true);
|
wm.startWin95(term, "MS-DOS Prompt", null, true, true);
|
||||||
|
|
||||||
|
Thread theThread = new Thread(startObjectMAIN);
|
||||||
|
|
||||||
|
theThread.Start();
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
public void startObjectMAIN()
|
||||||
|
{
|
||||||
|
SoundPlayer startsound;
|
||||||
term.WriteLine("192.168.0.1 Connecting...");
|
term.WriteLine("192.168.0.1 Connecting...");
|
||||||
|
|
||||||
// Play Dial-up Sound
|
// Play Dial-up Sound
|
||||||
Stream audio = Properties.Resources.modem_dial;
|
Stream audio = Properties.Resources.modem_dial;
|
||||||
startsound = new SoundPlayer(audio);
|
startsound = new SoundPlayer(audio);
|
||||||
startsound.PlaySync();
|
startsound.Play();
|
||||||
|
Thread.Sleep(5000);
|
||||||
|
startsound.Stop();
|
||||||
term.WriteLine("192.168.0.1 Connected.");
|
term.WriteLine("192.168.0.1 Connected.");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
15
TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs
Normal file
15
TimeHACK.Main/OS/Win95/Win95Apps/Story/NormalHack.cs
Normal file
|
@ -0,0 +1,15 @@
|
||||||
|
using System;
|
||||||
|
using System.Collections.Generic;
|
||||||
|
using System.Linq;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Text;
|
||||||
|
using System.Threading.Tasks;
|
||||||
|
using System.Windows.Forms;
|
||||||
|
|
||||||
|
namespace TimeHACK.OS.Win95.Win95Apps.Story
|
||||||
|
{
|
||||||
|
class NormalHack
|
||||||
|
{
|
||||||
|
|
||||||
|
}
|
||||||
|
}
|
|
@ -10,6 +10,8 @@
|
||||||
using System.Media;
|
using System.Media;
|
||||||
using System.IO;
|
using System.IO;
|
||||||
using System.Threading;
|
using System.Threading;
|
||||||
|
using System.Reflection;
|
||||||
|
using System.Linq.Expressions;
|
||||||
|
|
||||||
namespace TimeHACK.OS.Win95.Win95Apps
|
namespace TimeHACK.OS.Win95.Win95Apps
|
||||||
{
|
{
|
||||||
|
|
|
@ -123,6 +123,7 @@
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" />
|
<Compile Include="OS\Win95\Win95Apps\Story\Hack1.cs" />
|
||||||
|
<Compile Include="OS\Win95\Win95Apps\Story\NormalHack.cs" />
|
||||||
<Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs">
|
<Compile Include="OS\Win95\Win95Apps\WinClassicFTPClient.cs">
|
||||||
<SubType>UserControl</SubType>
|
<SubType>UserControl</SubType>
|
||||||
</Compile>
|
</Compile>
|
||||||
|
|
|
@ -34,7 +34,6 @@ public void StartGame()
|
||||||
}
|
}
|
||||||
else {
|
else {
|
||||||
// Time to decide which OS to start up!
|
// Time to decide which OS to start up!
|
||||||
MessageBox.Show(CurrentSave.CurrentOS);
|
|
||||||
|
|
||||||
switch (CurrentSave.CurrentOS)
|
switch (CurrentSave.CurrentOS)
|
||||||
{
|
{
|
||||||
|
|
|
@ -14,7 +14,7 @@
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
</dsig:Transforms>
|
</dsig:Transforms>
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||||
<dsig:DigestValue>axya6B1VuGVCDd3AFMwt1roZXHr5zdukXgh8gG8E78Y=</dsig:DigestValue>
|
<dsig:DigestValue>RNlfPf/pYd1sreRcbdQWeJvSqglLBCYiAZQvcsKH+eo=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Binary file not shown.
|
@ -56,14 +56,14 @@
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="7088128">
|
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="7089152">
|
||||||
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
</dsig:Transforms>
|
</dsig:Transforms>
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||||
<dsig:DigestValue>xlhY2eZZvmIMUX049vQl+iv2GhxMilZe6Z5oLOMXcVg=</dsig:DigestValue>
|
<dsig:DigestValue>aQVZXO5XeVI/LFH80SyMNiN6ifkT7noACX3Ul59+7VY=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -1 +1 @@
|
||||||
7e1dc210a348e105ac605d4b310d851298fbe398
|
4ea1307cf50b0551eb868fff46db4571513000aa
|
||||||
|
|
|
@ -130,3 +130,5 @@ C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win
|
||||||
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.SaveDialogs.SaveFileTroubleShooter.resources
|
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.SaveDialogs.SaveFileTroubleShooter.resources
|
||||||
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicFTPClient.resources
|
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicFTPClient.resources
|
||||||
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal.resources
|
C:\Users\Logan\Desktop\GitHub\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal.resources
|
||||||
|
I:\Desktop\HistamcomVB\My-TimeHACK\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicFTPClient.resources
|
||||||
|
I:\Desktop\HistamcomVB\My-TimeHACK\TimeHACK\TimeHACK.Main\obj\Release\TimeHACK.OS.Win95.Win95Apps.WinClassicTerminal.resources
|
||||||
|
|
Binary file not shown.
Binary file not shown.
|
@ -14,7 +14,7 @@
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
</dsig:Transforms>
|
</dsig:Transforms>
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||||
<dsig:DigestValue>axya6B1VuGVCDd3AFMwt1roZXHr5zdukXgh8gG8E78Y=</dsig:DigestValue>
|
<dsig:DigestValue>RNlfPf/pYd1sreRcbdQWeJvSqglLBCYiAZQvcsKH+eo=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Binary file not shown.
|
@ -56,14 +56,14 @@
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
<dependency>
|
<dependency>
|
||||||
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="7088128">
|
<dependentAssembly dependencyType="install" allowDelayedBinding="true" codebase="TimeHACK.exe" size="7089152">
|
||||||
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
<assemblyIdentity name="TimeHACK" version="1.0.0.0" language="neutral" processorArchitecture="msil" />
|
||||||
<hash>
|
<hash>
|
||||||
<dsig:Transforms>
|
<dsig:Transforms>
|
||||||
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
<dsig:Transform Algorithm="urn:schemas-microsoft-com:HashTransforms.Identity" />
|
||||||
</dsig:Transforms>
|
</dsig:Transforms>
|
||||||
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
<dsig:DigestMethod Algorithm="http://www.w3.org/2000/09/xmldsig#sha256" />
|
||||||
<dsig:DigestValue>xlhY2eZZvmIMUX049vQl+iv2GhxMilZe6Z5oLOMXcVg=</dsig:DigestValue>
|
<dsig:DigestValue>aQVZXO5XeVI/LFH80SyMNiN6ifkT7noACX3Ul59+7VY=</dsig:DigestValue>
|
||||||
</hash>
|
</hash>
|
||||||
</dependentAssembly>
|
</dependentAssembly>
|
||||||
</dependency>
|
</dependency>
|
||||||
|
|
Binary file not shown.
Loading…
Reference in a new issue