-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathfaq.html
119 lines (106 loc) · 5.74 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0">
<meta name="keywords"
content="h1-mod, mwr, client, h1, modded mwr, iw7-mod, infinite warfare, iw7, modded infinite warfare">
<meta property="og:title" content="Aurora" />
<meta property="og:description"
content="Aurora is a project that creates clients for Call of Duty: Modern Warfare Remastered (November 2016) & Call of Duty: Infinite Warfare (October 2016)." />
<meta property="og:image" content="content/h1banner.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:url" content="https://auroramod.dev" />
<link rel="shortcut icon" href="content/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css">
<link rel="stylesheet" href="https://site-assets.fontawesome.com/releases/v6.1.1/css/duotone.css">
<link rel="stylesheet" href="w3.css">
<link rel="stylesheet" href="style.css">
<link rel="stylesheet" href="snippet.css">
<title>FAQ - Aurora</title>
</head>
<body>
<header>
<a href="https://auroramod.dev" class="logo">
<h3><span><i class="fa-solid fa-a"></i></span></h3>
</a>
<nav class="navigation">
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="SUPPORT">H1-Mod <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="faq.html" class="w3-bar-item w3-button"><i class="fa fa-question"></i> - FAQ</a>
<a href="cmd.html" class="w3-bar-item w3-button"><i class="fa fa-terminal"></i> - CMD</a>
<a href="errors.html" class="w3-bar-item w3-button"><i class="fas fa-exclamation-triangle"></i> -
Errors</a>
<a href="https://docs.auroramod.dev/troubleshoot" class="w3-bar-item w3-button"><i
class="fa fa-tools"></i>
- Repair</a>
<a href="https://docs.auroramod.dev/install" class="w3-bar-item w3-button"><i
class="fa fa-headset"></i> -
Support</a>
</div>
</div>
<div class="w3-dropdown-hover w3-hide-small">
<button class="w3-padding-large w3-button" title="More" style="color: #fff">Other <i
class="fas fa-angle-down"></i></button>
<div class="w3-dropdown-content w3-bar-block w3-card-4">
<a href="https://docs.auroramod.dev" class="w3-bar-item w3-button"><i class="fa fa-book"></i> -
Docs</a>
<a href="https://github.com/auroramod" class="w3-bar-item w3-button"><i class="fab fa-github"></i> -
GitHub</a>
<a href="https://discord.com/invite/RzzXu5EVnh" class="w3-bar-item w3-button"><i
class="fab fa-discord"></i> - Discord</a>
</div>
</div>
</nav>
</header>
<section class="faq">
<center>
<h1>FAQ - <i class="fa-solid fa-question"></i></h1>
</center>
<br />
<div style="color: #fff;text-align: center;">
<h5>Q: How can i change my name?</h5>
<h5>A: To change your name, open the console tab (press ~ key) and do "name cool_name".</h5>
<br>
<h5>Q: Can i play H1-Mod if i have the game from steam?</h5>
<h5>A: Yes. We recommend using Steam version of MWR. Read the <a href="https://docs.auroramod.dev/install"
style="color:#af19c3">Install Guide</a> for more information.</h5>
<br>
<h5>Q: Can i play with Steam players?</h5>
<h5>A: No. We are completely seperate from Steam services.</h5>
<br>
<h5>Q: How do i change my FOV?</h5>
<h5>A: Here is an complete tutorial <a href="https://docs.auroramod.dev/functions#field-of-view"
style="color:#af19c3">here</a>!</h5>
<br>
<h5>Q: How can i report cheaters?</h5>
<h5>A: You can directly report them to the server owner(s).</h5>
<br>
<h5>Q: Should i compile shaders?</h5>
<h5>A: If they are properly populationg, then yes.</h5>
<br>
<h5>Q: Should RTX users compile shaders?</h5>
<h5>A: Most RTX users have problems compiling so we don't recommend it.</h5>
<br>
<h5>Q: How do i unlock everything on H1-Mod?</h5>
<h5>A: Read the <a href="https://docs.auroramod.dev/unlockall" style="color:#af19c3">unlock guide</a>.</h5>
<br>
<h5>Q: I always get "Error Registering Material" error in console, how do i fix that?</h5>
<h5>A: This console print has nothing to do with the game and can be ignored.</h5>
</div>
</section>
<footer class="footer">
<p class="footer-title">Aurora <span style="color: #a119c3;"><i class="fas fa-code"></i></span></p>
<p class="footer-desc">Aurora is not affiliated with Activision Blizzard, Inc., Infinity Ward, or Raven
Software.
All rights belong to their respective owners.</p>
<div class="social-icons">
<a href="https://github.com/auroramod"><i class="fab fa-github"></i></a>
<a href="https://discord.com/invite/RzzXu5EVnh"><i class="fab fa-discord"></i></a>
</div>
</footer>
</body>
</html>