diff options
| author | Andrew Lee <andrew@alee14.me> | 2026-03-31 17:22:20 -0400 |
|---|---|---|
| committer | Andrew Lee <andrew@alee14.me> | 2026-03-31 17:22:20 -0400 |
| commit | 17534a78e14c849d0c6a26e220e942e0aff1bda1 (patch) | |
| tree | c12009f169f5e17c52aa921598a60069ec8eb588 /src/pages | |
| parent | d5a10e32e8a33a7211d763154a051543dac8bf93 (diff) | |
| download | personal-website-17534a78e14c849d0c6a26e220e942e0aff1bda1.tar.gz personal-website-17534a78e14c849d0c6a26e220e942e0aff1bda1.tar.bz2 personal-website-17534a78e14c849d0c6a26e220e942e0aff1bda1.zip | |
updated page
Diffstat (limited to 'src/pages')
| -rw-r--r-- | src/pages/downloads/osft-software-archive.astro | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/src/pages/downloads/osft-software-archive.astro b/src/pages/downloads/osft-software-archive.astro index 1090c35..a339136 100644 --- a/src/pages/downloads/osft-software-archive.astro +++ b/src/pages/downloads/osft-software-archive.astro @@ -6,7 +6,11 @@ import '../../styles/cards.css'; <main> <div class="content-warning"> <h2>Content Warning</h2> - <p>Some of the software in this pack contains a jumpscare. If you have epilepsy, please be cautious.</p> + <p>Some of the software in this pack contains the following:</p> + <ul> + <li>Jumpscare</li> + <li>Flashing screen (Epilepsy warning)</li> + </ul> <p>Disable your antivirus as it can detect false positive, feel free to use a VM if you feel unsafe.</p> </div> <div class="card note"> @@ -14,6 +18,11 @@ import '../../styles/cards.css'; <p>There was a mention back in the AstralPhaser Chats that the Histacom 1.8.5 (2013) copy in IndieDB is not the original copy from Phil.</p> <p>I have retrieved the original 2010 copy from Phil himself which has the original compile date of July 5th 2010, and I will be keeping both versions for the time being.</p> </div> + <div class="card encrypted"> + <h2>Encrypted Zips</h2> + <p>Some files uses an encrypted zip due to them being flagged as malware.</p> + <p>Password: osft</p> + </div> <div class="card requirements"> <h2>Minimal Requirements</h2> <ul> @@ -44,7 +53,7 @@ import '../../styles/cards.css'; <li>File Wars</li> <li>"funny nana and grampa sounds version 1.1"</li> <li>Guess The Number</li> - <li>Histacom 1.8.5 (2010 Edition) (Epilepsy warning)</li> + <li>Histacom 1.8 (2010 Edition) (Epilepsy warning)</li> <li>Histacom 1.8.5 (2013 Edition) (Epilepsy warning)</li> <li>HTMLive</li> <li>IIR (Interactive Infinite Road)</li> @@ -60,7 +69,9 @@ import '../../styles/cards.css'; <li>Pixel Physics 0.3</li> <li>Road Simulator 0.4</li> <li>RPG Map Maker</li> - <li>ShiftOS 0.0.8 (Epilepsy warning)</li> + <li>ShiftOS 0.0.7.1 (Epilepsy warning)</li> + <li>ShiftOS 0.0.8 Beta 1.1 (Epilepsy warning)</li> + <li>ShiftOS 0.0.8 (Community) (Epilepsy warning)</li> <li>Theme Test</li> <li>Thoto 0.3</li> <li>Time Machine 0.4</li> @@ -70,14 +81,9 @@ import '../../styles/cards.css'; <li>Zeon OS 0.2</li> </ul> </div> - <div class="checksum"> - <p>MD5: f56c1670e2481f8755dba8e4faf97e6d</p> - <p>SHA512: 8710d2c1d85f4acffcbf42676e65b28831c899317b064ce016d3cfcc782478ab1e3aa9bc6d30ce277f9fb58943933919f12041992fe79db3354c4717fa33bab7</p> - <p>SHA256: 6b04ef59c0e0b4cc1c96cbdebfa3400e27fe855f88cb31da554df8691d9845d2</p> - </div> <div class="links"> - <a href="https://files.alee14.me/Software/OSFT-Software-Archive.zip">Download Archive</a> - <a href="https://archive.org/details/osfirsttimer-software-archive">Download Archive (archive.org)</a> + <a href="https://files.alee14.me/Software/OSFT-Software-Archive">Download Archive</a> + <a href="https://archive.org/details/osfirsttimer-software-archive">Download Archive (archive.org)</a> </div> </main> </Page> |
