aboutsummaryrefslogtreecommitdiff
path: root/src/pages/downloads/osft-software-archive.astro
blob: 11e0a78adb95e73a95645cc40c08b2bdcdbd7dd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
---
import Page from "../../layouts/Page.astro";
import '../../styles/cards.css';
---
<Page title="OSFirstTimer Ultimate Old Software Archive" description="The ultimate software collection of OSFirstTimer's (Philip Adams) old software, and games.">
    <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>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">
            <h2>Note</h2>
            <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 requirements">
            <h2>Minimal Requirements</h2>
            <ul>
                <li>OS: Windows XP SP3/Vista SP2 (Depends on each program)</li>
                <li>CPU: Intel/AMD x86 or x64 1 GHz Processor</li>
                <li>RAM: 512 MB to 1 GB</li>
                <li>Storage: 500 MB to 4 GB</li>
                <li>Frameworks: Adobe Flash Player, .NET Framework 3.5, 4.0 and/or 4.5</li>
            </ul>
        </div>
        <div class="card programs">
            <h2>Programs</h2>
            <ul>
                <li>Amazing Maze (Requires Flash Player)</li>
                <li>Artpad (from ShiftOS)</li>
                <li>Averager</li>
                <li>Board Game Maker</li>
                <li>Bouncing Ball Physics 0.3</li>
                <li>Chebinect</li>
                <li>Chrono Machine 0.9.3</li>
                <li>Colors</li>
                <li>Dark OS Studio</li>
                <li>Digging</li>
                <li>Draw</li>
                <li>Dropper</li>
                <li>Explore 0.3.7</li>
                <li>File Viewer (Jumpscare warning)</li>
                <li>File Wars</li>
                <li>&quot;funny nana and grampa sounds version 1.1&quot;</li>
                <li>Guess The Number</li>
                <li>Histacom 1.8.5 (2010 Edition) (Epilepsy warning)</li>
                <li>Histacom 1.8.5 (2013 Edition) (Epilepsy warning)</li>
                <li>HTMLive</li>
                <li>IIR (Interactive Infinite Road)</li>
                <li>Infinijump 0.1</li>
                <li>Infinijump Creator 0.1</li>
                <li>Mitosis 0.6</li>
                <li>OSFirstTimer Blue Screen (Jumpscare warning)</li>
                <li>OSFirstTimer HTML Games (Claude AI)</li>
                <li>Paper Math 2D</li>
                <li>Philip&apos;s Mario Game</li>
                <li>Phone Simulator 0.4</li>
                <li>Picture Generator</li>
                <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>Theme Test</li>
                <li>Thoto 0.3</li>
                <li>Time Machine 0.4</li>
                <li>Typewriter</li>
                <li>Vending Machine</li>
                <li>Visual Sound (Ear blast warning)</li>
                <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://cloud.alee14.me/s/GjwJeNb8JBCbaHw">Download Archive</a>
        <a href="https://archive.org/details/osfirsttimer-software-archive">Download Archive (archive.org)</a>
        </div>
    </main>
</Page>
<style>
    .content-warning {
        background-color: #727119;
        padding: 1.2em;
        border-radius: 20px;
        gap: 0.5em;
        margin: 0.5em;
    }

    .content-warning h2 {
        margin-top: 0.2em;
    }

    .note {
        margin-top: 1.2em;
    }

    .note h1 {
        margin-top: 0.2em;
    }

    a {
        font-size: 1.5em;
    }

    .checksum {
        overflow-wrap: break-word;
    }

    .links {
        display: flex;
        flex-direction: row;
        gap: 1em;
    }
</style>