|
| 1 | +"CHALLENGE" { |
| 2 | + "name" "#challenge_traitors_name" |
| 3 | + "description" "#challenge_traitors_description" |
| 4 | + "allowed_mode" "coop" |
| 5 | + // adding this line causes clients to download your addon, allowing you to package models/textures/sounds/particles with it. |
| 6 | + "required_on_client" "1" |
| 7 | + "convars" { |
| 8 | + "rd_player_bots_allowed" "0" |
| 9 | + |
| 10 | + "rd_auto_fast_restart" "1" |
| 11 | + "rd_ready_mark_override" "1" |
| 12 | + "asw_marine_death_cam_slowdown" "0" |
| 13 | + "rd_techreq" "0" |
| 14 | + "rd_override_allow_rotate_camera" "1" |
| 15 | + "rd_horde_two_sided" "1" |
| 16 | + "rd_weapon_requirement_override" "2" |
| 17 | + "rd_prespawn_scale" "1" |
| 18 | + "rm_prespawn_num_biomass" "5" |
| 19 | + "rm_prespawn_num_parasites" "5" |
| 20 | + "rm_prespawn_num_boomers" "2" |
| 21 | + "asw_ammo_count_jump_jet" "1" |
| 22 | + "asw_ammo_count_grenades" "3" |
| 23 | + "asw_ammo_count_flares" "5" |
| 24 | + "rd_chainsaw_dmg_base" "73" |
| 25 | + "asw_ammo_count_buff_grenade" "1" |
| 26 | + "asw_ammo_count_gas_grenades" "8" |
| 27 | + "asw_ammo_count_grenade_launcher" "8" |
| 28 | + "asw_marines_max" "32" |
| 29 | + "asw_marines_max_per_profile" "12" |
| 30 | + "asw_marines_max_officer" "14" |
| 31 | + "asw_marines_max_special_weapons" "10" |
| 32 | + "asw_marines_max_medic" "12" |
| 33 | + "asw_marines_max_tech" "12" |
| 34 | + "rd_weapons_show_hidden" "1" |
| 35 | + "rd_weapons_regular_allowed" "0 1 2 3 4 5 6 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 28 29 30 33" |
| 36 | + "rd_weapons_extra_allowed" "0 1 2 3 4 5 6 7 9 10 11 12 13 14 15 16 17 18 19 20 21" |
| 37 | + "asw_flare_lifetime" "3" |
| 38 | + "asw_flare_refire_time" "2" |
| 39 | + "asw_ammo_count_50calmg" "100" |
| 40 | + "asw_ammo_count_medrifle_heal" "30" |
| 41 | + "asw_skill" "2" |
| 42 | + "asw_horde_override" "0" |
| 43 | + "asw_wanderer_override" "0" |
| 44 | + "asw_marine_ff_absorption" "0" |
| 45 | + "asw_ammo_count_medkit" "3" |
| 46 | + "asw_stim_time_scale" "1.0" |
| 47 | + "rd_chainsaw_slows_down" "0" |
| 48 | + "asw_skill_engineering_sentry_base" "5.0" |
| 49 | + "asw_sentry_top_cannon_dmg_override" "1000.0" |
| 50 | + "asw_sentry_top_cannon_fire_rate" "1.0" |
| 51 | + "asw_sentry_top_flamer_dmg_override" "50" |
| 52 | + "asw_sentry_top_machinegun_dmg_override" "0" |
| 53 | + "asw_sentry_top_machinegun_fire_rate" "0.1" |
| 54 | + } |
| 55 | +} |
0 commit comments