forked from Sup3rnovaRev/Sup3rnovaRev.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodGuide.html
138 lines (120 loc) · 6.58 KB
/
modGuide.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
<!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>Mod Guide</title>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<meta name="description" content="Learn how to install mods and how they work in this detailed guide."/>
<meta name="keywords" content="IW4x, iw4x mod install, how use mods on mw2, mw2 mod support, iw4x mods, iw4x trickshot mod, iw4x mod tutorial, iw4x mod guide"/>
<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>Mod 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">
<h2><u>Introduction</u></h2>
<p>This guide will teach you the basics of what mods are and what they can contain and how to install them and run them on IW4x.</p>
<h2><u>Mods</u></h2>
<p>Mods can consist of anything from custom textures, new gamemodes, new weapons, edits of existing gamemodes, the list is endless... In IW4x mods are handled the same way as they were in Call of Duty: Modern Warefare (Call of duty 4).
If you are familar with that games mod system great but if not I will briefly explain.
<p>Mods are located within a folder conveniently named <b>mods</b> inside of your MW2 game folder (See folder structure screenshot below). Each mod has it's own sub folder inside of the <b>mods</b> folder. The name of that folder is
how IW4x identifies each mod and it also determines the name that you will see in the mods menu inside of IW4x. Once you select a mod via the main menu the mods content is loaded into the games memory. It will
overwrite any scripts / textures / ... with ones found in the loaded mods folder.</p>
<h2><u>Folder Structure Examples</u></h2>
<ul>
<li>Call of Duty Modern Warfare 2/mods/bots</li>
<li>Call of Duty Modern Warfare 2/mods/PropHunt</li>
</ul>
<span class="image fit"><img src="images/guideModStructure.jpg" alt="Mods Folder Structure"></span>
<h2><u>Loading a mod</u></h2>
<p>Once you have a mod downloaded and in the correct folder (mods) you can start the game up and select the mod in the main menu. Once you click 'Launch' the game will restart with the mod loaded.</p>
<span class="image fit"><img src="images/guideLoadingMod.jpg" alt="Running a mod"></span>
<h2><u>Where to download mods?</u></h2>
<p>This is a commonly asked question, unfortunately there is no central location for mod downloads so you will have to do a google search to find some.</p>
<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>