-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathhelp.html
193 lines (188 loc) · 9.83 KB
/
help.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
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>FPS Help and Support</title>
<style>
html, body {
font-family: Arial, Helvetica, sans-serif;
cursor: url(./cursors/cursor1.png), default !important;
/* background-image: url(https://www.onlygfx.com/wp-content/uploads/2017/02/green-splatter-5.png), url(images/gun.png); */
background-size: 50vw, 40vw;
background-repeat: no-repeat;
background-position: 0, 55vw;
background-color: #444;
user-select: none !important;
}
* {
cursor: url(./cursors/cursor1.png), default !important;
}
.page-title {
position: relative;
text-align: center;
color: #333;
font-size: 60px;
font-weight: bold;
text-shadow: 2px 2px #25750a;
}
.page-text {
position: relative;
text-align: center;
color: #333;
font-size: 25px;
font-weight: 100;
}
button.button {
position: relative;
width: 150px;
text-align: center;
color: #333;
text-shadow: 0px 2px #25750a;
border: 2px solid #25750a;
background: #444;
padding: 10px;
font-weight: 600;
margin-bottom: 25px;
left: 50%;
margin-left: -75px;
cursor: default;
}
button.button:hover {
transform: scale(1.1);
}
.dialog-box .dialog-action,.dialog-box .dialog-content{right:0;border-top:1px solid #333;position:absolute;left:0}.dialog-box{background-color:#444;border:1px solid #333;-webkit-box-shadow:0 1px 5px rgba(0,0,0,.2);-mz-box-shadow:0 1px 5px rgba(0,0,0,.2);box-shadow:0 1px 5px rgba(0,0,0,.2);position:absolute;width:200px;height:100px;margin-top:-51px;margin-left:-101px;z-index:9999;color:#666;visibility:hidden;opacity:0}.dialog-box .dialog-title{margin:0;padding:0 .8em;font:inherit;color:inherit;font-weight:700;height:2em;line-height:2em;overflow:hidden;background-color:#333;cursor:move}.dialog-box .dialog-content{padding:1em;top:2em;bottom:3em;overflow:auto}.dialog-box .dialog-content iframe{display:block;border:none;background:0 0;margin:0;padding:0;overflow:auto;width:100%;height:100%}.dialog-box .dialog-content::-webkit-scrollbar{width:8px;height:8px;background-color:#444;border-left:1px solid #333}.dialog-box .dialog-content::-webkit-scrollbar-thumb{background-color:#666;border:none}.dialog-box .dialog-content::-webkit-scrollbar-thumb:hover{background-color:#555}.dialog-box .dialog-content::-webkit-scrollbar-thumb:active{background-color:#444}.dialog-box .dialog-action{bottom:0;height:2em;padding:.5em;background-color:#333;text-align:right}.dialog-box .dialog-action .btn{text-decoration:none;border:1px solid #444;outline:0;color:inherit;font-weight:700;background-color:#444;-webkit-border-radius:.2em;-moz-border-radius:.2em;border-radius:.2em;padding:.4em 1em;margin-left:.2em;line-height:2em;cursor:pointer}.dialog-box .dialog-close,.dialog-box .dialog-minmax{border:none;outline:0;background:0 0;font:inherit;font-family:Arial,Sans-Serif;font-style:normal;font-weight:700;font-size:150%;line-height:1.4em;color:#aaa;text-decoration:none;position:absolute;top:0;right:.3em;text-align:center;cursor:pointer}.dialog-box .dialog-minmax{right:1.5em}.dialog-box .dialog-action .btn:focus,.dialog-box .dialog-close:focus,.dialog-box .dialog-minmax:focus{border-width:0;outline:0}.dialog-box .dialog-close:hover,.dialog-box .dialog-minmax:hover{color:#444}.dialog-box .dialog-close:focus,.dialog-box .dialog-minmax:focus{color:#25750a}.dialog-box .dialog-close:active,.dialog-box .dialog-minmax:active{color:#444}.dialog-box .dialog-action .btn:hover{border-color:#333}.dialog-box .dialog-action .btn:focus{border-color:#333;border-width:1px}.dialog-box .dialog-action .btn:active{border-color:#333;background-color:#555}.dialog-box+.dialog-box-overlay{background-color:#000;opacity:.2;position:fixed!important;top:0;right:0;bottom:0;left:0;z-index:9997;display:none}.dialog-box.fixed-dialog-box{position:fixed!important}.dialog-box.minimize{width:2em!important;height:2em!important;overflow:hidden!important;margin-top:0!important;margin-left:0!important;top:-1px!important;left:1em!important}.dialog-box.minimize .dialog-title{color:transparent;text-shadow:none;text-indent:-9999px}.dialog-box.minimize .dialog-minmax{right:0;left:0}.dialog-box.minimize .dialog-action,.dialog-box.minimize .dialog-close,.dialog-box.minimize .dialog-content{display:none;visibility:hidden}
a {
color: #25750a !important;
text-decoration: underline;
}
.custom-anchor-tt {
display: none !important;
}
button[data-disabled] {
opacity: .5;
cursor: not-allowed !important;
transform: scale(1) !important;
pointer-events: none !important;
}
.tippy-box[data-theme~="default"] {
background: #444;
box-shadow: 0 0 5px 2px #25750a;
color: #25750a;
display: block !important;
}
.tippy-box[data-theme~="default"]:not([data-tippy-content]) {
display: none;
}
.tippy-box[data-theme~="default"][data-placement^="top"] > .tippy-arrow::before {
border-top-color: #444;
}
input {
background: #333 !important;
border: none;
color: #fff;
}
.swal-modal {
background: #444;
box-shadow: 0px 0px 10px 5px #ff4444;
}
.swal-modal * {
color: #ff4444;
}
.swal-button {
background: #ff4444 !important;
color: #333 !important;
box-shadow: none !important;
outline: none !important;
}
.wrapper {
position: relative;
text-align: center;
left: 0% !important;
color: #25750a;
}
</style>
<script type="text/javascript" src="https://npmcdn.com/parse/dist/parse.min.js"></script>
<script src="https://cdn.jsdelivr.net/gh/notiflix/Notiflix@latest/dist/notiflix-aio-3.2.7.min.js"></script>
<script src="https://unpkg.com/sweetalert/dist/sweetalert.min.js"></script>
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-2ZQ6TMGVXJ"></script>
<script>
window.dataLayer=window.dataLayer||[];
function gtag(){dataLayer.push(arguments);}
gtag("js", new Date());
gtag("config", "G-2ZQ6TMGVXJ");
</script>
<body>
<h1 class="page-title">FPS Help</h1>
<div class="wrapper">
<script src="https://unpkg.com/@popperjs/core@2"></script>
<script src="https://unpkg.com/tippy.js@6"></script>
<h1>Documentation</h1>
<h3>How to play</h3>
<h4>Using keyboard/mouse</h4>
<code>
( ᐱ ): Walk forward<br>
( ᐯ ): Walk backward<br>
( ᐸ ): Walk left<br>
( ᐳ ): Walk right<br>
( " " ): Jump<br>
( B ): Melee<br>
( F ): Shoot<br>
( R ): Reload<br>
( T ): Interact<br>
( Y ): Switch Weapon<br>
( ESC ): Cancel<br>
( CURSOR ): Look around<br>
</code>
<h4>Using gamepad</h4>
<code>
( ᐱ Left Joystick ): Walk forward<br>
( ᐯ Left Joystick ): Walk backward<br>
( ᐸ Left Joystick ): Walk left<br>
( ᐳ Left Joystick ): Walk right<br>
( A Context Buttons ): Jump<br>
( B Context Buttons ): Melee/Cancel<br>
( RT Right Trigger ): Shoot<br>
( RB Right Bumper ): Reload/Interact<br>
( Y Context Buttons ): Switch Weapon<br>
( ᐱ ᐯ ᐸ ᐳ Right Joystick ): Look around<br>
</code>
<h3>What to do</h3>
<h4>To start a game</h4>
1. Head over to www.fps5.uk.to<br>
2. Click "CHOOSE MAP" (A default map will be chosen if this is skipped)<br>
3. Click "Next"<br>
4. Choose a lobby that someone has already made (or skip to [To create a lobby]() to make your own).<br>
5. Wait for player(s) to join. The game will start automatically.<br>
<h4 id="create-a-lobby">To create a lobby</h4>
1. Head over to www.fps5.uk.to<br>
2. Click "CREATE LOBBY"<br>
3. Enter your lobby name.<br>
4. Click "Next" (or hit enter)<br>
4. Add your custom options, then click "Next"<br>
5. If your lobby does not show up, reload the page or click "FIND LOBBY"<br>
6. Click your lobby's name in the dialog.<br>
7. Wait for player(s) to join. The game will start automatically.<br>
<h3>How to customize Preferences, Performance and In-Game-Items</h3>
1. Head over to www.fps5.uk.to<br>
2. Click "OPTIONS"<br>
3. To customize Preferences, change your character/website appearance.<br>
4. To customize Performance, Click "Performance" in the lower left corner.<br>
5. To customize In-Game-Items like character and loadout/weapons, choose your options on the page.<br>
<h3>How to automatically start a game without players joining</h3>
You're in luck! FPS has a bot with 10 different difficulties that you can customize.<br>
<h4>Starting a bot</h4><br>
1. Repeat "To start a game" step above.<br>
2. On the "Searching for players" page, click "Start bot"<br>
3. The game will start like a real multiplayer game.<br>
<h4>Customize your bot</h4>
1. Head over to your Preferences page (repeat "How to customize Preferences, Performance and In-Game-Items" if you're not sure how).<br>
2. Click "Bot Preferences" in the lower left corner.<br>
3. Change your bot's difficulty, appearance and weapons.<br>
<h2>If you're still scratching your head</h2>
Report an Issue (on GitHub) in the "Issues" section, <b>or</b><br>
Send us and email at <a href="mailto:parkingmaster@email.com">parkingmaster@email.com</a> or <a href="mailto:parkingmaster@mail.com">parkingmaster@mail.com</a>.
</body>
</html>