Updated Website

Improved the download pages for:

- Lethal-Extended
- REPO-Reloaded
This commit is contained in:
Pengu 2025-04-08 17:01:00 -05:00
parent 79820216e0
commit 601b275c4e
3 changed files with 344 additions and 134 deletions

View File

@ -23,8 +23,8 @@
<a href="downloads.html"><- Back to home</a> <a href="downloads.html"><- Back to home</a>
</div> </div>
<div class="heading container"> <div class="heading container">
<h1>Lethal-Extended Beta Downloads</h1> <h1>Lethal-Extended Downloads</h1>
<h3 id="buildsAre">These builds are for testing and are not stable</h3> <h3 id="buildsAre">These builds are for testing</h3>
<h4 id="error" style="display: none; color: red;">Uh oh. Looks like you've been rate limited. Sit tight, in 2 minutes it will be gone!</h4> <h4 id="error" style="display: none; color: red;">Uh oh. Looks like you've been rate limited. Sit tight, in 2 minutes it will be gone!</h4>
<a id="stable" href="%s" class="download-button">Latest stable build: %s<span class="material-icons">get_app</span></a> <a id="stable" href="%s" class="download-button">Latest stable build: %s<span class="material-icons">get_app</span></a>
</div> </div>
@ -32,80 +32,91 @@
<div class="builds"> <div class="builds">
<table class="table table-borderless table-responsive-sm" id="table"> <table class="table table-borderless table-responsive-sm" id="table">
<tr class="table-heading"> <tr class="table-heading">
<th>Beta Manual Downloads</th> <th>Beta Downloads (FAQ At Bottom)</th>
</tr> </tr>
</table> </table>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Beta/Lethal-Extended-Beta-0.6.4.zip">0.6.4</a> <dl class="space-y-12 pb-6">
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Beta/Lethal-Extended-Beta-0.5.2.bat">0.5.2</a> <div>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Beta/Lethal-Extended-Beta-0.5.2-SSL.bat">0.5.2 (SSL)</a> <button onclick="showElement(64)"
</div> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.6.4 (Latest)</span>
</button>
<dd id="clicker-64" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Beta/Lethal-Extended-Beta-0.6.4.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/Lethal_Extended_Beta/0.0.14/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(52)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.5.2</span>
</button>
<dd id="clicker-52" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Beta/Lethal-Extended-Beta-0.5.2.bat"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/Lethal_Extended_Beta/0.0.13/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
</div> </div>
<p></p>
<body>
<div class="container">
<div class="builds">
<table class="table table-borderless table-responsive-sm" id="table">
<tr class="table-heading">
<th>Beta Thunderstore Downloads</th>
</tr>
</table>
<a href="https://thunderstore.io/c/lethal-company/p/PenguCC/Lethal_Extended_Beta/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/thunderstore-compact_vector.svg"></a>
</div>
</div>
<section> <section>
<div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 mt-20 lg:mt-28"> <div class="max-w-7xl mx-auto py-16 px-4 sm:px-6 mt-20 lg:mt-28">
<div class="lg:grid lg:grid-cols-3 lg:gap-20"> <div class="lg:grid lg:grid-cols-3 lg:gap-20">
<div> <div>
<h2 class="text-4xl uppercase tracking-wider font-extrabold text-red-500"> <h2 class="text-4xl uppercase tracking-wider font-extrabold text-red-500">
Frequently asked questions Frequently asked questions
</h2> </h2>
<p class="mt-4 text-lg text-gray-100">Can't find the answer you're looking for? Join the <a <p class="mt-4 text-lg text-gray-100">Can't find the answer you're looking for? Join the <a
href="https://discord.gg/BkmEarDQxq" class="font-medium text-red-500 hover:text-red-600">Discord</a></p> href="https://discord.gg/BkmEarDQxq" class="font-medium text-red-500 hover:text-red-600">Discord</a></p>
</div> </div>
<div class="mt-12 lg:mt-0 lg:col-span-2"> <div class="mt-12 lg:mt-0 lg:col-span-2">
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(12)" <button onclick="showElement(12)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">What Drive letter do I choose?</span> <span class="ml-2 inline-block">What Drive letter do I choose?</span>
</button> </button>
<dd id="clicker-12" class="hidden mt-4 text-base text-gray-300 pl-6"> <dd id="clicker-12" class="hidden mt-4 text-base text-gray-300 pl-6">
If you have more than one storage drive, go to steam -> Right Click on Lethal Company -> Manage -> Browse local files. Whatever drive letter shows up in the very top bar is the one you should use to install. (Capital Letter Only) If you have more than one storage drive, go to steam -> Right Click on Lethal Company -> Manage -> Browse local files. Whatever drive letter shows up in the very top bar is the one you should use to install. (Capital Letter Only)
</dd> </dd>
</div> </div>
</dl> </dl>
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(13)" <button onclick="showElement(13)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">Game broken after updating with r2modman!</span> <span class="ml-2 inline-block">Game broken after updating with r2modman!</span>
</button> </button>
<dd id="clicker-13" class="hidden mt-4 text-base text-gray-300 pl-6"> <dd id="clicker-13" class="hidden mt-4 text-base text-gray-300 pl-6">
r2modman isn't very smart, and does not check to see what mods were removed for a release. You'll need to completely delete all your mods (or just delete your mod profile) and re-download the pack when updating. r2modman isn't very smart, and does not check to see what mods were removed for a release. You'll need to completely delete all your mods (or just delete your mod profile) and re-download the pack when updating.
</dd> </dd>
</div> </div>
</dl> </dl>
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(14)" <button onclick="showElement(14)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">Installation taking forever!</span> <span class="ml-2 inline-block">Installation taking forever!</span>
</button> </button>
<dd id="clicker-14" class="hidden mt-4 text-base text-gray-300 pl-6"> <dd id="clicker-14" class="hidden mt-4 text-base text-gray-300 pl-6">
Our first time installer searches the entire selected drive for the .exe and may take time. If you're using the launcher, sometimes it just takes a bit longer to download. Our first time installer searches the entire selected drive for the .exe and may take time. If you're using the launcher, sometimes it just takes a bit longer to download.
</dd> </dd>
</div> </div>
</dl> </dl>
</div>
</div> </div>
</div> </div>
</section> </div>
</section>
<link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet"> <link href="https://fonts.googleapis.com/icon?family=Material+Icons"rel="stylesheet">
<script src="js/defaultf700.js?v=1.0.1"></script>
<script src="static/js/downloadConstants.js"></script> <script src="static/js/downloadConstants.js"></script>
<script src="static/js/download.js"></script> <script src="static/js/download.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/page-accelerator/0.1.1/page-accelerator.min.js" integrity="sha512-YZMsq9hQOwRuYLHDE3xu5Fuqc7dsw8JW93koppkyK4dxD963sMKZkZQFF62HpQIA74nmG8mK4lzKQf0IpFOU2Q==" crossorigin="anonymous"></script> <script src="https://cdnjs.cloudflare.com/ajax/libs/page-accelerator/0.1.1/page-accelerator.min.js" integrity="sha512-YZMsq9hQOwRuYLHDE3xu5Fuqc7dsw8JW93koppkyK4dxD963sMKZkZQFF62HpQIA74nmG8mK4lzKQf0IpFOU2Q==" crossorigin="anonymous"></script>

