forked from rhelgeby/sm-zombiereloaded-3
-
Notifications
You must be signed in to change notification settings - Fork 4
/
zombiereloaded.cfg
818 lines (601 loc) · 27.1 KB
/
zombiereloaded.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
// ============================================================================
//
// ZOMBIE:RELOADED
// Plugin configuration
//
// Check the plugin configuration section in the manual for detailed info.
//
// ============================================================================
// ----------------------------------------------------------------------------
// Zombie-Related Server Variables
// ----------------------------------------------------------------------------
// The max speed of any player in the server (250 is normal speed). This is just a speed limit, and not the real players' speed.
// Default: "500"
sv_maxspeed 500
// Amount of time, in minutes, zombies have to infect all humans.
// Default: "5"
mp_roundtime 5
// Allows players to move items with their 'use' key.
// Default: "1"
sv_turbophysics 1
// Multiplier for how easy props are moved ['1' = No push]
// Default: "3"
phys_pushscale 3
// ----------------------------------------------------------------------------
// Ammo Reserve Settings
// ----------------------------------------------------------------------------
ammo_50AE_max 800 // deagle
ammo_762mm_max 800 // scout, ak47, g3sg1, aug
ammo_556mm_box_max 800 // m249
ammo_556mm_max 800 // galil, sg552, famas, m4a1, sg550
ammo_338mag_max 200 // awp
ammo_9mm_max 800 // mp5navy, tmp, glock, elite
ammo_buckshot_max 800 // m3, xm1014
ammo_45acp_max 800 // ump45, mac10, usp
ammo_357sig_max 800 // P228
ammo_57mm_max 800 // p90, fiveseven
// ----------------------------------------------------------------------------
// Notes
// ----------------------------------------------------------------------------
// All notes are generalities, exceptions will be noted in appropriate place.
// --------------------------------------------------------------------------
// * All units of time are assumed to be in seconds.
// * ...
// ----------------------------------------------------------------------------
// Format:
// <Cvar description>
// Default: "<Default value>"
// <Cvar> "<Value>"
// ----------------------------------------------------------------------------
// Description:
// "<Simple description> [<Specification> = '<Meaning>' | ...]"
// OR
// "<Simple description> [<Flag>: <Value> | ...]"
//
// Specifications:
// These are specific values that the cvar can be set to. Used to illustrate
// the scale of a cvar, min/max values, etc.
//
// Meaning:
// The description of what the specification does.
//
// Flag:
// Includes any of the following:
// * "Dependency" - Means this cvar relies on another cvar to be enabled.
// E.G. Has no effect until its dependencies are enabled.
// * "Delimiter" - Separate each item by this given character.
// * "Override" - Means this cvar overrides another if enabled.
// * "Recommended" - Means another cvar is recommended to be enabled if this
// one is.
// ...
//
// Value:
// The value of the flag. Usually a referenced cvar.
// ----------------------------------------------------------------------------
// Log (core)
// ----------------------------------------------------------------------------
// Enable logging of events in the plugin. Fatal errors are always logged.
// Default: "1"
zr_log "1"
// A bit field that specify what event types to log. See logging section (3.3) in manual for details.
// Default: "2"
zr_log_flags "2"
// Enable module filtering. Only events from listed modules will be logged.
// Default: "0"
zr_log_module_filter "0"
// Don't log events triggered by console commands that are executed by the console itself, like commands in configs. Enable this command to avoid spamming logs with events like weapon restrictions.
// Default: "1"
zr_log_ignore_console "1"
// Always log error messages no matter what logging flags or modules filters that are enabled.
// Default: "1"
zr_log_error_override "1"
// Print log events to admin chat in addition to the log file.
// Default: "0"
zr_log_print_admins "0"
// Print log events to public chat in addition to the log file.
// Default: "0"
zr_log_print_chat "0"
// ----------------------------------------------------------------------------
// Config (core)
// ----------------------------------------------------------------------------
// Path, relative to root sourcemod directory, to models config file.
// Default: "configs/zr/models.txt"
zr_config_path_models "configs/zr/models.txt"
// Path, relative to root sourcemod directory, to downloads file.
// Default: "configs/zr/downloads.txt"
zr_config_path_downloads "configs/zr/downloads.txt"
// Path, relative to root sourcemod directory, to playerclasses config file.
// Default: "configs/zr/playerclasses.txt"
zr_config_path_playerclasses "configs/zr/playerclasses.txt"
// Path, relative to root sourcemod directory, to weapons config file.
// Default: "configs/zr/weapons.txt"
zr_config_path_weapons "configs/zr/weapons.txt"
// Path, relative to root sourcemod directory, to hitgroups config file.
// Default: "configs/zr/hitgroups.txt"
zr_config_path_hitgroups "configs/zr/hitgroups.txt"
// ----------------------------------------------------------------------------
// Permission settings
// ----------------------------------------------------------------------------
// Use group authentication instead of flags to access admin features. Generic admin flag is still required on some features.
// -
// Default: "0"
zr_permissions_use_groups "0"
// ----------------------------------------------------------------------------
// Classes (core)
// ----------------------------------------------------------------------------
// General
// Re-display class selection menu every spawn.
// Default: "0"
zr_classes_menu_spawn "0"
// Display class selection menu when a player spawn for the first time.
// Default: "0"
zr_classes_menu_join "0"
// Automatically close class selection menu after selecting a class.
// Default: "1"
zr_classes_menu_autoclose "1"
// Player is assigned a random class every spawn. [Override: zr_classes_default_*]
// Default: "0"
zr_classes_random "0"
// Time limit to change human class with instant change after spawning. Time is in seconds. Use 0 or negative to disable.
// Default: "20"
zr_classes_change_timelimit "20"
// Save players' class selections in server cookies and restore when connecting. [Override: zr_classes_default_*]
// Default: "1"
zr_classes_save "1"
// (Not implemented!) Admin-only class assigned to admins on connect, if any. ["default" = Default human class | "random" = Random admin-only class]
// Default: "random"
zr_classes_default_admin "default"
// (Incomplete) Admin-mode class assigned to admins on connect. Do not confuse this with admin-only classes. ["random" = Random admin class | "" = Class config default]
// Default: "random"
zr_classes_default_admin_mode "random"
// Human class assigned to players on connect. ["random" = Random human class | "" = Class config default]
// Default: "random"
zr_classes_default_human "random"
// Zombie class assigned to players on connect. ["random" = Random zombie class | "" = Class config default]
// Default: "random"
zr_classes_default_zombie "random"
// Zombie class assigned to mother zombies. ["motherzombies" = Random mother zombie class | "random" = Random regular zombie class | "disabled" = Don't change class on mother zombies]
// Default: "motherzombies"
zr_classes_default_mother_zombie "motherzombies"
// Allow players to select zombie classes.
// Default: "1"
zr_classes_zombie_select "1"
// Allow players to select human classes.
// Default: "1"
zr_classes_human_select "1"
// Allow admins to select admin mode classes. (Not to be confused by admin-only classes!)
// Default: "1"
zr_classes_admin_select "1"
// Speed method to use when applying player speed. Do not touch this if you don't know what you're doing! ["lmv" = Lagged movement value | "prop" = Player speed property]
// Default: "lmv"
zr_classes_speed_method "lmv"
// CS: GO only: Applies an upwards boost if necessary as a workaround for low knock back when standing on the ground. Side effects: Weaker and flying zombies (compensate with lower knock back).
// Default: "1"
zr_classes_csgo_knockback_boost "1"
// Overlay
// Allow players to toggle class overlay.
// Default: "1"
zr_classes_overlay_toggle "1"
// List of commands to hook that players can use to toggle class overlay. [Dependency: zr_classes_overlay_toggle | Delimiter: ", "]
// Default: "nightvision"
zr_classes_overlay_togglecmds "nightvision"
// Default class overlay toggle state set on connecting player.
// Default: "1"
zr_classes_overlay_default "1"
// ----------------------------------------------------------------------------
// Weapons (core)
// ----------------------------------------------------------------------------
// General
// Enable weapons module, disabling this will disable any weapons-related features. (weapon restrictions, weapon knockback multipliers, etc)
// Default: "1"
zr_weapons "1"
// Restrict
// Enable weapon restriction module, disabling this will disable weapon restriction commands.
// Default: "1"
zr_weapons_restrict "1"
// Restricts zombies from picking up weapons after the round has ended but before the next round has begun.
// Default: "1"
zr_weapons_restrict_endequip "1"
// ZMarket
// Allow player to buy from a list of weapons in the weapons config.
// Default: "1"
zr_weapons_zmarket "1"
// Requires player to be inside a buyzone to use ZMarket. [Dependency: zr_weapons_zmarket]
// Default: "1"
zr_weapons_zmarket_buyzone "1"
// Allow players to rebuy their previous weapons. [Dependency: zr_weapons_zmarket]
// Default: "1"
zr_weapons_zmarket_rebuy "1"
// Automatically equip default or loadout weapons. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "1"
zr_weapons_zmarket_rebuy_auto "1"
// Default primary weapon. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "P90"
zr_weapons_zmarket_rebuy_primary "P90"
// Default secondary weapon. [Dependency: zr_weapons_zmarket&zr_weapons_zmarket_rebuy]
// Default: "Elite"
zr_weapons_zmarket_rebuy_secondary "Elite"
// ----------------------------------------------------------------------------
// Hitgroups (core)
// ----------------------------------------------------------------------------
// Enable hitgroups module, disabling this will disable hitgroup-related features. (hitgroup knockback multipliers, hitgroup damage control)
// Default: "1"
zr_hitgroups "1"
// ----------------------------------------------------------------------------
// Infect (core)
// ----------------------------------------------------------------------------
// General
// Mother zombie infection mode. ['dynamic' = every n-th zombie (ratio) | 'absolute' = n zombies (ratio) | 'range' = min/max]
// Default: "dynamic"
zr_infect_mzombie_mode "dynamic"
// Dynamic mode: Infection ratio. Every n-th player is infected. | Absolute mode: Number of zombies to infect (positive ratio), or number of humans to keep (negative ratio).
// Default: "7"
zr_infect_mzombie_ratio "7"
// Minimum number of mother zombies. Range mode only, cannot be zero.
// Default: "1"
zr_infect_mzombie_min "1"
// Maximum number of mother zombies. Range mode only, cannot be zero.
// Default: "3"
zr_infect_mzombie_max "3"
// Counts down to the first infection of the round. The counter is displayed in the middle of the screen.
// Default: "0"
zr_infect_mzombie_countdown "0"
// Teleport mother zombies back to spawn on infect.
// Default: "0"
zr_infect_mzombie_respawn "0"
// Maximum time from the start of the round until picking the mother zombie(s).
// Default: "50.0"
zr_infect_spawntime_max "50.0"
// Minimum time from the start of the round until picking the mother zombie(s).
// Default: "30.0"
zr_infect_spawntime_min "30.0"
// Prevent a player from being chosen as mother zombie two rounds in a row.
// Default: "1"
zr_infect_consecutive_block "1"
// Force player to drop all weapons on infect, disabling this will strip weapons instead.
// Default: "1"
zr_infect_weapons_drop "1"
// The maximum allowed distance between a client and an attacker for a successful infection. [0.0 = Disabled]
// Default: "80.0"
zr_infect_max_distance "80.0"
// Effects
// Disabling this will disable the fireball, smoke cloud, and sparks in a more efficient way.
// Default: "1"
zr_infect_explosion "1"
// Spawn a fireball effect around player on infection. [Dependency: zr_infect_explosion]
// Default: "1"
zr_infect_fireball "1"
// Spawn a smoke cloud effect around player on infection. [Dependency: zr_infect_explosion]
// Default: "1"
zr_infect_smoke "1"
// Emit sparks from player on infection. [Dependency: zr_infect_explosion]
// Default: "1"
zr_infect_sparks "1"
// Sound, relative to "sound" folder, to play from player on infection. ['""' = No sound]
// Default: "npc/fast_zombie/fz_scream1.wav"
zr_infect_sound "npc/fast_zombie/fz_scream1.wav"
// Emit an energy splash from player on infection.
// Default: "1"
zr_infect_esplash "1"
// Shake player's view on infect.
// Default: "1"
zr_infect_shake "1"
// Amplitude of shaking effect. [Dependency: zr_infect_shake]
// Default: "15.0"
zr_infect_shake_amp "15.0"
// Frequency of shaking effect. [Dependency: zr_infect_shake]
// Default: "1.0"
zr_infect_shake_frequency "1.0"
// Duration of shaking effect. [Dependency: zr_infect_shake]
// Default: "5.0"
zr_infect_shake_duration "5.0"
// Weapon icon used when the death event is sent for a player that gets infected.
// Default: "zombie_claws_of_death"
zr_infect_event_weapon "zombie_claws_of_death"
// ----------------------------------------------------------------------------
// Damage (core)
// ----------------------------------------------------------------------------
// Hitgroup damage
// Read hitgroup damage control from hitgroup config file, disabling this allows all zombie hitgroups to be shot.
// Default: "1"
zr_damage_hitgroups "1"
// Block Damage Types
// Block friendly fire.
// Default: "1"
zr_damage_block_ff "1"
// Block blast damage inflicted on self or teammates.
// Default: "1"
zr_damage_block_blast "1"
// Block fire damage inflicted on self or teammates.
// Default: "1"
zr_damage_block_fire "1"
// Suicide Intercept
// Intercept suicide commands attempted by zombies.
// Default: "0"
zr_damage_suicide_zombie "0"
// Intercept suicide commands attempted by mother zombies.
// Default: "1"
zr_damage_suicide_mzombie "1"
// Intercept suicide commands attempted by humans.
// Default: "0"
zr_damage_suicide_human "0"
// List of client commands to intercept as suicide attempts. [Delimiter: ", "]
// Default: "kill, spectate, jointeam, joinclass, explode"
zr_damage_suicide_cmds "kill, spectate, jointeam, joinclass, explode"
// Intercept suicide commands only after the first zombie has spawned.
// Default: "1"
zr_damage_suicide_after_infect "1"
// ----------------------------------------------------------------------------
// Overlays (core)
// ----------------------------------------------------------------------------
// How often to update overlays on players. [0.0 = Disabled]
// Default: "1.0"
zr_overlays_update_time "1.0"
// Minimum DirectX level allowed for overlays (mat_dxlevel).
// Default: "80"
zr_overlays_min_dxlevel "80"
// ----------------------------------------------------------------------------
// Round End (core)
// ----------------------------------------------------------------------------
// Show specified overlay to players depending on winner when the round ends.
// Default: "1"
zr_roundend_overlay "1"
// Overlay, relative to "materials" folder, to display when zombies win the round. [Dependency: zr_roundend_overlay]
// Default: "overlays/zr/zombies_win"
zr_roundend_overlays_zombie "overlays/zr/zombies_win"
// Overlay, relative to "materials" folder, to display when humans win the round. [Dependency: zr_roundend_overlay]
// Default: "overlays/zr/humans_win"
zr_roundend_overlays_human "overlays/zr/humans_win"
// Balances the team every time the round ends. Disable this if you use something else to balance teams.
// Default: "1"
zr_roundend_balance_teams "1"
// ----------------------------------------------------------------------------
// Account (module)
// ----------------------------------------------------------------------------
// Reset player's cash each spawn.
// Default: "1"
zr_account_cashfill "1"
// Amount of cash to set player's account to. [Dependency: zr_account_cashfill]
// Default: "12000"
zr_account_cashfill_value "12000"
// Attacker receives amount of cash equivalent to the damage that was inflicted.
// Default: "0"
zr_account_cashdmg "0"
// ----------------------------------------------------------------------------
// Visual Effects (module)
// ----------------------------------------------------------------------------
// Lightstyle
// Change lightstyle (brightness) of the map.
// Default: "0"
zr_veffects_lightstyle "0"
// Lightstyle value. ['a' = Darkest | 'z' = Brightest | Dependency: zr_veffects_lightstyle]
// Default: "b"
zr_veffects_lightstyle_value "b"
// Sky
// Change map skybox.
// Default: "0"
zr_veffects_sky "0"
// Skybox file, relative to "materials/skybox" folder, to change map skybox to. This file is automatically downloaded to clients. [Dependency: zr_veffects_sky]
// Default: "sky_borealis01up.vmt"
zr_veffects_sky_path "sky_borealis01up.vmt"
// Sun
// Disable sun rendering on map.
// Default: "0"
zr_veffects_sun_disable "0"
// Fog (UNSUPPORTED) SourceMod currently doesn't support this feature.
// (UNSUPPORTED) Enable fog rendering on the map.
// Default: "0"
zr_veffects_fog "0"
// (UNSUPPORTED) If fog exists already on the map, then replace with new modified fog. [Dependency: zr_veffects_fog]
// Default: "0"
zr_veffects_fog_override "0"
// (UNSUPPORTED) Primary color of the fog. [Dependency: zr_veffects_fog]
// Default: "255 255 255"
zr_veffects_fog_pcolor "255 255 255"
// (UNSUPPORTED) Secondary color of the fog. [Dependency: zr_veffects_fog]
// Default: "255 255 255"
zr_veffects_fog_scolor "255 255 255"
// (UNSUPPORTED) Density (thickness) of the fog. [Dependency: zr_veffects_fog]
// Default: "0.8"
zr_veffects_fog_density "0.8"
// (UNSUPPORTED) Distance from player to start rendering foremost fog. [Dependency: zr_veffects_fog]
// Default: "0"
zr_veffects_fog_startdist "0"
// (UNSUPPORTED) Distance from player to stop rendering fog. [Dependency: zr_veffects_fog]
// Default: "400"
zr_veffects_fog_enddist "400"
// (UNSUPPORTED) Vertical clipping plane.
// Default: "2000"
zr_veffects_fog_farz "2000"
// Ragdoll
// Remove players' ragdolls from the game after a delay.
// Default: "1"
zr_veffects_ragdoll_remove "1"
// The ragdoll removal effect. ['-2' = Effectless removal | '-1' = Random effect | '0' = Energy dissolve | '1' = Heavy electrical dissolve | '2' = Light electrical dissolve | '3' = Core dissolve | Dependency: zr_veffects_ragdoll_remove]
// Default: "-1"
zr_veffects_ragdoll_dissolve "-1"
// Time to wait before removing the ragdoll. [Dependency: zr_veffects_ragdoll_remove]
// Default: "0.5"
zr_veffects_ragdoll_delay "0.5"
// ----------------------------------------------------------------------------
// Sound Effects (module)
// ----------------------------------------------------------------------------
// Zombie Sounds
// Time between emission of a moan sound from a zombie.
// Default: "30.0"
zr_seffects_moan "30.0"
// The probability that a groan sound will be emitted from a zombie when shot. ['100' = 1% chance | '50' = 2% chance | '1' = 100% chance]
// Default: "5"
zr_seffects_groan "5"
// Emit a death sound when a zombie dies.
// Default: "1"
zr_seffects_death "1"
// Number of sound commands allowed within the time span, or total limit if time span is disabled. ['0' = Disable sound command limit]
// Default: "4"
zr_seffects_command_limit "4"
// Time span for sound command limiter (in seconds). ['0' = Disable time span check | positive number = Time span]
// Default: "10"
zr_seffects_command_timespan "10"
// Sound, relative to "sound" folder, to play from player when moaning.
// Default: "npc/zombie/zombie_voice_idle%d.wav"
"zr_seffects_path_moan" "npc/zombie/zombie_voice_idle%d.wav"
// Sound, relative to "sound" folder, to play from player when hurt.
// Default: "npc/zombie/zombie_pain%d.wav"
"zr_seffects_path_pain" "npc/zombie/zombie_pain%d.wav"
// Sound, relative to "sound" folder, to play from player when killed.
// Default: "npc/zombie/zombie_die%d.wav"
"zr_seffects_path_die" "npc/zombie/zombie_die%d.wav"
// Max moaning sound file index.
// Default: 14
"zr_seffects_moan_max" "14"
// Max groan sound file index.
// Default: 6
"zr_seffects_pain_max" "6"
// Max death sound file index.
// Default: 3
"zr_seffects_die_max" "3"
// Ambient Sounds
// Play an ambient sound to all players during gameplay.
// Default: "1"
zr_ambientsounds "1"
// Sound file, relative to "sound" folder, to play as ambience. This file is automatically downloaded to clients. [Dependency: zr_ambientsounds]
// Default: "ambient/zr/zr_ambience.mp3"
zr_ambientsounds_file "ambient/zr/zr_ambience.mp3"
// Length of the ambient sound. [Dependency: zr_ambientsounds]
// Default: "60.0"
zr_ambientsounds_length "60.0"
// Volume of the ambient sound. [1.0 = Max volume | 0.0001 = Not audible | Dependency: zr_ambientsounds]
// Default: "0.8"
zr_ambientsounds_volume "0.8"
// ----------------------------------------------------------------------------
// Anti-Stick (module)
// ----------------------------------------------------------------------------
// Automatically unstick players when stuck within each others' collision hull.
// Default: "1"
zr_antistick "1"
// ----------------------------------------------------------------------------
// Spawn Protect (module)
// ----------------------------------------------------------------------------
// Player will be protected from infection when spawning into the game late.
// Default: "1"
zr_spawnprotect "1"
// Amount of time to protect player. [Dependency: zr_spawnprotect]
// Default: "10"
zr_spawnprotect_time "10"
// Speed of the player during protection. See the manual for more information. [Dependency: zr_spawnprotect]
// Default: "600.0"
zr_spawnprotect_speed "600.0"
// Alpha of the player during protection. ['255' = Fully visible | '0' = Completely invisible | Dependency: zr_spawnprotect]
// Default: "0"
zr_spawnprotect_alpha "0"
// ----------------------------------------------------------------------------
// Respawn (module)
// ----------------------------------------------------------------------------
// Respawn players after death. [Recommended: (Enable) zr_zspawn*]
// Default: "0"
zr_respawn "0"
// Time after death to delay player respawn. [Dependency: zr_respawn]
// Default: "1"
zr_respawn_delay "1"
// Respawn player as a zombie. [Dependency: zr_respawn]
// Default: "1"
zr_respawn_team_zombie "1"
// Respawn player as a zombie if player was a zombie and killed by world damage. [Override: zr_respawn_team_zombie]
// Default: "1"
zr_respawn_team_zombie_world "1"
// ----------------------------------------------------------------------------
// Napalm (module)
// ----------------------------------------------------------------------------
// Ignite grenade in mid-air after player throws it. [Dependency: Human Attribute 'has_napalm']
// Default: "1"
zr_napalm_ignite "1"
// Minimum water-saturation before flame is extinguished. ['0' = Disabled | '1' = Feet | '2' = Waist | '3' = Full submersion]
// Default: "0"
zr_napalm_douse "0"
// ----------------------------------------------------------------------------
// Jump Boost (module)
// ----------------------------------------------------------------------------
// Prevent players from using forward jump boost multipliers to bunny hop.
// Default: "1"
zr_jumpboost_bhop_protect "1"
// The maximum horizontal velocity a player can achieve before bunnyhop protection kicks in. [Dependency: zr_jumpboost_bhop_protect]
// Default: "300"
zr_jumpboost_bhop_max "300"
// ----------------------------------------------------------------------------
// Volumetric Features (module)
// ----------------------------------------------------------------------------
// Enables volumetric features.
// Default: "1"
zr_vol "1"
// How often to update player positions and trigger events, in seconds.
// Default: "1.0"
zr_vol_update_interval "1.0"
// How often to check for delayed events, in seconds. Use lower values for more precise delays.
// Default: "1.0"
zr_vol_trigger_interval "1.0"
// ----------------------------------------------------------------------------
// ZSpawn (module)
// ----------------------------------------------------------------------------
// Allow players to spawn into the game late.
// Default: "1"
zr_zspawn "1"
// Override spawn team when spawning by means of ZSpawn.
// Default: "1"
zr_zspawn_team_override "1"
// Spawn player on zombie team when spawning by means of ZSpawn. [Dependency: zr_zspawn_team_override | Override: zr_respawn_team_zombie]
// Default: "0"
zr_zspawn_team_zombie "0"
// Block players disconnecting and rejoing the game using zspawn.
// Default: "1"
zr_zspawn_block_rejoin "1"
// Put a time limit on the use of ZSpawn.
// Default: "1"
zr_zspawn_timelimit "1"
// Time from the start of the round to allow ZSpawn. [Dependency: zr_zspawn_timelimit]
// Default: "120.0"
zr_zspawn_timelimit_time "120.0"
// Spawn player on the zombie team AFTER the timelimit is up. ['-1' = Block ZSpawn | '0' = Spawn as human | '1' = Spawn as zombie | Dependency: zr_zspawn_timelimit]
// Default: "1"
zr_zspawn_timelimit_zombie "1"
// ----------------------------------------------------------------------------
// ZTele (module)
// ----------------------------------------------------------------------------
// Allow zombies to use ZTele.
// Default: "1"
zr_ztele_zombie "1"
// Allow humans to use ZTele before the mother zombie has spawned.
// Default: "1"
zr_ztele_human_before "1"
// Allow humans to use ZTele after the mother zombie has spawned.
// Default: "1"
zr_ztele_human_after "1"
// Time between using ZTele command and teleportation for zombies. [Dependency: zr_ztele_zombie]
// Default: "3.0"
zr_ztele_delay_zombie "3.0"
// Time between using ZTele command and teleportation for humans. [Dependency: zr_ztele_human_(before)/(after)]
// Default: "3.0"
zr_ztele_delay_human "3.0"
// Max number of times a zombie is allowed to use ZTele per round. [Dependency: zr_ztele_zombie]
// Default: "3"
zr_ztele_max_zombie "3"
// Max number of times a human is allowed to use ZTele per round. [Dependency: zr_ztele_human_(before)/(after)]
// Default: "1"
zr_ztele_max_human "1"
// Automatically cancel ZTele if player moves out of a set boundary. [Dependency: zr_ztele_(zombie)/(human)[_(before)/(after)]]
// Default: "1"
zr_ztele_autocancel "1"
// Maximum distance, in feet, player is allowed to travel before teleport is cancelled. [Dependency: zr_ztele_autocancel]
// Default: "20"
zr_ztele_autocancel_distance "20"
// Teleport player to a random spawn point instead of the players initial one, when using ztele.
// Default: "0"
zr_ztele_random_spawn "0"
// ----------------------------------------------------------------------------
// ZHP (module)
// ----------------------------------------------------------------------------
// Allow player to toggle real HP display as a zombie.
// Default: "1"
zr_zhp "1"
// Default ZHP toggle state set on connecting player. [Dependency: zr_zhp]
// Default: "1"
zr_zhp_default "1"