help/launcher.html

65 lines
2.8 KiB
HTML

<html lang="en-us" class="loggedout">
<head>
<title>ARCHBLOX - Launcher Help</title>
<meta charset="utf-8">
<meta content="ARCHBLOX - Launcher Help" property="og:title">
<meta content="Get help about ARCHBLOX Launcher here." property="og:description">
<meta content="https://help.archblox.com/launcher" property="og:url" />
<meta content="/img/MORBLOXlogo.png" property="og:image" />
<meta name="apple-mobile-web-app-capable" content="yes" />
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
<link rel="apple-touch-icon" href="/img/MORBLOX.png" />
<link rel="apple-touch-icon" sizes="114x114" href="/img/MORBLOX.png">
<link rel="apple-touch-icon" sizes="72x72" href="/img/MORBLOX.png">
<link rel="apple-touch-startup-image" href="/img/MORBLOXsplash.png" />
<meta name="viewport" content="width=device-width, viewport-fit=cover, initial-scale=1">
<link rel="icon" type="image/x-icon" href="/MORBLOX.ico">
<link href="/css/app.css" rel="stylesheet">
<script src="/js/darkmode.js"></script>
<script>
getDarkMode()
</script>
<script>
var a=document.getElementsByTagName("a");
for(var i=0;i<a.length;i++)
{
a[i].onclick=function()
{
window.location=this.getAttribute("href");
return false
}
}
</script>
<script src="/js/detect.css" defer></script>
<script src="/js/splash.js"></script>
</head>
<body>
<br />
<div id="logo_signup">
<a href="/"><img alt="ARCHBLOX Logo" src="/img/ARCHBLOXarched.png" width="200"
height="40" /></a>
<p id="morbin">We'll be right back!</p>
</div>
<div class="content_signup">
<h1>Launcher Help</h1>
<p>Use the Find feature on your browser to find your error.</p>
<p>If you can't find what you're looking for, contact us on our discord.</p>
<br />
<h2>"To run this application, you need .NET Core"</h2>
<p>You need to download .NET Core 3.1.</p>
<p><a href=" https://download.visualstudio.microsoft.com/download/pr/b7692772-f2fd-4b38-bfc0-fc58948f34f0/1c615597c56348c7b742d2319bc1fe45/windowsdesktop-runtime-3.1.0-win-x64.exe">64 Bit</a> <a href="https://download.visualstudio.microsoft.com/download/pr/eb453afa-a90b-4782-9a93-9179be59525a/046c6b337c803a359673e35efa2a4cfc/windowsdesktop-runtime-3.1.0-win-x86.exe">32 Bit</a></p>
<br />
<h2>General help</h2>
<p>Check if you have the latest version of the Launcher.</p>
<br />
<p>Check if the latest version of ARCHBLOX is installed.</p>
<br />
<p>(if RBXL is in content folder) Move the RBXL to a different folder then retry.</p>
<br />
<p>Make sure that the RBXL you are using is in XML format.</p>
</div>
</body>
</html>