summaryrefslogtreecommitdiff
path: root/index.html
blob: f740fbbde8f2aae7e690bdd955db63b02e340a31 (plain)
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
<!doctype html>
<html lang="en">
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="author" content="aki">
<meta name="tags" content="Starshatter, Starshatter Open, Starshatter: The Open Source Project, space-sim, space combat simulator, military sci-fi game">
<link rel="icon" type="image/png" href="media/icon.png">
<link rel="stylesheet" type="text/css" href="style.css">

<title>Starshatter: The Open Source Project</title>

<header>
<h1 class="hidden">Starshatter: The Open Source Project</h1>
<div class="title">STAR<div class="star"><div></div></div>SHATTER <br><span class="subtitle">The Open Source Project</a></div>
</header>

<section id="news">
<h2>News <a class="self" href="#news">&sect;</a></h2>
<p>Latest development blog: <a href="https://ignore.pl/starshatter_open_dev_update_2022_09.html">September 2022</a>
</section>

<section id="about">
<h2>About <a class="self" href="#about">&sect;</a></h2>
<p><strong>Starshatter</strong> (2004) and <strong>Starshatter: The Gathering Storm</strong> (2006) were military space
combat simulators in distant future. They allowed players to command all kind of ship sizes and all kind of ship groups
putting the players anywhere in the regular military chain of command.
<p>In 2011 the author, John DiCamillo, released game's source code under the 3-Clause BSD License.
<p><strong>Starshatter: The Open Source Project</strong> is a legacy of this series and intends to maintain, polish, and
extend the game. Just like before, the goal is to let the player experience the ultimate space combat, from planet
surface to interstellar space, from piloting the smallest ships to commanding entire armadas.
</section>

<section id="screenshots">
<h2>Screenshots <a class="self" href="#screenshots">&sect;</a></h2>
<div class="gallery">
<a href="media/screenshot1.png"><img src="media/screenshot1s.png" alt="Showcase screenshot #1"></a>
<a href="media/screenshot2.png"><img src="media/screenshot2s.png" alt="Showcase screenshot #2"></a>
<a href="media/screenshot3.png"><img src="media/screenshot3s.png" alt="Showcase screenshot #3"></a>
<a href="media/screenshot4.png"><img src="media/screenshot4s.png" alt="Showcase screenshot #4"></a>
<a href="media/screenshot5.png"><img src="media/screenshot5s.png" alt="Showcase screenshot #5"></a>
<a href="media/screenshot6.png"><img src="media/screenshot6s.png" alt="Showcase screenshot #6"></a>
</div>
</section>

<section id="downloads">
<h2>Downloads <a class="self" href="#downloads">&sect;</a></h2>
<p>Game is distributed in portable and self-contained packages for Windows that also work with Wine on other platforms.
To play the game download the latest package, unpack it somewhere, and simply run it.
<p class="centered"><a href="https://ftp.ignore.pl/starshatter/releases/latest/starshatter-all.zip">Download latest
Starshatter version (5.1.87-350-g0fc03ad, <time>2022-09-24 16:40 CEST</time>)</a><br>
<a class="smaller" href="https://ftp.ignore.pl/starshatter/releases/starshatter-executables.zip">Executables-only
archive</a><br>
<a class="smaller" href="https://ftp.ignore.pl/starshatter/releases/">Browse other versions and checksums</a>
<p>Magic is a tool to handle 3D models used in Starshatter. It uses AFX so it requires different toolchain to build and
because of this for now it produces own packages:
<p class="centered"><a href="https://ftp.ignore.pl/starshatter/magic_releases/latest/magic-all.zip">Download Magic
Editor (<time>2022-04-07 23:15 CET</time>)</a>
</section>

<section id="community">
<h2>Community <a class="self" href="#community">&sect;</a></h2>
<p>Other locations worth checking out:
<ul>
<li><a href="https://discord.gg/6GFacfuyBP">Discord Server</a>
<li><a href="https://spacesimcentral.com/community/starshatter/">Forums at Space Sim Central</a>
<li><a href="https://www.hard-light.net/forums/index.php?board=234.0">Forums at Hard-Light Productions</a>
<li><a href="http://www.starshattermods.net/news.php">Forums at Starshatter Mods</a>
<li><a href="https://negative-10.com/starshatter/">Index at Negative-10</a>
</ul>
</section>

<section id="contributing">
<h2>Contributing <a class="self" href="#contributing">&sect;</a></h2>
<p>Project accepts anyone that is interested in contributing in any way that seems helpful. Right now the team consists
of only one person, so the details will need to be worked out naturally. Patches, ideas and bug reports are accepted.
<p>Currently, the best way to engage with the project is through <a href="https://spacesimcentral.com/">Space Sim
Central Forums</a> or <a href="http://www.starshattermods.net/">Starshatter Mods Forums</a>.
<p>Project's main repository is hosted at <a href="https://git.ignore.pl/starshatter/">git.ignore.pl</a>.
</section>

<footer>
<p>Hosted and maintained by <a href="https://ignore.pl/">ignore.pl</a>
<p><a href="https://git.ignore.pl/starshatter/tree/NOTICE">Copyright notice</a>
</footer>

<script src="https://stats.ignore.pl/track.js"></script>