Files
itgmania212121/Manual/index.html
T
2010-05-06 09:53:18 -05:00

74 lines
2.6 KiB
HTML

<html>
<head>
<title>sm-ssc Manual</title>
<link rel="stylesheet" type="text/css" media="screen" href="./data/style.css" />
</head>
<body>
<div id="logoDiv">
<h1><img src="./data/logo.png" alt="sm-ssc:"><br/>The Manual</h1>
</div>
<hr/>
<div id="tocDiv">
<h2>Table of Contents</h2>
<ol id="pretocList">
<li><a href="#intro">Introduction</a></li>
</ol>
<ol class="tocList">
<li><a href="#welcome">Welcome to sm-ssc</a></li>
<ol class="tocList">
<li><a href="#sysreqs">System Requirements</a></li>
<li><a href="#install">Installation</a></li>
<li><a href="#getstart">Getting Started</a></li>
</ol>
</ol>
</div>
<hr/>
<h2><a name="intro">Introduction</a></h2>
<p>This is the basic player manual. We should also link to the Beginner's Guide
and Themer's Guide from here as well.</p>
<hr/>
<h2><a name="welcome">Welcome to sm-ssc</a></h2>
<h3><a name="sysreqs">System Requirements</a></h2>
<p>sm-ssc can run on this bare minimum:</p>
<ul>
<li>Operating System(s):
<ul>
<li>Windows® (2000, XP, Vista, Windows 7)</li>
<li>Mac OS X (10.?)</li>
<li>*NIX/POSIX-compliant OS (GNU/Linux, *BSD)</li>
<li>Microsoft® Xbox® (<em><small>The Xbox build currently does not function.</small></em>)</li>
</ul>
</li>
</ul>
<p>However, we highly recommend at least these settings for decent performance:</p>
<h3><a name="install">Installation</a></h2>
<p>If you're reading this, you've likely already figured out how to install sm-ssc.
Just in case you're reading this without having installed it yourself, however,
here are the installation instructions for various operating systems.</p>
<h4>Windows</h4>
<p>The Windows version is available as an .exe installer and a .zip/GameData.smzip
combination. The .exe installer is much easier to deal with, but in case it doesn't
work out for you, we have provided a zip file for manual installation. The zip
distribution can be converted into Portable mode by placing a blank Portable.ini
inside of the sm-ssc directory.</p>
<h4>Mac OS X</h4>
<p>The Mac version is distributed as a .dmg file; Mount it, make a sm-ssc folder
in Applications/, then put sm-ssc in there, and make folders as needed. That
probably isn't the best way to do it, but it is A way.</p>
<h4>Linux</h4>
<p>Linux users are typically expected to build from source. See <a href="http://code.google.com/p/sm-ssc/wiki/Compiling">Compiling</a>
on the sm-ssc wiki for more information.</p>
<hr/>
<div id="footer">sm-ssc is Copyright &copy; 2009-2010 <a href="http://ssc.ajworld.net/">the Spinal Shark Collective</a>.
</body>
</html>