You've already forked izzy2lost.com
mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-03-10 11:52:54 -07:00
77 lines
2.2 KiB
HTML
77 lines
2.2 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Starship ยท izzy2lost</title>
|
|
<link rel="icon" type="image/png" href="assets/logo.png">
|
|
<link rel="stylesheet" href="style.css">
|
|
</head>
|
|
<body class="crt-off">
|
|
<canvas id="starfield"></canvas>
|
|
|
|
<div class="crt-toggle">
|
|
<label>
|
|
<input type="checkbox" id="crtSwitch">
|
|
<span></span>
|
|
<span>CRT Mode</span>
|
|
</label>
|
|
</div>
|
|
|
|
<header class="navbar">
|
|
<a href="index.html" class="back">❮ Back</a>
|
|
</header>
|
|
|
|
<main class="project-page">
|
|
<img src="assets/starship.svg" class="project-icon-large">
|
|
<h1>Starship</h1>
|
|
<p>Star Fox 64 decomp project.</p>
|
|
|
|
<div class="project-links">
|
|
<a href="https://github.com/izzy2lost/Starship" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
|
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
|
</a>
|
|
</div>
|
|
|
|
<section class="release-section">
|
|
<h2>๐ฑ Android Release</h2>
|
|
|
|
<div class="highlight-box">
|
|
<strong>๐พ Saves Now Loading!</strong><br>
|
|
<strong>๐ฅ Immersive View!</strong><br>
|
|
<strong>๐ฅ Mods now working!</strong> Put your mods in the mods/ folder.
|
|
</div>
|
|
|
|
<h3>What's New:</h3>
|
|
<ul>
|
|
<li>Optimized release build with R8 code shrinking</li>
|
|
<li>Improved performance and reduced APK size</li>
|
|
<li>Enhanced file management with SAF integration</li>
|
|
</ul>
|
|
|
|
<h3>๐ฆ Downloads</h3>
|
|
<p><strong>APK:</strong> starship-v1.0.3.apk - Direct install for Android devices</p>
|
|
|
|
<h3>๐ง Installation Instructions</h3>
|
|
<ol>
|
|
<li>Download the APK file</li>
|
|
<li>Enable "Install from unknown sources" in Android settings</li>
|
|
<li>Install the APK on your Android device</li>
|
|
<li>Use Torch to extract your Star Fox 64 ROM</li>
|
|
<li>Launch Starship and select your game folder</li>
|
|
</ol>
|
|
|
|
<h3>โ
Requirements</h3>
|
|
<ul>
|
|
<li>Android 7.0 (API 24) or higher</li>
|
|
<li>ARM64 or ARMv7 processor</li>
|
|
<li>Star Fox 64 ROM (US 1.0 or 1.1)</li>
|
|
</ul>
|
|
</section>
|
|
</main>
|
|
|
|
<script src="script.js"></script>
|
|
<script src="starfield.js"></script>
|
|
</body>
|
|
</html>
|