View File

@ -32,42 +32,152 @@
<div class="builds"> <div class="builds">
<table class="table table-borderless table-responsive-sm" id="table"> <table class="table table-borderless table-responsive-sm" id="table">
<tr class="table-heading"> <tr class="table-heading">
<th>Stable Manual Downloads</th> <th>Stable Downloads (FAQ At Bottom)</th>
</tr> </tr>
</table> </table>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.6.zip">0.6.6</a> <dl class="space-y-12 pb-6">
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.5.zip">0.6.5</a> <div>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.4.zip">0.6.4</a> <button onclick="showElement(66)"
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.3.zip">0.6.3</a> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.2.zip">0.6.2</a> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.1.zip">0.6.1</a> <span class="ml-2 inline-block">0.6.6 (Latest)</span>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.0.zip">0.6.0</a> </button>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.4.zip">0.5.4</a> <dd id="clicker-66" class="hidden mt-4 text-base text-gray-300 pl-6">
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.31.zip">0.5.31</a> <a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.6.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.3.zip">0.5.3</a> <a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.6/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
<a class="ci-link" href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.2.zip">0.5.2</a> </dd>
</div> </div>
</div> </dl>
<p></p> <dl class="space-y-12 pb-6">
<div class="container"> <div>
<div class="builds"> <button onclick="showElement(65)"
<table class="table table-borderless table-responsive-sm" id="table"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<tr class="table-heading"> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<th>Stable Thunderstore Downloads (R2ModMan or Gale)</th> <span class="ml-2 inline-block">0.6.5</span>
</tr> </button>
</table> <dd id="clicker-65" class="hidden mt-4 text-base text-gray-300 pl-6">
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.6/">0.6.6</a> <a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.5.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.5/">0.6.5</a> <a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.5/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.4/">0.6.4</a> </dd>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.3/">0.6.3</a> </div>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.2/">0.6.2</a> </dl>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.1/">0.6.1</a> <dl class="space-y-12 pb-6">
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.0/">0.6.0</a> <div>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.4/">0.5.4</a> <button onclick="showElement(64)"
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.31/">0.5.31</a> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.3/">0.5.3</a> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.2/">0.5.2</a> <span class="ml-2 inline-block">0.6.4</span>
</div> </button>
<dd id="clicker-64" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.4.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.4/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(63)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.6.3</span>
</button>
<dd id="clicker-63" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.3.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.3/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(62)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.6.2</span>
</button>
<dd id="clicker-62" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.2.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.2/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(61)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.6.1</span>
</button>
<dd id="clicker-61" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.1.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.1/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(60)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.6.0</span>
</button>
<dd id="clicker-60" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.6.0.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.6.0/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(54)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.5.4</span>
</button>
<dd id="clicker-54" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.4.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.4/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(531)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.5.31</span>
</button>
<dd id="clicker-531" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.31.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.31/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(53)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.5.3</span>
</button>
<dd id="clicker-53" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.3.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.3/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(52)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.5.2</span>
</button>
<dd id="clicker-52" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.galactiq.net/lethalextended/Stable/Lethal-Extended-0.5.2.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/LethalExtendedModManager/0.5.2/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
</div> </div>
<section> <section>

