-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathshavit-styles.cfg
935 lines (789 loc) · 27.7 KB
/
shavit-styles.cfg
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
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
"Styles"
{
"0"
{
// Accessibility
"enabled" "1" // When disabled, style will be unusable. -1 to also make the style not show in menus.
"inaccessible" "0" // This setting makes it so you can't manually switch to this style but only by functionality from timer modules.
// Strings
"name" "Normal" // Style name.
"shortname" "NM" // Short style name.
"htmlcolor" "797FD4" // HUD style color (CS:GO only).
"command" "n; nm; normal" // Commands to register for style changing, leave empty for no command. use a semicolon as a delimiter - requires server restart.
"clantag" "N" // Short style name for the clantag, not exactly the same as shortname.
// Jumping settings
"autobhop" "1" // Enable autobhopping and +ds?
"easybhop" "1" // Enable easybhop (disable stamina reset)?
"prespeed" "0" // Allow prespeeding regardless of the prespeed server setting? If set to 2, the value of shavit_core_nozaxisspeed will be respected as well.
"prespeed_ez_vel" "0" // Whether to set velocity on first jump for prespeed styles. 0 = Disabled. >0 = set velocity to this amount (e.g. 3500).
"velocity_limit" "0.0" // Velocity limit: set to 0.0 for unlimited, 400.00 for 400vel styles etc.
"bunnyhopping" "1" // Per-style sv_enablebunnyhopping. Leave as 1 if you want bunnyhopping to maintain player speed. This setting will override _strafe map settings.
// Convar overrides
"prespeed_type" "-1" // Set the specific value of shavit_misc_prespeed to use for this style. -1 will use the current shavit_misc_prespeed value. Requires "prespeed" to be 0.
"blockprejump" "-1" // Set the specific value of shavit_core_blockprejump to use for this style. -1 will use the current shavit_core_blockprejump value.
"nozaxisspeed" "-1" // Set the specific value of shavit_core_nozaxisspeed to use for this style. -1 will use the current shavit_core_nozaxisspeed value.
"restrictnoclip" "-1" // Set the specific value of shavit_misc_restrictnoclip to use for this style. -1 will use the current shavit_misc_restrictnoclip value.
// Physics
"airaccelerate" "1000.0" // sv_airaccelerate value for the style.
"runspeed" "260.00" // Running speed. Requires DHooks, shavit-misc and shavit_misc_staticprestrafe set to 1.
"gravity" "1.0" // Gravity setting, 1.0 for default. Standard for low gravity styles is 0.6.
"speed" "1.0" // Speed multiplier, 1.0 for default. Standard for slowmo styles is 0.5. This a multiplier for m_flLaggedMovementValue.
"timescale" "1.0" // Timing will scale with this setting. This is a multiplier for m_flLaggedMovementValue but also affects the timer increase speed.
"force_timescale" "0" // Force the timescale every jump? Default is 0 for normal timescales.
"velocity" "1.0" // % of horizontal velocity to keep per jump. a value 0.9 will make the player lose 10% of their velocity per jump. Likewise, values above 1 will result in speed gains.
"bonus_velocity" "0.0" // Bonus velocity to gain per jump. If set to e.g. 100.0, the player will gain 100 bonus velocity per jump.
"min_velocity" "0.0" // Minimum amount of horizontal velocity to keep per jump. If set to 600.0, the player can't have less than 600 velocity per jump.
"jump_multiplier" "0.0" // Mulitplier for the vertical velocity per jump. 0.0 for disabled.
"jump_bonus" "0.0" // Bonus vertical velocity to gain per jump. If set to e.g. 100.0, the player will gain 100 bonus vertial velocity per jump.
"startinair" "0" // 0 = Start-zones will only start the timer if the player is on the ground. 1 = timer will start without requiring the player to be on the ground in the start zone. This means with 1 that it will basically only start the timer counter once you've left the start-zone. This should only be used on gamemodes that are intended for this kind of mechanic (i.e. not bhop). Also it might be easily abusable. GL.
// Mode settings
"block_w" "0" // Block +forward (W).
"block_a" "0" // Block +moveleft (A).
"block_s" "0" // Block +back (S).
"block_d" "0" // Block +moveright (D).
"block_use" "0" // Block +use (E).
"force_hsw" "0" // Force half-sideways gameplay. 1 for regular HSW and 2 for surf-HSW.
"force_groundkeys" "0" // Forces the above settings even while on ground. e.g. enabling this will not allow W/D or W/A prestrafing when playing styles that disable the keys.
"block_pleft" "0" // Block +left. 2 to stop timer.
"block_pright" "0" // Block +right. 2 to stop timer.
"block_pstrafe" "0" // Prevent button inconsistencies (including +pstrafe). May have false positives when players lag. Will prevent some strafe hacks too. Set this to 2 to also stop the timer.
// Feature excluding
"unranked" "0" // Unranked style. No ranking points and no records.
"noreplay" "0" // Disable replay bot for this style. Automatically included for unranked styles.
// Minimum times (to help try to prevent accidents/cheats)
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
// Sync/strafes
"sync" "1" // Measure synchronization between strafes.
"strafe_count_w" "0" // Count W (+forward) for the strafe counter.
"strafe_count_a" "1" // Count A (+moveleft) for the strafe counter.
"strafe_count_s" "0" // Count S (+back) for the strafe counter.
"strafe_count_d" "1" // Count D (+moveright) for the strafe counter.
// Rankings
"rankingmultiplier" "1.0" // Rankings points multiplier. Don't use for unranked styles.
// Special flags
"special" "0" // For third-party modules. The core plugins will not need this setting.
"specialstring" "" // For modularity. Separated with semicolon. Built-in flags: "segments".
"permission" "" // Permission required. Syntax: "flag;override". For example "p;style_tas" to require the 'p' flag or the "style_tas" override.
"ordering" "0" // Ordering in menus where styles appear. If this value is not present, style ID will be used instead.
// KZ settings
"kzcheckpoints" "0" // KZ styled checkpoints. They reset upon timer start and you don't get reverted to a save state, and you cannot save when airborne or someone else's checkpoints.
"kzcheckpoints_ladders" "0" // KZ styled checkpoints allowed to checkpoint onto ladders (like GOKZ)
"kzcheckpoints_ontele" "-1" // The style to be changed to on client teleporting to a checkpoint in KZ styles. The destination style will be inaccessible if enabled. -1 or set "kzcheckpoints" to 0 for disabled.
"kzcheckpoints_onstart" "-1" // The style to be changed to on client getting inside the start zone in KZ styles. This style will be inaccessible if enabled. -1 or set "kzcheckpoints" to 0 for disabled.
// TAS settings
"segments" "0" // Segments styled checkpoints. 0 for disabled.
"tas" "0" // 0 = Do nothing. 1 = Currently sets the following keys unless they are explicity disabled: `tas_timescale -1`, `autostrafe 1`, `autoprestrafe 1`, `edgejump 1`, and `autojumponstart 1`
"tas_timescale" "0" // TAS-like timescaling. 0 = Disabled. -1 = User can edit the timescale (TAS menu, sm_ts, sm_tsplus, sm_tsminus). >0 = Fixed tas-timescale value for the style (e.g. 0.5 for a fixed timescale). Total time-increase-rate for the player = timescale * tas_timescale
"autostrafe" "0" // 0 = Disabled. 1 = 1tick autostrafer. 2 = velocity/autogain. 3 = velocity/autogain (no speed loss). -1 = Lets players toggle between 1tick and velocity/autogain.
"autoprestrafe" "0" // 0 = Disabled. 1 = Enables TAS prestrafer on the ground to reach.
"edgejump" "0" // 0 = Disabled. 1 = Automatically jumps when the player will fall off a ledge next tick.
"autojumponstart" "0" // 0 = Disabled. 1 = Automatically jumps when the player will leave the start zone.
}
"1"
{
"name" "Sideways"
"shortname" "SW"
"htmlcolor" "B54CB3"
"command" "sw; side; sideways"
"clantag" "SW"
"block_a" "1"
"block_d" "1"
"strafe_count_w" "1"
"strafe_count_a" "0"
"strafe_count_s" "1"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"strafe_count_d" "0"
"rankingmultiplier" "1.30"
}
"2"
{
"name" "W-Only"
"shortname" "W"
"htmlcolor" "9A59F0"
"command" "w; wonly"
"clantag" "W"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"block_a" "1"
"block_s" "1"
"block_d" "1"
"strafe_count_w" "1"
"strafe_count_a" "0"
"strafe_count_d" "0"
"rankingmultiplier" "1.33"
}
"3"
{
"name" "Scroll"
"shortname" "SCR"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "279BC2"
"command" "le; legit; scr; scroll"
"clantag" "LE"
"autobhop" "0"
"easybhop" "0"
"airaccelerate" "100.0"
"runspeed" "250.00"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"rankingmultiplier" "1.30"
}
"4"
{
"name" "400 Velocity"
"shortname" "400VEL"
"htmlcolor" "C9BB8B"
"command" "400; 400vel; vel"
"clantag" "400"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "0"
"easybhop" "0"
"velocity_limit" "400.00"
"airaccelerate" "100.0"
"runspeed" "250.00"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"rankingmultiplier" "1.50"
}
"5"
{
"name" "Half-Sideways"
"shortname" "HSW"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "B54CBB"
"command" "hsw; halfside; halfsideways"
"clantag" "HSW"
"force_hsw" "1"
"strafe_count_w" "0"
"strafe_count_a" "1"
"strafe_count_s" "0"
"strafe_count_d" "1"
"rankingmultiplier" "1.20"
}
"6"
{
"name" "D-Only"
"shortname" "D"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "9C5BBA"
"command" "d; donly"
"clantag" "D"
"autobhop" "1"
"easybhop" "1"
"airaccelerate" "1000.0"
"runspeed" "260.00"
"block_w" "1"
"block_a" "1"
"block_s" "1"
"strafe_count_w" "0"
"strafe_count_a" "0"
"strafe_count_s" "0"
"rankingmultiplier" "1.50"
}
"7"
{
"name" "A-Only"
"shortname" "A"
"htmlcolor" "9C5BBA"
"command" "a; aonly"
"clantag" "A"
"autobhop" "1"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"easybhop" "1"
"airaccelerate" "1000.0"
"runspeed" "260.00"
"block_w" "1"
"block_s" "1"
"block_d" "1"
"strafe_count_w" "0"
"strafe_count_s" "0"
"strafe_count_d" "0"
"rankingmultiplier" "1.50"
}
"8"
{
"name" "Segmented"
"shortname" "SEG"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "sr; seg; segment; segmented"
"clantag" "SEG"
"segments" "1"
"rankingmultiplier" "0.6"
}
"9"
{
"name" "Low Gravity"
"shortname" "LG"
"htmlcolor" "DB88C2"
"command" "lg; lowgrav"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"clantag" "LG"
"gravity" "0.6"
}
"10"
{
"name" "Slow Motion"
"shortname" "SLOW"
"htmlcolor" "C288DB"
"command" "slow; slowmo"
"clantag" "SLOW"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"timescale" "0.5"
"rankingmultiplier" "1.6"
}
"11"
{
"name" "TAS"
"shortname" "TAS"
"htmlcolor" "123456"
"command" "tas"
"clantag" "TAS"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"tas" "1"
"segments" "1"
"autostrafe" "-1"
"specialstring" "bash_bypass; oryx_bypass"
"rankingmultiplier" "0.6"
}
"12"
{
"name" "TAS (No Speed Lose)"
"shortname" "NSL"
"htmlcolor" "123456"
"command" "nsl"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"clantag" "nsl"
"airaccelerate" "99999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999"
"tas" "1"
"segments" "1"
"autostrafe" "3"
"specialstring" "bash_bypass; oryx_bypass"
"rankingmultiplier" "0.6"
}
"13"
{
"name" "S-Only"
"shortname" "S"
"htmlcolor" "B54CB3"
"command" "sonly; so"
"clantag" "S"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"minimum_time" "0"
"minimum_time_bonus" "0"
"block_a" "1"
"block_d" "1"
"block_d" "1"
"strafe_count_w" "0"
"strafe_count_a" "0"
"strafe_count_s" "1"
"strafe_count_d" "0"
"rankingmultiplier" "1.40"
}
"14"
{
"name" "SEG Sideways"
"shortname" "SEGSW"
"htmlcolor" "B54CB3"
"command" "segsw; sgside; ssideways"
"clantag" "segSW"
"minimum_time" "0"
"minimum_time_bonus" "0"
"block_a" "1"
"block_d" "1"
"strafe_count_w" "1"
"strafe_count_a" "0"
"strafe_count_s" "1"
"strafe_count_d" "0"
"segments" "1"
"rankingmultiplier" "1.20"
}
"15"
{
"name" "SEG W-Only"
"shortname" "SEGW"
"htmlcolor" "9A59F0"
"command" "segw; segwonly"
"clantag" "SEGW"
"block_a" "1"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"block_s" "1"
"block_d" "1"
"minimum_time" "0"
"minimum_time_bonus" "0"
"strafe_count_w" "1"
"strafe_count_a" "0"
"strafe_count_d" "0"
"segments" "1"
"rankingmultiplier" "1.23"
}
"16"
{
"name" "SEG Scroll"
"shortname" "SEGSCR"
"htmlcolor" "279BC2"
"command" "segle; seglegit; segscr; segscroll"
"clantag" "SEGLE"
"autobhop" "0"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"easybhop" "0"
"airaccelerate" "100.0"
"runspeed" "250.00"
"minimum_time" "0"
"minimum_time_bonus" "0"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"segments" "1"
"rankingmultiplier" "1.20"
}
"17"
{
"name" "SEG 400 Velocity"
"shortname" "SEG400VEL"
"htmlcolor" "C9BB8B"
"command" "SEG400; SEG400vel; SEGvel"
"clantag" "SEG400"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "0"
"easybhop" "0"
"velocity_limit" "400.00"
"airaccelerate" "100.0"
"runspeed" "250.00"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"segments" "1"
"rankingmultiplier" "1.50"
}
"18"
{
"name" "SEG Half-Sideways"
"shortname" "SEGHSW"
"htmlcolor" "B54CBB"
"command" "seghsw; seghalfside; seghalfsideways"
"clantag" "SEGHSW"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"force_hsw" "1"
"strafe_count_w" "0"
"strafe_count_a" "1"
"strafe_count_s" "0"
"strafe_count_d" "1"
"segments" "1"
"rankingmultiplier" "1.20"
}
"19"
{
"name" "SEG S-Only"
"shortname" "SSEG"
"htmlcolor" "B54CB3"
"command" "segsonly; segso"
"clantag" "SEGS"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"block_a" "1"
"block_d" "1"
"block_d" "1"
"strafe_count_w" "0"
"strafe_count_a" "0"
"strafe_count_s" "1"
"strafe_count_d" "0"
"segments" "1"
"rankingmultiplier" "1.10"
}
"20"
{
"name" "SEG Low Gravity"
"shortname" "SEGLG"
"htmlcolor" "DB88C2"
"command" "seglg; seglowgrav"
"clantag" "SEGLG"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"segments" "1"
"gravity" "0.6"
"rankingmultiplier" "0.6"
}
"21"
{
"name" "SEG D-Only"
"shortname" "SegD"
"htmlcolor" "9C5BBA"
"command" "segd; segdonly"
"clantag" "SegD"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "1"
"easybhop" "1"
"airaccelerate" "1000.0"
"runspeed" "260.00"
"block_w" "1"
"block_a" "1"
"block_s" "1"
"strafe_count_w" "0"
"strafe_count_a" "0"
"strafe_count_s" "0"
"segments" "1"
"rankingmultiplier" "1.30"
}
"22"
{
"name" "SEG A-Only"
"shortname" "SegA"
"htmlcolor" "9C5BBA"
"command" "sega; segaonly"
"clantag" "SegA"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "1"
"easybhop" "1"
"airaccelerate" "1000.0"
"runspeed" "260.00"
"block_w" "1"
"block_d" "1"
"block_s" "1"
"strafe_count_w" "0"
"strafe_count_d" "0"
"strafe_count_s" "0"
"segments" "1"
"rankingmultiplier" "1.30"
}
"23"
{
"name" "Stamina"
"shortname" "stamina"
"htmlcolor" "279BC2"
"command" "stam; stamina"
"clantag" "STAM"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "1"
"easybhop" "0"
"airaccelerate" "100.0"
"runspeed" "250.00"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"rankingmultiplier" "1.50"
}
"24"
{
"name" "SEG Stamina"
"shortname" "segstam"
"htmlcolor" "279BC2"
"command" "segstam; segstamina"
"clantag" "SEGSTAM"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autobhop" "1"
"easybhop" "0"
"airaccelerate" "100.0"
"runspeed" "250.00"
"block_pleft" "1"
"block_pright" "1"
"block_pstrafe" "1"
"segments" "1"
"rankingmultiplier" "1.50"
}
"25"
{
"name" "Scroll-autostrafe"
"shortname" "ScrAS"
"htmlcolor" "C288DB"
"command" "scras"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"clantag" "scrAS"
"autostrafe" "1"
"unranked" "0"
"rankingmultiplier" "1.0"
"specialstring" "bash_bypass; oryx_bypass; xutax"
"autobhop" "0"
"easybhop" "0"
"rankingmultiplier" "1.2"
}
"26"
{
"name" "TASBOOST"
"shortname" "TASboost"
"htmlcolor" "C288DB"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"command" "tasb"
"clantag" "TASb"
"airaccelerate" "99999999999999999999999999999999999999999999999999999999999999999"
"unranked" "0"
"rankingmultiplier" "0.1"
"bonus_velocity" "500.0"
"min_velocity" "500.0"
"specialstring" "bash_bypass; oryx_bypass; TAS;xutax;segments"
"rankingmultiplier" "0.2"
}
"27"
{
"name" "AutoCAP"
"shortname" "AutoCAP"
"htmlcolor" "FFFFFF"
"command" "autocap; autoc"
"clantag" "AutoCAP"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"velocity_limit" "500.00"
"rankingmultiplier" "1.20"
"autobhop" "1"
"strafe_count_w" "0"
"strafe_count_a" "1"
"strafe_count_s" "0"
"strafe_count_d" "1"
"rankingmultiplier" "1.7"
}
"28"
{
"name" "PRE"
"shortname" "PRE"
"htmlcolor" "C288DB"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"command" "pre"
"clantag" "PRE"
"unranked" "0"
"rankingmultiplier" "0.1"
"min_velocity" "900.0"
"enabled" "0"
}
"29"
{
"name" "Kz"
"shortname" "Kz"
"htmlcolor" "C288DB"
"command" "Kz"
"clantag" "Kz"
"unranked" "0"
"rankingmultiplier" "2"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"kzcheckpoints" "0"
"kzcheckpoints_ladders" "0"
"kzcheckpoints_ontele" "-1"
"kzcheckpoints_onstart" "-1"
"kzcheckpoints" to 0 for disabled.
"rankingmultiplier" "1.20"
"enabled" "0"
}
"30"
{
"name" "SEG Kz"
"shortname" "SEG Kz"
"htmlcolor" "C288DB"
"command" "SegKz"
"clantag" "SEGKz"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"unranked" "0"
"rankingmultiplier" "1.5"
"kzcheckpoints" "1"
"kzcheckpoints_ladders" "1"
"rankingmultiplier" "1.20"
"enabled" "0"
}
"31"
{
"name" "LGTAS"
"shortname" "LGTAS"
"htmlcolor" "C288DB"
"command" "lgtas; LGTas"
"clantag" "LGTAS"
"unranked" "0"
"tas" "1"
"segments" "1"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"autostrafe" "-1"
"specialstring" "bash_bypass; oryx_bypass"
"gravity" "0.6"
"rankingmultiplier" "1.30"
}
"32"
{
"name" "FUCK NEWTON"
"shortname" "FUCK NEWTON"
"htmlcolor" "C288DB"
"command" "fnt; fknt"
"clantag" "FKNT"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"unranked" "0"
"tas" "1"
"segments" "1"
"autostrafe" "-1"
"specialstring" "bash_bypass; oryx_bypass"
"gravity" "0.3"
"rankingmultiplier" "1.30"
}
"33"
{
"name" "Low Grav Autostrafe"
"shortname" "LGAS"
"htmlcolor" "C288DB"
"command" "lgas"
"clantag" "LGAS"
"unranked" "0"
"tas" "1"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"segments" "1"
"autostrafe" "-1"
"specialstring" "bash_bypass; oryx_bypass"
"gravity" "0.5"
"rankingmultiplier" "1.30"
}
"34"
{
"name" "Low Grav Segmented"
"shortname" "LGSEG"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "srlg; seglg; segmentlg; segmentedlg"
"clantag" "SEG"
"segments" "1"
"gravity" "0.5"
"rankingmultiplier" "0.6"
}
"35"
{
"name" "backwards"
"shortname" "bw"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "backwards"
"clantag" "bw"
"specialstring" "backwards"
"rankingmultiplier" "1.9"
}
"36"
{
"name" "backwards segmented"
"shortname" "bwseg"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "backwards"
"clantag" "bwseg"
"specialstring" "backwards"
"rankingmultiplier" "3.5"
}
"37"
{
"name" "Unreal"
"shortname" "UNRL"
"htmlcolor" "FFFFFF"
"command" "u; unreal"
"clantag" "UNRL"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"prespeed" "1"
"specialstring" "unreal"
}
"38"
{
"name" "AutoStrafe"
"shortname" "AS"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "au; as; autostrafe"
"clantag" "ASrf"
"autostrafe" "4"
"specialstring" "autostrafer"
"rankingmultiplier" "1.5"
"specialstring" "bash_bypass; oryx_bypass"
}
"39"
{
"name" "AutoCAP TAS"
"shortname" "AutoCAPTAS"
"htmlcolor" "FFFFFF"
"command" "autocaptas; actas"
"clantag" "AutoCAP"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"velocity_limit" "500.00"
"rankingmultiplier" "1.20"
"autobhop" "1"
"tas" "1"
"segments" "1"
"autostrafe" "-1"
"specialstring" "bash_bypass; oryx_bypass"
"strafe_count_w" "0"
"strafe_count_a" "1"
"strafe_count_s" "0"
"strafe_count_d" "1"
"rankingmultiplier" "1.4"
}
"40"
{
"name" "AutoCAP Seg"
"shortname" "AutoCAPSeg"
"htmlcolor" "FFFFFF"
"command" "autocaps; acs"
"clantag" "AutoCAP"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"velocity_limit" "500.00"
"rankingmultiplier" "1.20"
"autobhop" "1"
"specialstring" "segments"
"strafe_count_w" "0"
"strafe_count_a" "1"
"strafe_count_s" "0"
"strafe_count_d" "1"
"rankingmultiplier" "1.4"
}
"41"
{
"name" "Unreal seg"
"shortname" "UNRLSEG"
"htmlcolor" "FFFFFF"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"command" "useg; unrealseg"
"clantag" "UNRLSG"
"rankingmultiplier" "1.4"
"prespeed" "1"
"specialstring" "unreal; segments"
}
"42"
{
"name" "Unreal TAS"
"shortname" "UNRLTAS"
"minimum_time" "0" // Minimum time a main-track run needs to be.
"minimum_time_bonus" "0" // Minimum time a bonus-track run needs to be.
"htmlcolor" "FFFFFF"
"command" "utas; unrealtas"
"clantag" "UNRLTAS"
"rankingmultiplier" "1.2"
"prespeed" "1"
"specialstring" "bash_bypass; oryx_bypass; unreal; TAS; xutax; segments"
}
}