forked from Sup3rnovaRev/Sup3rnovaRev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathbindsGuide.html
More file actions
135 lines (121 loc) · 6.48 KB
/
bindsGuide.html
File metadata and controls
135 lines (121 loc) · 6.48 KB
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
<!DOCTYPE HTML>
<html lang="en">
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-154878289-1"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-154878289-1');
</script>
<title>Binds Guide</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="View all the useful bind commands and how to setup your own custom binds."/>
<meta name="keywords" content="IW4x, iw4x binds mw2, mw2 binds, iw4x bind commands, toggle fps, toggle fov, console iw4x"/>
<meta name="theme-color" content="#317EFB"/>
<meta property="og:image" content="iw4xSplashAlt2.jpg">
<link rel="manifest" href="manifest.json">
<link rel="icon" href="iw4xIcon.ico">
<!--[if lte IE 8]><script src="css/ie/html5shiv.js"></script><![endif]-->
<script src="js/jquery.min.js"></script>
<script src="js/jquery.dropotron.min.js"></script>
<script src="js/jquery.scrollgress.min.js"></script>
<script src="js/jquery.scrolly.min.js"></script>
<script src="js/jquery.slidertron.min.js"></script>
<script src="js/skel.min.js"></script>
<script src="js/skel-layers.min.js"></script>
<script src="js/init.js"></script>
<noscript>
<link rel="stylesheet" href="css/skel.css" />
<link rel="stylesheet" href="css/style.css" />
<link rel="stylesheet" href="css/style-xlarge.css" />
</noscript>
<!--[if lte IE 9]><link rel="stylesheet" href="css/ie/v9.css" /><![endif]-->
<!--[if lte IE 8]><link rel="stylesheet" href="css/ie/v8.css" /><![endif]-->
</head>
<body class="landing">
<!-- Header -->
<header id="header" class="alt skel-layers-fixed">
<nav id="nav">
<ul>
<li><a data-langkey="navbar-Home" href="index.html">Home</a></li>
<li><a data-langkey="navbar-Guides" href="guides.html">Guides</a></li>
<li><a data-langkey="navbar-Downloads" href="downloads.html">Downloads</a></li>
<li><a data-langkey="navbar-Support" href="supportCenter.html">Support</a></li>
<li><a data-langkey="navbar-Faq" href="faq.html">FAQ</a></li>
<li><a data-langkey="navbar-About" href="about.html">About</a></li>
<li>
<a href="" class="icon fa-angle-down"><span id="currentFlag" class="flag-icon flag-icon-gb"></span></a>
<ul>
<li><a href="" onclick="switchLanguage('gb')"><span class="flag-icon flag-icon-gb"></span> English</a></li>
<li><a href="" onclick="switchLanguage('de')"><span class="flag-icon flag-icon-de"></span> German</a></li>
<li><a href="" onclick="switchLanguage('es')"><span class="flag-icon flag-icon-es"></span> Spanish</a></li>
</ul>
</li>
</ul>
</nav>
</header>
<!-- Banner -->
<section id="bannerSkinny">
<div class="inner">
<h2>Binds Guide</h2>
<a href="guides.html" class="button">Return to Guide list</a>
</div>
</section>
<!-- one -->
<section id="one" class="wrapper style1">
<div class="container">
<h3><u>Introduction</u></h3>
<p>Binds are a useful way of mapping commands to keyboard/mouse presses, they can be used for convience such as quickly leaving a game, toggling FPS/FOV settings or even to proform a sequence of in-game actions such as crouching down then immediately knifing.</p>
<h3><u>Basic Command Usage</u></h3>
<p>The command is simply <b>bind</b> it has two paramters, the first being the key you wish to bind, the second being the command(s) you want to execute on pressing the previously mentioned key. Below are some examples of binds:</p>
<ul>
<li><b>bind f10 "disconnect"</b> (If used in-game pressing F10 will bring you back to the main-menu as it disconnects you from any match)</li>
<li><b>bind f11 "fast_restart"</b> (If used in-game and you are the host it will quickly restart a match without requiring a map reload, usefull for private match)</li>
<li><b>bind f12 "quit"</b> (If pressed at any point the game will immediately close)</li>
</ul>
<h3><u>Advanced Usage</u></h3>
<p>Multiple commands can be executed by separating them with a semi colon, wait commands can also be used to create delays in the commands execution.</p>
<ul>
<li><b>bind x "+gostand; wait 2; togglecrouch; wait 2; +gostand"</b> (Changes the prone state of the player)</li>
<li><b>bind f1 "sayall Hello; sayall World; wait 2; sayall Hello; sayall World;"</b> (Writes Hello World in the games text chat, then again 2 seconds later)</li>
</ul>
<p>Toggle binds can also be used, most commonly used for changing FOV values.</p>
<ul>
<li><b>bind f1 "toggle cg_fov 90 100"</b> (Changes FOV between 90 and 100)</li>
<li><b>bind f2 "toggle com_maxfps 250 333"</b> (Changes FPS between 250 and 333)</li>
</ul>
<br>
</div>
</section>
<!-- CTA -->
<section id="cta" class="wrapper style3">
<h2 data-langkey="discordHelp">Still not sure what you need?</h2>
<ul class="actions">
<li><a data-langkey="discordHelpLink" href="https://discordapp.com/invite/sKeVmR3" class="button big">Visit Our Discord</a></li>
</ul>
</section>
<div id="cookieConsent">
<div id="closeCookieConsent">x</div>
This website is using cookies. <a class="cookieConsentOK" onclick="allowCookies()">That's Fine</a>
</div>
<!-- Return to Top -->
<a href="#bannerSkinny" id="return-to-top" class="scrolly"><i class="icon fa-chevron-up"></i></a>
<!-- Footer -->
<footer id="footer">
<ul class="icons">
<li><a href="https://discordapp.com/invite/sKeVmR3" class="icon fa-discord"><span data-langkey="footer-DiscordLink"class="label">IW4x Discord</span></a></li>
<li><a href="https://www.youtube.com/channel/UCGF7Wpkhgn-jErmW-rHRd1g" class="icon fa-youtube"><span data-langkey="footer-YoutubeLink" class="label">IW4x Youtube</span></a></li>
<li><a href="https://github.com/IW4x" class="icon fa-github"><span data-langkey="footer-GithubLink" class="label">IW4x GitHub</span></a></li>
</ul>
<ul class="menu">
<li><a data-langkey="footer-TorLink" href="https://iw4xcachep26muba.onion.ly/">IW4x Tor Mirror</a></li>
<li><a data-langkey="footer-WikiLink" href="https://github.com/Jawesome99/IW4x/wiki">IW4x Wiki</a></li>
</ul>
<span data-langkey="footer-Copyright" class="copyright">
Trademarks used are owned by their respective owners. This mod is not endorsed or affiliated with the copyright holders of the base game in any form.</a>
</span>
</footer>
</body>
</html>