This repository has been archived on 2024-05-14. You can view files and clone it, but cannot push or open issues or pull requests.
awesome-xlabs/website/s1x_faq.html
2023-08-13 17:45:19 -04:00

345 lines
19 KiB
HTML

<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="keywords" content="s1x, x labs, game modifications, cod clients, opensource, open source, aw client, advanced warfare client, s1x faq">
<meta property="og:title" content="X Labs" />
<meta property="og:description" content="Frequently asked questions related to the S1x client and server." />
<meta property="og:image" content="https://xlabs.dev/img/xlabs_social.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="X Labs" />
<meta name="twitter:description" content="Frequently asked questions related to the S1x client and server.." />
<meta name="twitter:url" content="https://xlabs.dev/s1x_faq" />
<meta name="twitter:image" content="https://xlabs.dev/img/xlabs_social.png" />
<title>S1x FAQ | X Labs</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/css/bootstrap.min.css" integrity="sha384-TX8t27EcRE3e/ihU7zmQxVncDAy5uIKz4rEkgIXeMed4M0jlfIDPvg6uqKI2xXr2" crossorigin="anonymous">
<link rel="stylesheet" href="css/nivo-lightbox.css">
<link rel="stylesheet" href="css/animate.css">
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/responsive.css">
<script src="https://kit.fontawesome.com/72366d0c6b.js" crossorigin="anonymous"></script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-EJKDYYL6WF"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-EJKDYYL6WF');
</script>
</head>
<body>
<!-- Menu Section Start -->
<div class="fixed-top">
<div class="container">
<div class="row">
<div class="col-12">
<script src="header.js"></script>
</div>
</div>
</div>
</div>
<!-- Menu Section End -->
<!-- Header Section End -->
<!-- Client Support Section -->
<section id="blog" class="section">
<!-- Client Container Starts -->
<div class="container">
<div class="section-header">
<div class="blog-item-img">
<img src="img/s1x_banner.png" alt="S1x">
</div>
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">S1x <span>FAQ</span></h2>
<hr class="lines wow zoomIn" data-wow-delay="0.3s">
<p class="section-subtitle wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">Frequently Asked Questions about the S1x Project.</p>
<p class="section-subtitle wow fadeInDown" data-wow-duration="1000ms" data-wow-delay="0.3s">Experiencing errors? View our error page<a href="s1x_errors"> HERE</a>.</p>
<a href="#name" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I change my name?</a>
<a href="#classes" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">My classes don't work online?</a>
<a href="#fullscreen" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Having issues staying in fullscreen?</a>
<a href="#steam" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Can I use my Steam copy of Advanced Warfare to play S1x?</a>
<a href="#steamfriends" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">On S1x, can I play with players on Steam or Steam players play with me?</a>
<a href="#steamvac" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Will S1x get me VAC banned?</a>
<a href="#steamrank" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Does my Steam rank and stats carry over to S1x?</a>
<a href="#customrank" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I set a custom rank in S1x?</a>
<a href="#sensitivity" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I change my sensitivity?</a>
<a href="#fov" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I change my FOV?</a>
<a href="#devmap" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I use cheat protected commands in private match such as noclip?</a>
<a href="#fps" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I improve my FPS?</a>
<a href="#lowfps" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Why is my gaming laptop getting low FPS?</a>
<a href="#reportcheaters" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">How can I report cheaters?</a>
<a href="#mouseflick" class="btn btn-common wow fadeInUp" data-wow-duration="1000ms" data-wow-delay="400ms">Why does my mouse randomly flick around?</a>
</div>
<div class="row">
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="name"></a>
Q: How do I change my name?
</p>
<p>
A: To change your name, open the in-game console (press the ~ key) and type <code>name yourname</code>.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="classes"></a>
Q: My classes don't work online?
</p>
<p>
A: For now, you must make classes in private match.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="fullscreen"></a>
Q: Having issues staying in fullscreen?
</p>
<p>
A: Open your console and type <code>r_fullscreen 1; vid_restart</code>
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="steam"></a>
Q: Can I use my Steam copy of Advanced Warfare to play S1x?
</p>
<p>
A: You certainly can! A Steam copy of Advanced Warfare is the prefered way to play S1x. Read the <a href="support_s1x_client">Install Guide</a> to learn how to use your Steam copy.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="steamfriends"></a>
Q: On S1x, can I play with players on Steam or Steam players play with me?
</p>
<p>
A: S1x is entirely seperate from Steam services, so it is not possible to play with people playing on the Steam version of Advanced Warfare. You can, however, invite your Steam Advanced Warfare friends to install S1x, and then you'll be able to play together.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="steamvac"></a>
Q: Will S1x get me VAC banned?
</p>
<p>
A: The short answer is no. S1x is completely external to Steam and Steam Servers (You don't play with Steam users). It's impossible to get VAC banned. S1x players only play with fellow S1x players as the servers are completely seperate from Steam. You
are at no risk of recieving a VAC ban.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<!-- <div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
Q: Is S1x full of cheaters?
</p>
<p>
A: Absolutely Not! [...]
</p>
</div>
</div> -->
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="steamrank"></a>
Q: Does my Steam rank and stats carry over to S1x?
</p>
<p>
A: No. When you start S1x, you will be starting fresh. As stated above, S1x is external from Steam. So you will have a separate rank, classes, title, etc. When, and if, you go back to Steam Advanced Warfare, you will still have the same rank you had before
in Steam. S1x does not alter this at all. However, you can always manually set your rank back to the level you were if you wish as this is allowed, or just use the command <code>unlockstats</code> to get max prestige level 50 everything
unlocked.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="customrank"></a>
Q: How can I set a custom rank in S1x?
</p>
<p>
A: You can use the command <code>setplayerdataint</code>. Examples: <code>setPlayerDataInt prestige 10</code> and <code>setPlayerDataInt experience 141</code>
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="sensitivity"></a>
Q: How do I change my sensitivity?
</p>
<p>
A: You can change your sensitivty either though the options menu in-game or for more precise values use the command <code>sensitivty 1</code> (Replace the number with your desired sensitivty).
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="fov"></a>
Q: How can I change my Field of View (FOV)?
</p>
<p>
A: Using the in-game menu or using the console command <code>cg_fov 90</code> (Replace the number with your desired FOV).
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="devmap"></a>
Q: How can I use cheat protected commands in private match such as noclip?
</p>
<p>
A: You must use the <code>sv_cheats 1</code> command to enable cheats. For more information on console commands, see the <a href="console_commands">Console Commands Guide</a>.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="fps"></a>
Q: How can I improve my FPS?
</p>
<p>
A: The best way is to go into the graphic options of the game and lower all the settings. The next step you can take is to lower your games resolution. Keep lowering it until you reach your desired FPS. If your FPS is still low, there's a good chance
your PC isn't good enough to play S1x.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="lowfps"></a>
Q: Why is my gaming laptop getting low FPS?
</p>
<p>
A: By default many gaming laptops use intergrated CPU graphics to preserve battery. It may be the case that you need to force S1x to use your dedicated graphics card.
</p>
<ol>
<li>Go to the NVIDIA Control Panel by right clicking on your desktop and clicking on "NVIDIA Control Panel".</li>
<li>In the default screen that pops up (it should be "manage 3D settings", and the "Program Settings" tab should be automatically selected), under "1. Select a program to customize:" hit the "Add" button.</li>
<li>From here, navigate to the folder where your S1x is installed.</li>
<li>Select S1x.exe and click Open.</li>
<li>Then, under "2. Select the preferred graphics processor for this program". Open the drop-down menu and select "High-performance NVIDIA processor".</li>
<li>Finally, hit Apply in the far bottom right corner, and the correct GPU should be used for the game.</li>
</ol>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="reportcheaters"></a>
Q: How can I report cheaters?
</p>
<p>
A: Report cheaters to the admins or owner of the server. Most server owners will provide links to their Discord or website.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<p>
<a class="anchor" id="mouseflick"></a>
Q: Why does my mouse randomly flick around?
</p>
<p>
A: Lower your mouse polling rate to 125Hz.
</p>
</div>
</div>
<!-- Support Item Wrapper Ends-->
</div>
</div>
</section>
<!-- blog Section End -->
<!-- Footer Section Start -->
<script src="footer.js"></script>
<!-- Footer Section End -->
<!-- Go To Top Link -->
<a href="#" class="back-to-top">
<i class="fas fa-arrow-up"></i>
</a>
<!-- jQuery first, then Tether, then Bootstrap JS. -->
<script src="https://code.jquery.com/jquery-3.5.1.min.js" integrity="sha256-9/aliU8dGd2tb6OSsuzixeV4y/faTqgFtohetphbbj0=" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@4.5.3/dist/js/bootstrap.bundle.min.js" integrity="sha384-ho+j7jyWK8fNQe+A12Hb8AhRq26LrZ/JpcUGGOn+Y7RsweNrtN/tE3MoK7ZeZDyx" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/three.js/r123/three.min.js" integrity="sha512-Q+IG0h7As6sfqE2t1Xf5IeamNyCXb4EXxGCA9Mlbpv7xtwurVHNdVDbyWeSQ3ulPf2FRlqeu77Ec3SJDdIR63w==" crossorigin="anonymous"></script>
<script src="js/classie.js"></script>
<script src="js/mixitup.min.js"></script>
<script src="js/nivo-lightbox.js"></script>
<script src="js/owl.carousel.min.js"></script>
<script src="js/jquery.nav.js"></script>
<script src="js/wow.js"></script>
<script src="js/menu.js"></script>
<script src="js/jquery.vide.js"></script>
<script src="js/jquery.counterup.min.js"></script>
<script src="js/main.js"></script>
</body>
</html>