View File

@ -32,37 +32,126 @@
<div class="builds"> <div class="builds">
<table class="table table-borderless table-responsive-sm" id="table"> <table class="table table-borderless table-responsive-sm" id="table">
<tr class="table-heading"> <tr class="table-heading">
<th>Stable Manual Downloads</th> <th>Stable Downloads (FAQ At Bottom)</th>
</tr> </tr>
</table> </table>
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.9.zip">0.0.9</a> <dl class="space-y-12 pb-6">
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.8.zip">0.0.8</a> <div>
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.7.zip">0.0.7</a> <button onclick="showElement(9)"
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.6.zip">0.0.6</a> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.5.zip">0.0.5</a> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.4.zip">0.0.4</a> <span class="ml-2 inline-block">0.0.9 (Latest)</span>
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.3.zip">0.0.3</a> </button>
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.2.zip">0.0.2</a> <dd id="clicker-9" class="hidden mt-4 text-base text-gray-300 pl-6">
<a class="ci-link" href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.1.zip">0.0.1</a> <a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.9.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
</div> <a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.9/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</div> </dd>
<p></p> </div>
<div class="container"> </dl>
<div class="builds"> <dl class="space-y-12 pb-6">
<table class="table table-borderless table-responsive-sm" id="table"> <div>
<tr class="table-heading"> <button onclick="showElement(8)"
<th>Stable Thunderstore Downloads (R2ModMan or Gale)</th> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
</tr> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
</table> <span class="ml-2 inline-block">0.0.8</span>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.9/">0.0.9</a> </button>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.8/">0.0.8</a> <dd id="clicker-8" class="hidden mt-4 text-base text-gray-300 pl-6">
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.7/">0.0.7</a> <a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.8.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.6/">0.0.6</a> <a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.8/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.5/">0.0.5</a> </dd>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.4/">0.0.4</a> </div>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.3/">0.0.3</a> </dl>
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.2/">0.0.2</a> <dl class="space-y-12 pb-6">
<a class="ci-link" href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.1/">0.0.1</a> <div>
<button onclick="showElement(7)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.7</span>
</button>
<dd id="clicker-7" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.7.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.7/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(6)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.6</span>
</button>
<dd id="clicker-6" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.6.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.6/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(5)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.5</span>
</button>
<dd id="clicker-5" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.5.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.5/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(4)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.4</span>
</button>
<dd id="clicker-4" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.4.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.4/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(3)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.3</span>
</button>
<dd id="clicker-3" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.3.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.3/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(2)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.2</span>
</button>
<dd id="clicker-2" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.2.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.2/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(1)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">0.0.1</span>
</button>
<dd id="clicker-1" class="hidden mt-4 text-base text-gray-300 pl-6">
<a href="https://cdn.pengucc.com/repo/Stable/R.E.P.O-Reloaded-0.0.1.zip"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Manual_Compact.svg"></a>
<a href="ror2mm://v1/install/thunderstore.io/PenguCC/REPO_Reloaded/0.0.1/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/Thunderstore_Gale_Compact.svg"></a>
</dd>
</div>
</dl>
</div> </div>
</div> </div>
@ -80,7 +169,7 @@
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(12)" <button onclick="showElement(12)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">What Drive letter do I choose?</span> <span class="ml-2 inline-block">What Drive letter do I choose?</span>
</button> </button>
@ -92,7 +181,7 @@
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(13)" <button onclick="showElement(13)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">Game broken after updating with r2modman!</span> <span class="ml-2 inline-block">Game broken after updating with r2modman!</span>
</button> </button>
@ -104,7 +193,7 @@
<dl class="space-y-12 pb-6"> <dl class="space-y-12 pb-6">
<div> <div>
<button onclick="showElement(14)" <button onclick="showElement(14)"
class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-2 focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset"> class="text-lg leading-6 font-medium text-white py-6 bg-gray-800 rounded-md w-full text-left focus:outline-none focus:ring-offset-2 focus:ring-red-500 focus:ring-offset-gray-900 focus:ring-inset">
<span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span> <span class="ml-4 inline-block bg-red-500 rounded-full py-0.5 px-2.5 text-white text-xl font-bold">+</span>
<span class="ml-2 inline-block">Installation taking forever!</span> <span class="ml-2 inline-block">Installation taking forever!</span>
</button> </button>