-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathguide.njk
704 lines (701 loc) · 23.7 KB
/
guide.njk
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
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
---
title: "Influx Timer - Guide"
---
<!DOCTYPE html>
<html>
<head>
{% include "head.njk" %}
<link rel="stylesheet" type="text/css" href="/styles/guide.css">
</head>
<body>
{% include "top.njk" %}
<div class="container">
<div class="inf-cont">
<ul>
<li>
Installation
<ol>
<li>
<a href="#setup">Setup</a>
</li>
<li>
<a href="#usingmysql">Using MySQL</a>
</li>
</ol>
</li>
<li>
General
<ol>
<li>
<a href="#pluginlist">Plugin List</a>
</li>
<li>
<a href="#commands">Commands</a>
<ul>
<li>
<a href="#adminoverrides">Admin Overrides</a>
</li>
</ul>
</li>
<li>
<a href="#configs">Configs</a>
</li>
<li>
<a href="#zones">Zones</a>
</li>
</ol>
</li>
<li>
Common Problems
<ol>
<li>
<a href="#nothingworks">Nothing seems to work! / Influx is not loading!</a>
</li>
<li>
<a href="#bonuszones">How do I make bonus zones?</a>
</li>
<li>
<a href="#commonprespeed">Something is wrong with prespeeding / start zone!</a>
<ul>
<li>
<a href="#startprespeed">The zone bounds are weird / I have to jump early/late to prespeed!</a>
</li>
<li>
<a href="#prespeedsettings">How do I change prespeed settings?</a>
</li>
</ul>
</li>
<li>
<a href="#commonspawning">Common spawning issues</a>
<ul>
<li>
<a href="#whyroundend">Why doesn't the round end?</a>
</li>
<li>
<a href="#stoprespawning">How do I stop players from respawning?</a>
</li>
<li>
<a href="#restartmain">I type !restart but it doesn't send me to the main run!</a>
</li>
</ul>
</li>
<li>
<a href="#starttimer">Something doesn't allow me to start the timer!</a>
</li>
<li>
<a href="#airaccel">Changing sv_airaccelerate doesn't do anything!</a>
</li>
<li>
<a href="#influxhelp">I need help!</a>
</li>
<li>
<a href="#timersucks">This timer is terrible!</a>
</li>
</ol>
</li>
</ul>
</div>
<div class="inf-cont">
<div class="inf-faq-section">
<p class="display-4">Installation</p>
<div class="inf-faq-cont">
<a name="setup"></a>
<h4>Setup</h4>
<div class="inf-faq-cont-txt">
<ol>
<li>Install <a target="_blank" href="https://www.sourcemod.net/">SourceMod</a> and <a target="_blank" href="https://www.sourcemm.net/">MetaMod Source</a>
</li>
<li>
<a target="_blank" href="download">Download Influx</a> and extract the zip contents in cstrike/csgo-directory.</li>
</ol>
<p>Your directory structure should look like this:</p>
<pre>
csgo/cstrike \
|addons \
| |metamod
| |sourcemod \
| |bin
| |configs
| |data
| |extentions
| |gamedata
| |...
|bin
|cfg \
| |influx
| |...
|...
</pre>
<p>If you have problems, please see <a href="#nothingworks">this section</a>.</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="usingmysql"></a>
<h4>Using MySQL</h4>
<div class="inf-faq-cont-txt">
<p>
<b>MySQL is OPTIONAL! SQLite is used by default and does not need any configuration!</b>
</p>
<p>In <mark>addons/sourcemod/configs/databases.cfg</mark>-file add <mark>influx-mysql</mark> section.</p>
<pre class="mx-auto" style="max-width: 100%">"influx-mysql"
{
"driver" "mysql"
"host" "ipaddress"
"database" "dbnameyoucreated"
"user" "root"
"pass" ""
"port" "3306"
}</pre>
<p>Core plugin not loading and throwing errors might mean you've done this part wrong.</p>
<p>The latest supported MySQL version is 5.7.33. Newer versions like 8.x are incompatible due to an updated authentication schema.</p>
</div>
<div class="inf-faq-cont-txt">
<p>
<b>To convert your already running SQLite database to MySQL:</b>
</p>
<ol>
<li style="padding-top:5px;">Make sure you have <mark>sqlite3</mark> installed! <code>apt update;apt install sqlite3;sqlite3 --version;</code>
</li>
<li style="padding-top:5px;">Copy your current database from <mark>/addons/sourcemod/data/sqlite/influx-sqlite.sq3</mark>
</li>
<li style="padding-top:5px;">Create <mark>sqlite-mysql.sh</mark> bash file and <code>chmod +x sqlite-mysql.sh</code> (this file will dump sqlite3 database and convert it to MySQL <mark>.sql</mark> dump</li>
<li style="padding-top:5px;">Add this to the newly created file:
<code>
<pre style="margin-top:10px;">
#!/bin/bash
sqlite3 influx-sqlite.sq3 .dump > influx-dump.sqlite
replace "BEGIN TRANSACTION" "START TRANSACTION" -- influx-dump.sqlite
replace "uid INTEGER PRIMARY KEY" "uid INTEGER PRIMARY KEY AUTO_INCREMENT" -- influx-dump.sqlite
replace "PRAGMA foreign_keys=OFF;" "SET NAMES utf8mb4;" -- influx-dump.sqlite
replace "ON CONFLICT FAIL" "" -- influx-dump.sqlite
replace "usage VARCHAR(64)" "\`usage\` VARCHAR(64)" -- influx-dump.sqlite
replace "noauto VARCHAR(3)" "\`noauto\` VARCHAR(3)" -- influx-dump.sqlite
replace "DEFAULT \`off\`" "DEFAULT 'off'" -- influx-dump.sqlite
mv influx-dump.sqlite influx-database.sql
mysql -u user -p database < influx-database.sql
</pre>
</code>
</li>
<li>Make sure to replace <code>user</code> and <code>database</code> in the last line to match the ones you've setup in <mark>/addons/sourcemod/configs/databases.cfg</mark>
</li>
<li>Now just run your script with <code>./sqlite-mysql.sh</code>
</li>
<li>It will dump sqlite3 database, replace some lines to match MySQL and then import the dump into your mysql database</li>
<li>It will ask you for the database password so be prepared to enter it (or you can replace <code>-p database</code> with <code>-pYourPasswordHere database</code>)</li>
</ol>
</div>
</div>
</div>
<div class="inf-faq-section">
<p class="display-4">General</p>
<div class="inf-faq-cont">
<a name="pluginlist"></a>
<h4>Plugin List</h4>
<div class="inf-faq-cont-txt">
<h5>Core</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_core</th>
<th>This is the core of Influx. This is always required!</th>
</tr>
<tr>
<th>influx_help</th>
<th>Influx's <mark>!help</mark> menu.</th>
</tr>
<tr>
<th>influx_pause</th>
<th>Allows players to pause their run via <mark>!pause/!continue</mark>.</th>
</tr>
<tr>
<th>influx_practise</th>
<th>Allows players to enter practise mode.</th>
</tr>
<tr>
<th>influx_prespeed</th>
<th>Handles prespeed checks.</th>
</tr>
<tr>
<th>influx_recording</th>
<th>Run recording and playback via replay bot. <mark>!replay</mark>
</th>
</tr>
<tr>
<th>influx_recrank</th>
<th>Displays record message to players in chat.</th>
</tr>
<tr>
<th>influx_recsounds</th>
<th>Plays record sounds whenever player finishes a run. See <mark>addons/sourcemod/configs/influx_sounds.cfg</mark>
</th>
</tr>
</tbody>
</table>
<h5>Styles</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_style_adonly</th>
<th>A/D-Only (the user can choose between a-only or d-only)</th>
</tr>
<tr>
<th>influx_style_backwards</th>
<th>Backwards</th>
</tr>
<tr>
<th>influx_style_hsw</th>
<th>Half-Sideways (bhop hsw)</th>
</tr>
<tr>
<th>influx_style_lowgrav</th>
<th>Low Gravity</th>
</tr>
<tr>
<th>influx_style_normal</th>
<th>Normal</th>
</tr>
<tr>
<th>influx_style_parkour</th>
<th>Parkour</th>
</tr>
<tr>
<th>influx_style_prespeed</th>
<th>Prespeed (no prespeed limit)</th>
</tr>
<tr>
<th>influx_style_rhsw</th>
<th>Real Half-Sideways (surf hsw)</th>
</tr>
<tr>
<th>influx_style_sw</th>
<th>Sideways</th>
</tr>
<tr>
<th>influx_style_tas_csgo</th>
<th>TAS (CS:GO)</th>
</tr>
<tr>
<th>influx_style_tas_css</th>
<th>TAS (CSS)</th>
</tr>
<tr>
<th>influx_style_wonly</th>
<th>W-Only</th>
</tr>
</tbody>
</table>
<h5>Modes</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_mode_auto_csgo</th>
<th>Autobhop (CS:GO)</th>
</tr>
<tr>
<th>influx_mode_auto_css</th>
<th>Autobhop (CSS)</th>
</tr>
<tr>
<th>influx_mode_scroll</th>
<th>Scroll (ie. Legit)</th>
</tr>
<tr>
<th>influx_mode_stockcap</th>
<th>Stockcap (<mark>sv_enablebunnyhopping 0</mark> + scroll)</th>
</tr>
<tr>
<th>influx_mode_velcap</th>
<th>Velcap (ie. 400vel)</th>
</tr>
</tbody>
</table>
<h5>Stats</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_jumps</th>
<th>The jump stat. Adds counter to HUD and saves number of jumps to database.</th>
</tr>
<tr>
<th>influx_strafes</th>
<th>The strafe stat. Adds counter to HUD and saves number of strafes to database.</th>
</tr>
<tr>
<th>influx_strfsync</th>
<th>Strafe sync. Adds sync counter to HUD.</th>
</tr>
<tr>
<th>influx_maprankings</th>
<th>Map specific ranks. Adds rank to HUD.</th>
</tr>
<tr>
<th>influx_mvpstar</th>
<th>MVP star on the scoreboard signifies some stat. (by default the player's rank)</th>
</tr>
<tr>
<th>influx_printcptimes</th>
<th>Prints times in chat whenever player hits a checkpoint.</th>
</tr>
<tr>
<th>influx_simpleranks</th>
<th>Simple ranks. Players gain points and ranks for finishing runs.</th>
</tr>
<tr>
<th>influx_simpleranks_chat</th>
<th>Displays player's rank in their chat messages.</th>
</tr>
</tbody>
</table>
<h5>HUD</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_hud_draw</th>
<th>Core of hud drawing.</th>
</tr>
<tr>
<th>influx_hud_draw_csgo</th>
<th>Draws HUD for CS:GO (sidebar + center text)</th>
</tr>
<tr>
<th>influx_hud_draw_css</th>
<th>Draws HUD for CSS (sidebar + center text)</th>
</tr>
<tr>
<th>influx_truevel</th>
<th>Allows players to toggle between XY and XYZ speedometer in HUD.</th>
</tr>
</tbody>
</table>
<h5>Player settings</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_hud</th>
<th>Core of hud settings.</th>
</tr>
<tr>
<th>influx_hud_hidehud</th>
<th>Allows players to hide base HUD elements.</th>
</tr>
<tr>
<th>influx_hud_hideplayers</th>
<th>Allows players to hide other players.</th>
</tr>
<tr>
<th>influx_hud_hideplayers_wepsnd</th>
<th>Also turns off all weapons sounds.</th>
</tr>
<tr>
<th>influx_hud_recchat</th>
<th>Allows players to hide record messages.</th>
</tr>
<tr>
<th>influx_hud_recsounds</th>
<th>Allows players to stop record sounds.</th>
</tr>
<tr>
<th>influx_hud_viewmodel</th>
<th>Allows players to hide their viewmodel.</th>
</tr>
</tbody>
</table>
<h5>Misc</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_comp_standup</th>
<th>Compatibility to Standup lj plugin.</th>
</tr>
<tr>
<th>influx_config</th>
<th>Executes cfg/influx.cfg on every map change. (after <mark>gamemode_*.cfg</mark>)</th>
</tr>
<tr>
<th>influx_disableradio</th>
<th>Disable radio messages.</th>
</tr>
<tr>
<th>influx_disablesuicide</th>
<th>Disable suicide.</th>
</tr>
<tr>
<th>influx_dropknife_css</th>
<th>Allows players to drop their knife. For CS:GO use cvar.</th>
</tr>
<tr>
<th>influx_fixtimelimit</th>
<th>Fixes map changes done via <mark>mp_timelimit</mark>.</th>
</tr>
<tr>
<th>influx_nocollision</th>
<th>Turns off collisions between players.</th>
</tr>
<tr>
<th>influx_nodmg</th>
<th>Gives players god-mode.</th>
</tr>
<tr>
<th>influx_silent_chatcmds</th>
<th>Silences certain chat commands (by default: <mark>!r/!spec</mark>)</th>
</tr>
<tr>
<th>influx_specalltalk_css</th>
<th>Allows players to chat across teams (CSS).</th>
</tr>
<tr>
<th>influx_speclist</th>
<th>Displays spectator info with <mark>!speclist</mark>.</th>
</tr>
<tr>
<th>influx_teams</th>
<th>Allows players to change their team with <mark>!spawn/!spec</mark>
</th>
</tr>
<tr>
<th>influx_teams_autojoin</th>
<th>Forces players to autojoin a team.</th>
</tr>
<tr>
<th>influx_teletoend</th>
<th>Allows players to teleport to the end of the run via <mark>!end</mark>.</th>
</tr>
<tr>
<th>influx_teletorun</th>
<th>Allows players to teleport to a run via <mark>!main/!b/!b2</mark>.</th>
</tr>
</tbody>
</table>
<h5>Anti-cheat</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_ac_leftright</th>
<th>Blocks excessive +left/+right usage. Not recommended for surf.</th>
</tr>
<tr>
<th>influx_fpscheck</th>
<th>Checks player's fps_max (scroll)</th>
</tr>
</tbody>
</table>
<h5>Weapons</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_wepdrop</th>
<th>Removes all dropped weapons.</th>
</tr>
<tr>
<th>influx_wepgive</th>
<th>Allows players to give themselves weapons via chat (!usp)</th>
</tr>
</tbody>
</table>
<h5>Zones</h5>
<table class="table table-striped mx-auto" style="max-width:99%">
<tbody>
<tr>
<th>influx_zones</th>
<th>Core of zones.</th>
</tr>
<tr>
<th>influx_zones_beams</th>
<th>Displaying of zones. ie. beams</th>
</tr>
<tr>
<th>influx_zones_autobhop</th>
<th>Autobhop zone.</th>
</tr>
<tr>
<th>influx_zones_block</th>
<th>Block zone.</th>
</tr>
<tr>
<th>influx_zones_checkpoint</th>
<th>Checkpoint zone.</th>
</tr>
<tr>
<th>influx_zones_freestyle</th>
<th>Freestyle zone.</th>
</tr>
<tr>
<th>influx_zones_stage</th>
<th>Stage zone.</th>
</tr>
<tr>
<th>influx_zones_teleport</th>
<th>Teleport zone.</th>
</tr>
<tr>
<th>influx_zones_timer</th>
<th>Timer zones (start/end).</th>
</tr>
<tr>
<th>influx_zones_validator</th>
<th>Validator zone</th>
</tr>
</tbody>
</table>
</div>
</div>
<div class="inf-faq-cont">
<a name="commands"></a>
<h4>Commands</h4>
<div class="inf-faq-cont-txt">
<ul>
<li>You can find commands with the <mark>!help</mark>-command. (displays a menu)</li>
<li>You can also find most admins commands in <mark>!admin -> Influx Commands</mark>
</li>
<li>By default all admin related commands require root flag (z). See section below on where to find these.</li>
</ul>
<div class="inf-faq-cont">
<a name="adminoverrides"></a>
<h5>Admin Overrides</h5>
<div class="inf-faq-cont-txt">
<p>
You can find related overridable commands in <mark>addons/sourcemod/configs/admin_overrides_influx_example.cfg</mark>.
<br>
Edit the <mark>admin_overrides.cfg</mark> with the commands you want to override.
</p>
</div>
</div>
</div>
</div>
<div class="inf-faq-cont">
<a name="configs"></a>
<h4>Configs</h4>
<div class="inf-faq-cont-txt">
<p>
You can see and edit all cvars in configs contained in <mark>cfg/influx</mark>-directory. The default values may vary depending on the version downloaded.
</p>
<p>Map needs to be changed for changes to take effect!</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="zones"></a>
<h4>Zones</h4>
<div class="inf-faq-cont-txt">
<p>
Edit zones with <mark>!zone</mark>-command. You need root flag (z) by default.
<br>
Remember to hit save!
</p>
</div>
</div>
</div>
<div class="inf-faq-section">
<p class="display-4">Common Problems</p>
<div class="inf-faq-cont">
<a name="nothingworks"></a>
<h4>Nothing seems to work! / Influx is not loading!</h4>
<div class="inf-faq-cont-txt">
<p>
Run <mark>meta</mark> and <mark>sm plugins list</mark> through the <u>server console</u>. If the commands don't respond, it means your installation of MetaMod/SourceMod is not working. Try using a dev-version of MetaMod and SourceMod (this is especially encountered on CS:GO).
</p>
<p>
If the following commands work and Influx still doesn't seem to load, <mark>sm plugins list</mark> will display what plugin failed to load.
<br>
Remember to also check your error log in <mark>addons/sourcemod/logs</mark>.
</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="bonuszones"></a>
<h4>How do I make bonus zones?</h4>
<div class="inf-faq-cont-txt">
<p>
Just like the main run, you make them using Timer Start and Timer End zones. <mark>After the main run is created</mark>, a <mark>sub-menu will open</mark> when attemping to create one of these zones.
</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="commonprespeed"></a>
<h4>Something is wrong with prespeeding / start zone!</h4>
<div class="inf-faq-cont-txt">
<a name="startprespeed"></a>
<h5>The zone bounds are weird / I have to jump early/late to prespeed!</h5>
<p>
The zone is like a normal map trigger. You need to leave it entirely to trigger it. You can edit the beams to display like you're used to by going into <mark>addons/sourcemod/configs/influx_beams.cfg</mark> and adding <mark>"offset" "-16"</mark>
</p>
</div>
<a name="prespeedsettings"></a>
<div class="inf-faq-cont-txt">
<h5>How do I change prespeed settings?</h5>
<p>
You can go to <mark>cfg/influx/prespeed.cfg</mark> for further customization.
<br>
Use the command <mark>!prespeedsettings</mark> to change settings per run.
</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="commonspawning"></a>
<h4>Common spawning issues</h4>
<div class="inf-faq-cont-txt">
<a name="whyroundend"></a>
<div class="inf-faq-cont-txt">
<h5>Why doesn't the round end?</h4>
<p>
Go to <mark>cfg/influx.cfg</mark> and remove <mark>mp_ignore_round_win_conditions 1</mark>.
</p>
</div>
<a name="stoprespawning"></a>
<div class="inf-faq-cont-txt">
<h5>How do I stop players from respawning?</h4>
<p>
Remove plugins <mark>influx_teletorun</mark> and <mark>influx_teams</mark>. You may also want to change <mark>influx_teleonstylechange</mark> to 0 in <mark>cfg/influx/core.cfg</mark>.
</p>
</div>
<a name="restartmain"></a>
<div class="inf-faq-cont-txt">
<h5>I type !restart but it doesn't send me to the main run!</h4>
<p>
You can use <mark>!runs</mark> or <mark>!main</mark> to change your run. <mark>!restart</mark> will only reset you to the run you are currently in. You can change the behavior by using <mark>influx_teletorun_restarttocurrent 0</mark>
</p>
</div>
</div>
</div>
<div class="inf-faq-cont">
<a name="starttimer"></a>
<h4>Something doesn't allow me to start the timer!</h4>
<div class="inf-faq-cont-txt">
<p>
Make sure you have a <b>mode</b> and a <b>style</b> plugin loaded even if you do not care for custom modes/styles (use <mark>influx_mode_scroll</mark> and <mark>influx_style_normal</mark> for defaults).
</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="airaccel"></a>
<h4>Changing sv_airaccelerate doesn't do anything!</h4>
<div class="inf-faq-cont-txt">
<p>
Sv_airaccelerate-cvar is controlled by modes. This is what allows multiple modes (eg. autobhop and scroll) to be played on the same server. You can change the mode's air acceleration in <mark>cfg/influx/mode_*.cfg</mark> files.
</p>
</div>
</div>
<div class="inf-faq-cont">
<a name="influxhelp"></a>
<h4>I need help!</h4>
<div class="inf-faq-cont-txt">
<p>
Please visit the <a target="_blank" href="https://discord.gg/Mc5VDQT">Influx Timer-discord</a> for help. Best way to receive help, is to use the <mark>help-channel</mark>, ask the question in <mark>proper English</mark> and <mark>ping me</mark>. I do not wish to be added / DM'd regarding the timer. I hope you understand.
</p>
</div>
</div>
<div class="inf-faq-cont-last">
<a name="timersucks"></a>
<h4>This timer is terrible!</h4>
<div class="inf-faq-cont-txt">
<p>
I'm sorry you feel that way. The timer is not in active development, but I do take <a target="_blank" href="https://github.com/InfluxTimer/sm-timer">pull requests</a> if you feel like the timer is missing some crucial feature.
<br>
There are also other timers out there that may fit your needs better, which you can <a target="_blank" href="https://forums.alliedmods.net/forumdisplay.php?f=108">find here</a> using the search-function.
</p>
</div>
</div>
</div>
</div>
</div>
</body>
</html>