Skip to content

Commit f3d8ce9

Browse files
committed
同步更新cedapug.com
1 parent f6caf4c commit f3d8ce9

6 files changed

Lines changed: 12 additions & 7 deletions

File tree

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
你的服务器名字
-959 Bytes
Binary file not shown.

cfg/cfgogl/cedamod/cedamod.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ confogl_addcvar boomer_horde_equalizer 1
3838
confogl_addcvar boomer_horde_equalizer_events_default 1
3939
confogl_addcvar z_notice_it_range 950
4040
boomer_horde_amount 1 12 // 12 Common spawned for the 1st Survivor boomed + Wandering common in z_notice_it_range
41-
boomer_horde_amount 2 13 // 13 Common spawned for the 2nd Survivor boomed + Wandering common in z_notice_it_range
41+
boomer_horde_amount 2 12 // 12 Common spawned for the 2nd Survivor boomed + Wandering common in z_notice_it_range
4242
boomer_horde_amount 3 10 // 10 Common spawned for the 3rd Survivor boomed + Wandering common in z_notice_it_range
4343
boomer_horde_amount 4 10 // 10 Common spawned for the 4th Survivor boomed + Wandering common in z_notice_it_range
4444

cfg/cfgogl/cedamod/confogl.cfg

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ confogl_addcvar mp_gamemode "versus" // Force Versus for the config.
1616
confogl_addcvar z_difficulty "normal" // Force normal Difficulty to prevent co-op difficulty impacting the config.
1717
confogl_addcvar confogl_pills_limit 2 // Limits the number of pain pills on each map outside of saferooms. -1: no limit; >=0: limit to cvar value
1818

19-
// ZoneMod 4v4 Cvars
19+
// CedaMod 4v4 Cvars
2020
confogl_addcvar z_common_limit 30
2121
confogl_addcvar z_ghost_delay_min 17
2222
confogl_addcvar z_ghost_delay_max 17
@@ -29,8 +29,12 @@ confogl_addcvar z_pounce_damage 2
2929
confogl_addcvar z_pounce_damage_interval 0.2
3030
confogl_addcvar hunter_pz_claw_dmg 6
3131
confogl_addcvar tongue_drag_damage_amount 5
32+
confogl_addcvar z_jockey_speed 275
33+
confogl_addcvar z_jockey_health 350
34+
confogl_addcvar z_gas_speed 225
35+
confogl_addcvar tongue_range 862
3236

33-
// ZoneMod Shared Cvars
37+
// CedaMod Shared Cvars
3438
exec cfgogl/cedamod/shared_cvars.cfg
3539

3640
// Config Cvars

cfg/cfgogl/cedamod/shared_cvars.cfg

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ confogl_addcvar sv_pure_kick_clients 1
1717
confogl_addcvar sv_voiceenable 1
1818
confogl_addcvar sv_log_onefile 0
1919
confogl_addcvar sv_logbans 1
20-
//confogl_addcvar sv_allow_lobby_connect_only 0
20+
confogl_addcvar sv_allow_lobby_connect_only 0
2121
confogl_addcvar vs_max_team_switches 9999
2222
confogl_addcvar versus_marker_num 0
2323

@@ -38,7 +38,7 @@ confogl_addcvar teamflip_delay -1
3838
// Config Cvars
3939
confogl_match_execcfg_off "confogl_off.cfg" // Execute this config file upon match mode ends.
4040
confogl_match_execcfg_on "confogl.cfg" // Execute this config file upon match mode starts.
41-
confogl_match_killlobbyres "0" // Sets whether the plugin will clear lobby reservation once a match have begun
41+
confogl_match_killlobbyres "1" // Sets whether the plugin will clear lobby reservation once a match have begun
4242
confogl_match_restart "1" // Sets whether the plugin will restart the map upon match mode being forced or requested
4343

4444
// Confogl Cvars
@@ -132,7 +132,7 @@ confogl_addcvar tank_stuck_time_suicide 999999999
132132
confogl_addcvar tank_stuck_visibility_tolerance_suicide 999999999
133133
confogl_addcvar tank_visibility_tolerance_suicide 999999999
134134
confogl_addcvar director_tank_lottery_selection_time 3
135-
confogl_addcvar z_witch_personal_space 500
135+
confogl_addcvar z_witch_personal_space 200
136136
confogl_addcvar z_frustration_spawn_delay 20
137137
confogl_addcvar z_frustration_los_delay 1.2
138138
confogl_addcvar tankcontrol_print_all 1

cfg/cfgogl/cedamod/shared_settings.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ confogl_addcvar gfc_rock_override 0
194194
confogl_addcvar gfc_rock_rage_override 1
195195
confogl_addcvar gfc_spit_extra_time 0.4
196196
confogl_addcvar gfc_common_extra_time 0.6
197-
confogl_addcvar gfc_hunter_duration 1.8
197+
confogl_addcvar gfc_hunter_duration 1.2
198198
confogl_addcvar gfc_jockey_duration 0
199199
confogl_addcvar gfc_smoker_duration 0
200200
confogl_addcvar gfc_charger_duration 1.8 // frames: 85, fps 30, length: 2.833

0 commit comments

Comments
 (0)