Added FAQ to Downloads

This commit is contained in:
2024-09-17 11:57:06 -05:00
parent 0533902f20
commit e27d62e665
11 changed files with 4490 additions and 22 deletions

View File

@@ -50,8 +50,73 @@
<a href="https://thunderstore.io/c/lethal-company/p/PenguCC/LethalExtendedModManager/"><img alt="thunderstore" src="https://cdn.galactiq.net/lethalextended/website/icons/thunderstore-compact_vector.svg"></a>
</div>
</div>
<section>
<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>
<h2 class="text-4xl uppercase tracking-wider font-extrabold text-red-500">
Frequently asked questions
</h2>
<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>
</div>
<div class="mt-12 lg:mt-0 lg:col-span-2">
<dl class="space-y-12 pb-6">
<div>
<button onclick="showElement(11)"
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-2 inline-block">Can't install! SSL Revocation error?</span>
</button>
<dd id="clicker-11" class="hidden mt-4 text-base text-gray-300 pl-6">
If you've run into the SSL Revocation error then try using the SSL Installer, that should resolve your issue.
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<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">
<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>
</button>
<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)
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<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">
<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>
</button>
<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.
</dd>
</div>
</dl>
<dl class="space-y-12 pb-6">
<div>
<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">
<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>
</button>
<dd id="clicker-14" class="hidden mt-4 text-base text-gray-300 pl-6">
Our new installer downloads every individual mod and packages it on your system, this process takes longer than a pre-packaged solution but we need to maintain a good standing with mod developers.
</dd>
</div>
</dl>
</div>
</div>
</div>
</section>
<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/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>