mirror of
https://github.com/BeamMP/BeamMP-Website.git
synced 2025-07-02 07:45:25 +00:00
235 lines
12 KiB
Plaintext
235 lines
12 KiB
Plaintext
<head>
|
||
<meta charset="utf-8"/>
|
||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||
<title>BeamMP</title>
|
||
<link rel="stylesheet" type="text/css" href="css/styles.css"/>
|
||
<!-- <link rel="stylesheet" type="text/css" href="../static/css/styles.css"/>-->
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"/>
|
||
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/css/bootstrap.min.css" integrity="sha384-rwoIResjU2yc3z8GV/NPeZWAv56rSmLldC3R/AZzGRnGxQQKnKkoFVhFQhNUwEyJ" crossorigin="anonymous">
|
||
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha384-A7FZj7v+d/sdmMqp/nOQwliLvUsJfDHW+k9Omg/a/EheAdgtzNs3hpfag6Ed950n" crossorigin="anonymous"></script>
|
||
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.0/js/tether.min.js" integrity="sha384-DztdAPBWPRXSA/3eYEEUWrWCy7G5KFbe8fFjk5JAIxUYHKkDx6Qin1DkWx51bBrb" crossorigin="anonymous"></script>
|
||
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.6/js/bootstrap.min.js" integrity="sha384-vBWWzlZJ8ea9aCX4pEW3rVHjgjt7zpkNpZk+02D9phzyeVkE+jo0ieGizqPLForn" crossorigin="anonymous"></script>
|
||
<script src="https://kit.fontawesome.com/90f05b466c.js" crossorigin="anonymous"></script>
|
||
<!-- Global site tag (gtag.js) - Google Analytics -->
|
||
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-160071688-1"></script>
|
||
<script>
|
||
window.dataLayer = window.dataLayer || [];
|
||
function gtag(){dataLayer.push(arguments);}
|
||
gtag('js', new Date());
|
||
|
||
gtag('config', 'UA-160071688-1');
|
||
</script>
|
||
</head>
|
||
<body>
|
||
<nav class="nav">
|
||
<%- include('includes/nav.ejs') %>
|
||
|
||
</nav>
|
||
|
||
<header class="main-content" style="background-position: center center, center 0px;">
|
||
<div class="introduction" style="margin-top: 0px;">
|
||
<div class="container">
|
||
<div class="row center-xs middle-xs">
|
||
<div class="col-lg-8 col-md-8 col-sm-8 col-xs-12">
|
||
<p class="lead">
|
||
<b>BeamMP</b> Bringing Multiplayer to BeamNG.drive!<br>
|
||
With a smooth and enjoyable experience.
|
||
</div>
|
||
<div id="button" class="col-lg-4 col-md-4 col-sm-4 buttons-wrapper hidden-xs">
|
||
<div class="buttons">
|
||
<button class="download-client js-show-story" onclick="downloadinstaller()" href="beamMP.zip" download>
|
||
<span class="text">Download Client</span>
|
||
<span class="description"> BeamMP_Installer.zip</span>
|
||
</button>
|
||
</div>
|
||
<div class="buttons mt-3">
|
||
<button class="download-client js-show-story" onclick="downloadserver()" href="beamMP.zip" download style="background: radial-gradient(circle,rgb(255 179 38 / 80%),rgb(255 176 0 / 65%)) center/100%;">
|
||
<span class="text">Download Server</span>
|
||
<span class="description"> BeamMP_Server.zip</span>
|
||
</button>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</header>
|
||
<section id="features">
|
||
<div class="container">
|
||
<div class="row center-lg center-md center-sm center-xs features">
|
||
<article class="col-lg-3">
|
||
<h2>Stable Servers</h2>
|
||
BeamMP allows for stable servers,
|
||
with a variety of servers located accross the globe.
|
||
</article>
|
||
<article class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||
<h2> BeamNG.drive </h2> BeamMP uses the same maps, vehicles & mods
|
||
so you don't need to learn anything new!
|
||
</article>
|
||
<article class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||
<h2> Standalone </h2> BeamMP doesn't modify your original installation,
|
||
so you can play either singleplayer or multiplayer.
|
||
</article>
|
||
<article class="col-lg-3 col-md-6 col-sm-6 col-xs-12">
|
||
<h2> Sync quality </h2> BeamMP updates your vehicle position ~100 times per second,
|
||
allowing for a smooth overall experience.
|
||
</article>
|
||
</div>
|
||
</div>
|
||
|
||
<hr>
|
||
<div class="row middle-lg">
|
||
<div class="col-lg-6">
|
||
<figure>
|
||
<!-- <img src="../img/beammpservers.png">-->
|
||
<img src="../img/beammpservers.png">
|
||
</figure>
|
||
</div>
|
||
<div class="col-lg-6" style="text-align:center">
|
||
<ul class="user-features-list">
|
||
<li> Dedicated servers </li>
|
||
<li> The original BeamNG.Drive</li>
|
||
<li> Dedicated support team</li>
|
||
<li> 24/7 Global Access</li>
|
||
</ul>
|
||
</div>
|
||
</div>
|
||
|
||
</section>
|
||
<hr>
|
||
<section id="faq"><div class="col-lg-12 col-md-12 col-sm-12 col-xs-12">
|
||
<div class="container">
|
||
<!-- <div class="row"> -->
|
||
<h1>FAQ.</h1>
|
||
<div class="faq">
|
||
<h3 id="faq-heading">The server list is not showing up!</h3>
|
||
<p>Try restarting BeamMP as this can sometimes happen, if this fails to fix your issue please create a topic on our forum or visit the support channel on our discord</p>
|
||
<h3 id="faq-heading">How do I open a ticket in case something doesn’t work or I have questions?</h3>
|
||
<p>Please check the <b>#how-to-use</b> channel in Discord and on our forum. Please give an accurate description of what you’ve done so the support team will help you in a fast and effective way. </p>
|
||
<h3 id="faq-heading">Help! Im getting error codes</h3>
|
||
<p>Please head over to our forum and see if anyone has had the issue before. It is likely that someone else has at some point and therefore there will also probably be a solution posted with it too in the replies. Altervatively visit our discord where the larger portion of community is currently based.</p>
|
||
<h3 id="faq-heading"> Does this work with pirated versions of BeamNG.drive?</h3>
|
||
<p>We don’t know if it works with pirated versions of BeamNG.drive, but we <b>will not</b> provide any support to non legit copies of the game. Nor will we change to support it.</p>
|
||
<h3 id="faq-heading">How do I host a server?</h3>
|
||
<p>The server files required for hosting your own server can be found at the top of this page below the client download. You will also require a authentication key which can be found from <a href="https://beammp.com/k/keys">keymaster</a>. Further information around the setup can be found on our <a href="https://wiki.beammp.com/en/home/server-installation">wiki</a>.</p>
|
||
<h3 id="faq-heading">Can I use mods?</h3>
|
||
<p>Mods are supported, These are installed on the server. See our <a href="https://wiki.beammp.com/en/home/server-installation">wiki</a> for more infomation.</p>
|
||
</div>
|
||
<!--Start of Tawk.to Script
|
||
<script type="text/javascript">
|
||
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
|
||
(function(){
|
||
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
|
||
s1.async=true;
|
||
s1.src='https://embed.tawk.to/5f875a212901b92076937d66/default';
|
||
s1.charset='UTF-8';
|
||
s1.setAttribute('crossorigin','*');
|
||
s0.parentNode.insertBefore(s1,s0);
|
||
})();
|
||
</script>
|
||
End of Tawk.to Script-->
|
||
</div>
|
||
</div>
|
||
</div>
|
||
</section>
|
||
|
||
<footer class="py-5">
|
||
<div class="container">
|
||
<div class="row">
|
||
<div class="col-6 col-sm-4 text-xs-center order-sm-2">
|
||
<a class="text-white" target="_blank" href="https://www.reddit.com/r/BeamMP">
|
||
<i class="fab fa-reddit"></i>
|
||
</a>
|
||
|
||
<a class="text-white" target="_blank" href="https://twitter.com/BeamMP_Mod_Team">
|
||
<i class="fab fa-twitter"></i>
|
||
</a>
|
||
|
||
<a class="text-white" target="_blank" href="https://www.facebook.com/BeamMPTeam">
|
||
<i class="fab fa-facebook"></i>
|
||
</a>
|
||
</div>
|
||
|
||
<div class="col-6 justify-content-between col-sm-4 text-right text-xs-center order-sm-3">
|
||
|
||
<a class="text-white" target="_blank" href="https://github.com/BeamMP/BeamMP">
|
||
<i class="fab fa-github"></i>
|
||
</a>
|
||
|
||
<a class="text-white" target="_blank" href="https://discord.gg/beammp">
|
||
<i class="fab fa-discord"></i>
|
||
</a>
|
||
|
||
<a class="text-white" target="_blank" href="https://www.beamng.com/threads/beamng-drive-multiplayer-beamng-mp-formally-local-multiplayer-lua-based.63052/">
|
||
<i class="fa fa-envelope"></i>
|
||
</a>
|
||
|
||
</div>
|
||
</div>
|
||
<div class="col-12 col-sm-4 text-center py-4 order-sm-2">
|
||
<small class="text-white">© 2020 BeamMP Mod Team All Rights Reserved</small>
|
||
<small class="ml-1"><a href="https://forum.beammp.com/t/privacy-policy/6" target="_blank">Privacy Policy</a></small>
|
||
|
||
</div>
|
||
</div>
|
||
</footer>
|
||
<!-- <footer class="">
|
||
<div class="col-1 justify-content-between socials-left">
|
||
<ul class="list-inline">
|
||
|
||
<li class="col-xs-4 list-inline-item h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Reddit" data-original-title="Reddit">
|
||
<a class="text-white" target="_blank" href="https://www.reddit.com/r/BeamMP">
|
||
<i class="fab fa-reddit"></i>
|
||
</a>
|
||
</li>
|
||
|
||
<li class="col-xs-4 list-inline-item h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Twitter" data-original-title="Twitter">
|
||
<a class="text-white" target="_blank" href="https://twitter.com/BeamMP_Mod_Team">
|
||
<i class="fab fa-twitter"></i>
|
||
</a>
|
||
</li>
|
||
|
||
<li class="col-xs-4 list-inline-item h3" data-toggle="tooltip" data-placement="top" title="" aria-label="Facebook" data-original-title="Facebook">
|
||
<a class="text-white" target="_blank" href="https://www.facebook.com/BeamMPTeam">
|
||
<i class="fab fa-facebook"></i>
|
||
</a>
|
||
</li>
|
||
</ul>
|
||
</div>
|
||
<div class="row middle-xs">
|
||
<hr>
|
||
<div class="col-lg-8 col-md-7 col-sm-6">
|
||
<p>BeamNG-MP is not affiliated by BeamNG.Drive, Any trademarks belong to the respective owners.
|
||
</p>
|
||
</div>
|
||
<div class="copyright col-lg-4 col-md-5 col-sm-6">
|
||
<p class="righty"> © 2020 BeamMP Mod Team All Rights Reserved.
|
||
</p>
|
||
</div>
|
||
</div>
|
||
</footer> -->
|
||
<script>
|
||
function downloadinstaller() {
|
||
document.location.href ="/installer/BeamMP_Installer.zip";
|
||
//alert("Sorry this is coming soon, Therefore it is not available just yet. Please join the discord to get the latest version: https://discord.gg/beammp")
|
||
}
|
||
|
||
function downloadserver() {
|
||
document.location.href ="/server/BeamMP_Server.zip";
|
||
//alert("Sorry this is coming soon, Therefore it is not available just yet. Please join the discord to get the latest version: https://discord.gg/beammp")
|
||
}
|
||
|
||
function myFunction() {
|
||
var x = document.getElementById("burger-links");
|
||
if (x.style.display === "block") {
|
||
x.style.display = "none";
|
||
} else {
|
||
x.style.display = "block";
|
||
}
|
||
}
|
||
</script>
|
||
<script src="js/script.js"></script>
|
||
<!-- <script src="../static/js/script.js"></script>-->
|
||
</body>
|