forked from Rackover/XLabsProject.github.io
-
Notifications
You must be signed in to change notification settings - Fork 2
/
iw4x_controllers.html
142 lines (128 loc) · 8.39 KB
/
iw4x_controllers.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
<!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="iw4x, iw6x, x labs, game modifications, cod clients, opensource, open source, ghosts client, mw2 client, iw4, iw6, iw4x controller guide">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property="og:title" content="X Labs" />
<meta property="og:description" content="Controller Guide for IW4x client." />
<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="Controller Guide for IW4x client." />
<meta name="twitter:url" content="https://xlabs.dev/iw4x_controllers" />
<meta name="twitter:image" content="https://xlabs.dev/img/xlabs_social.png" />
<title>IW4x Controller Guide | X Labs</title>
<link rel="shortcut icon" type="image/ico" href="favicon.ico" />
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/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/iw4x_banner.jpg" alt="IW4x">
</div>
<h2 class="section-title wow fadeIn" data-wow-duration="1000ms" data-wow-delay="0.3s">IW4x CONTROLLER <span>GUIDE</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">An in-depth guide on how to setup controllers for IW4x.</p>
</div>
<div class="row">
<!-- Support Item Starts -->
<div class="blog-item-wrapper wow fadeInUp" data-wow-delay="0.3s">
<div class="blog-item-text">
<h4>
Video Guide:
</h4>
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/WcV33cu1K68" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
<h4>
Text Guide:
</h4>
<p>As MW2 on PC does not natively support controllers, we must use external programs to make a controller emulate keyboard and mouse inputs. This guide will cover using Steam's Big Picture mode, which has this feature built in.</p>
<h3>Step 1: Adding IW4x to your Steam library.</h3>
<ol>
<li>Launch Steam and click the text in the bottom left that says '[+] ADD A GAME'.</li>
<li>Select the option 'Add a Non-Steam Game...'.</li>
<li>Click the 'Browse' button.</li>
<li>In the browse file window, locate your IW4x install and select 'iw4x.exe', then click the 'Open' button.</li>
<li>Now there should be a tick in the box next to iw4x, now simply click the button 'ADD SELECTED PROGRAMS'.</li>
<li>Then, IW4x has been added to your Steam library and can be launched at any time from within Steam.</li>
</ol>
<h3>Step 2: Enabling Controller Configuration Support</h3>
<ol>
<li>Connect your controller to your PC via USB or Bluetooth.</li>
<li>Open steam and select the 'Big Picture Mode' mode icon (It's located at the top right of the steam window next to minimise).</li>
<li>Once in Big Picture mode go to Settings (It's the cog icon in the top right).</li>
<li>In settings, select the 'Controller Settings' option.</li>
<li>Now, depending on the controller you are using, enable the configuration support. (e.g. For an Xbox controller, enable 'Xbox Configuration Support').</li>
</ol>
<h3>Step 3: Controller Configuration</h3>
<ol>
<li>Again, while in Big Picture mode, go to settings then controller settings. Plug in your controller, make sure it is detected, and enable the configuration support for your controller.</li>
<li>Go to your library, find IW4x, select 'Manage Shortcut' then the 'Controller Configuration' option. You will now be presented with a image with your controller.</li>
<li>Now select the 'BROWSE CONFIGS' button (Xbox Controllers -> X Button) (PS4 Controllers -> SQUARE Button).</li>
<li>You should now be on a list screen of configurations, Go to the 'Community' tab and press the 'SHOW OTHER CONTROLLER TYPES' button (Xbox Controllers -> Y Button) (PS4 Controllers -> TRIANGLE Button).</li>
<li>Now search the list till you find the 'H3X1C's ELITE IW4x Config V2' Configuration, press the (Xbox Controllers -> A Button ) (PS4 Controllers -> CROSS Button) to 'IMPORT CONFIG'.</li>
<li>Then, you just need to apply the configuration. For Xbox, this will be the "X" Button and for PS4 Controllers, this will be the SQUARE button.</li>
</ol>
</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>
<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/[email protected]/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>