43 lines
2.1 KiB
PHP
43 lines
2.1 KiB
PHP
@extends('layouts.loggedout')
|
|
@section('title')
|
|
<title>Downloads - {{ env('APP_NAME') }}</title>
|
|
@endsection
|
|
@section('titlediscord')
|
|
<meta content="Downloads - {{ env('APP_NAME') }}" property="og:title" />
|
|
@endsection
|
|
@section('descdiscord')
|
|
<meta content="ARCHBLOX is a work in progress revival." property="og:description" />
|
|
@endsection
|
|
@section('contentloggedout')
|
|
<h1>Downloads</h1>
|
|
<p>ARCHBLOX will be installed to %LOCALAPPDATA%\Archblx</p>
|
|
<p class="important">You must be logged in to join games. Use studio to log in to your account.
|
|
<p>
|
|
<br>
|
|
<strong>Requires .NET Framework 4.0.</strong>
|
|
<p>Windows XP/Vista v1.0</p>
|
|
<p><a href="{{ asset('xp/ARCHBLOXLauncher_XP.exe') }}">Launcher</a> | <a
|
|
href="{{ asset('xp/ARCHBLOXBootstrapper_XP.exe') }}">Studio</a></p>
|
|
<br>
|
|
<strong>The below downloads require Windows 7 or newer and they require .NET Core 3.1.</strong>
|
|
<br>
|
|
<p>ARCHBLOX Launcher v2.7</p>
|
|
<p><a href="{{ asset('launcher/ARCHBLOXLauncher-32bit.exe') }}">32 Bit</a> | <a
|
|
href="{{ asset('launcher/ARCHBLOXLauncher-64bit.exe') }}">64 Bit</a></p>
|
|
<br>
|
|
<p>ARCHBLOX Studio Bootstrapper v1.4</p>
|
|
<p><a href="{{ asset('bootstrapper/ARCHBLOXBootstrapper-32bit.exe') }}">32 Bit</a> | <a
|
|
href="{{ asset('bootstrapper/ARCHBLOXBootstrapper-64bit.exe') }}">64 Bit</a></p>
|
|
<br>
|
|
<p>Source Code</p>
|
|
<p><a href="https://github.com/Thomasluigi07/ARCHBLOXLauncher">Launcher</a> | <a
|
|
href="https://github.com/Thomasluigi07/ARCHBLOXBootstrapper">Studio Bootstrapper</a></p>
|
|
<p><a href="https://github.com/Thomasluigi07/ARCHBLOXLauncherLegacy">Launcher (XP, Vista)</a> | <a
|
|
href="https://github.com/Thomasluigi07/ARCHBLOXBootstrapperLegacy">Studio Bootstrapper (XP, Vista)</a></p>
|
|
<br>
|
|
<p>If you get a popup saying "Windows protected your PC", press "More info" and then press "Run anyway".</p>
|
|
<br>
|
|
<p>If you get a popup saying "Virus detected", open Windows Security (Windows Defender if on Windows 10 or earlier) and
|
|
then press Virus & threat protection, press Manage Settings, select Add or Remove exclusions, make a folder you want
|
|
to exclude and then choose that folder, install the exe there.</p>
|
|
@endsection |