mirror of
https://github.com/izzy2lost/izzy2lost.com.git
synced 2026-06-19 01:16:11 -07:00
Updated alot of the pages details
This commit is contained in:
+45
-1
@@ -25,13 +25,57 @@
|
||||
<main class="project-page">
|
||||
<img src="assets/chdboy.svg" class="project-icon-large">
|
||||
<h1>CHDBOY</h1>
|
||||
<p>CHD utility tools.</p>
|
||||
<p>CHDBOY is an Android port of the CHDMAN tool that converts disc images (BIN/CUE, ISO, etc.) into compressed CHD archives. CHD (Compressed Hunks of Data) is a lossless compression format that efficiently combines multiple files into a single compressed archive, significantly reducing storage requirements while preserving perfect quality of the original media. This app provides a mobile-friendly solution for compressing your game backups, saving valuable space on your device without any loss of data.</p>
|
||||
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/izzy2lost/CHDBOY" 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">
|
||||
<div class="highlight-box">
|
||||
<strong>Status:</strong> Google Play submission candidate. The app is currently free. If you enjoy it, please consider supporting future releases when they arrive on the Play Store.
|
||||
</div>
|
||||
|
||||
<h2>Highlights</h2>
|
||||
<ul>
|
||||
<li><strong>Smart mode detection:</strong> Automatically picks createcd or createdvd based on your source so you never guess the right command.</li>
|
||||
<li><strong>PSP-aware compression:</strong> Uses the recommended hunk size for PSP ISOs to keep conversions compatible and efficient.</li>
|
||||
<li><strong>Duplicate CHD protection:</strong> Existing CHDs with matching names are skipped to save time.</li>
|
||||
<li><strong>Background-friendly:</strong> Accept notification permissions so conversions can finish even when the app is closed.</li>
|
||||
<li><strong>Lossless space savings:</strong> CHD shrinks multi-file disc images into a single lossless archive.</li>
|
||||
</ul>
|
||||
|
||||
<h2>Getting Started</h2>
|
||||
<ol>
|
||||
<li>Install the APK or build from source (see below).</li>
|
||||
<li>Use the Android Storage Access Framework picker to select the folder that contains your BIN/CUE/ISO files (no legacy storage permission required).</li>
|
||||
<li>Confirm the files you want to convert.</li>
|
||||
<li>Wait for the notification when compression finishes. Large ISOs can take a while, so let the app run in the background or rely on notifications.</li>
|
||||
</ol>
|
||||
|
||||
<h2>Building from Source</h2>
|
||||
<pre><code>./gradlew assembleRelease</code></pre>
|
||||
<p>Artifacts will appear in <code>app/build/outputs/apk/</code>.</p>
|
||||
|
||||
<h2>Documentation & Policies</h2>
|
||||
<ul>
|
||||
<li>Project Website & Privacy Policy</li>
|
||||
<li>GitHub Issues</li>
|
||||
</ul>
|
||||
|
||||
<h2>Attribution</h2>
|
||||
<ul>
|
||||
<li>Forked from Pipetto-crypto/Chdman</li>
|
||||
<li>Powered by CHDMAN, part of the MAME project</li>
|
||||
</ul>
|
||||
|
||||
<h2>License</h2>
|
||||
<p>This project is released under the terms of the GNU General Public License v2. See the LICENSE file for full details, including the upstream MAME and CHDMAN licenses.</p>
|
||||
<p>CHDBOY includes or interfaces with code from MAME ((c) MAMEdev). Refer to the upstream repositories for additional notices and acknowledgments.</p>
|
||||
<p>(c) 2025 izzy2lost. Consider supporting future CHDBOY releases on Google Play.</p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
@@ -32,6 +32,38 @@
|
||||
<img src="assets/GitHub_Lockup_Light.svg" alt="View on GitHub">
|
||||
</a>
|
||||
</div>
|
||||
|
||||
<section class="release-section">
|
||||
<h2>Perfect Dark Android port.</h2>
|
||||
|
||||
<div class="highlight-box">
|
||||
<strong>⚠️ No Touch Controls - Controller Only</strong>
|
||||
</div>
|
||||
|
||||
<h3>Installation</h3>
|
||||
<ol>
|
||||
<li>Download apk and install</li>
|
||||
<li>Prompt will ask for your rom. Pick your rom. The name doesn't matter but must match the hash of a supported rom.</li>
|
||||
</ol>
|
||||
|
||||
<h3>Supported roms:</h3>
|
||||
<ul>
|
||||
<li><strong>ntsc-final/US V1.1/US Rev 1</strong> (md5 <code>e03b088b6ac9e0080440efed07c1e40f</code>).
|
||||
<ul>
|
||||
<li>This is the recommended version to use.</li>
|
||||
<li>Called NTSC version 8.7 final on the boot screen.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li><strong>ntsc-1.0/US V1.0</strong> (md5 <code>7f4171b0c8d17815be37913f535e4e93</code>).
|
||||
<ul>
|
||||
<li>Technically supported, but not recommended.</li>
|
||||
<li>Called NTSC version 8.7 final on the boot screen as well.</li>
|
||||
</ul>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p><strong>Game will start after picking the rom. Enjoy!!!</strong></p>
|
||||
</section>
|
||||
</main>
|
||||
|
||||
<script src="script.js"></script>
|
||||
|
||||
@@ -32,6 +32,42 @@
|
||||
<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>
|
||||
|
||||
+2
-1
@@ -25,7 +25,8 @@
|
||||
<main class="project-page">
|
||||
<img src="assets/torch.svg" class="project-icon-large">
|
||||
<h1>Torch</h1>
|
||||
<p>Asset packer and helper tools.</p>
|
||||
<p><strong>T</strong>orch is <strong>O</strong>ur <strong>R</strong>esource <strong>C</strong>onversion <strong>H</strong>elper</p>
|
||||
<p>Make your Spaghetti Kart and Starship O2Rs right on your Android device.</p>
|
||||
|
||||
<div class="project-links">
|
||||
<a href="https://github.com/izzy2lost/Torch" target="_blank" rel="noopener noreferrer" class="btn-badge github-logo">
|
||||
|
||||
Reference in New Issue
Block a user