parent
12d8ab005a
commit
966d221a20
15
.gitignore
vendored
15
.gitignore
vendored
@ -1,15 +0,0 @@
|
||||
|
||||
*.txt
|
||||
server_*
|
||||
360controller-linux.cfg
|
||||
360controller.cfg
|
||||
chapter1.cfg
|
||||
chapter2.cfg
|
||||
chapter3.cfg
|
||||
sourcevr_tf.cfg
|
||||
user.scr
|
||||
undo360controller.cfg
|
||||
sixense_bindings.cfg
|
||||
replay_example.cfg
|
||||
mtp.cfg
|
||||
config_default.cfg
|
10
autoexec.cfg
10
autoexec.cfg
@ -1,10 +0,0 @@
|
||||
//autoexec
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
exec gfx
|
||||
exec binds
|
||||
exec settings
|
||||
exec network
|
||||
exec custom
|
||||
exec boo3
|
||||
exec tweaks/scripts
|
71
binds.cfg
71
binds.cfg
@ -1,71 +0,0 @@
|
||||
//stock non class-specific binds
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
unbindall
|
||||
// Reset viewmodel
|
||||
r_drawviewmodel 1
|
||||
//Add binds
|
||||
bind w +forward
|
||||
bind a +moveleft
|
||||
bind s +back
|
||||
bind d +moveright
|
||||
bind mouse1 +attack
|
||||
bind mouse2 +attack2
|
||||
bind mouse4 +attack3
|
||||
bind mwheelup invprev
|
||||
bind mwheeldown invnext
|
||||
bind 0 slot10
|
||||
bind 1 slot1
|
||||
bind 2 slot2
|
||||
bind 3 slot3
|
||||
bind 4 slot4
|
||||
bind 5 slot5
|
||||
bind 6 slot6
|
||||
bind 7 slot7
|
||||
bind 8 slot8
|
||||
bind 9 slot9
|
||||
bind q lastinv
|
||||
bind e "voicemenu 0 0"
|
||||
bind u say_team
|
||||
bind enter say
|
||||
bind o taunt
|
||||
bind z voice_menu_1
|
||||
bind x voice_menu_2
|
||||
bind c voice_menu_3
|
||||
bind / +voicerecord
|
||||
bind , changeclass
|
||||
bind . changeteam
|
||||
bind m open_charinfo_direct
|
||||
bind n +quickswitchmenu
|
||||
bind space +jump
|
||||
bind ctrl +duck
|
||||
bind shift +duck
|
||||
bind tab +showscores
|
||||
bind escape cancelselect
|
||||
bind j cl_trigger_first_notification
|
||||
bind k cl_decline_first_notification
|
||||
bind l dropitem
|
||||
bind b lastdisguise
|
||||
bind r +reload
|
||||
bind f +inspect
|
||||
bind k kill
|
||||
bind 9 player_ready_toggle
|
||||
bind g +taunt
|
||||
bind h +use_action_slot_item
|
||||
bind mouse4 +use_action_slot_item
|
||||
//Switch Loadout
|
||||
bind uparrow "load_itempreset 0"
|
||||
bind leftarrow "load_itempreset 1"
|
||||
bind rightarrow "load_itempreset 2"
|
||||
bind downarrow "load_itempreset 3"
|
||||
// Exec other settings
|
||||
exec tweaks/tabgraph
|
||||
exec tweaks/null
|
||||
// tweaks/scripts binds
|
||||
bind t toggleviewmoddel
|
||||
// Voteing
|
||||
// bind + "vote option1; v_yes"
|
||||
// bind - "vote option2; v_no"
|
||||
//bind kp_home next_map_vote 1
|
||||
//bind kp_uparrow next_map_vote 2
|
||||
//bind kp_pgup next_map_vote 3
|
||||
|
178
config.cfg
178
config.cfg
@ -1,178 +0,0 @@
|
||||
cfgver "1"
|
||||
unbindall
|
||||
bind "0" "slot10"
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
bind "4" "slot4"
|
||||
bind "5" "slot5"
|
||||
bind "6" "slot6"
|
||||
bind "7" "slot7"
|
||||
bind "8" "slot8"
|
||||
bind "9" "player_ready_toggle"
|
||||
bind "a" "+nmov_moveleft"
|
||||
bind "b" "lastdisguise"
|
||||
bind "c" "voice_menu_3"
|
||||
bind "d" "+nmov_moveright"
|
||||
bind "e" "voicemenu 0 0"
|
||||
bind "f" "+inspect"
|
||||
bind "g" "+taunt"
|
||||
bind "h" "+use_action_slot_item"
|
||||
bind "j" "cl_trigger_first_notification"
|
||||
bind "k" "kill"
|
||||
bind "l" "dropitem"
|
||||
bind "m" "open_charinfo_direct"
|
||||
bind "n" "+quickswitchmenu"
|
||||
bind "o" "taunt"
|
||||
bind "q" "lastinv"
|
||||
bind "r" "+reload"
|
||||
bind "s" "+nmov_back"
|
||||
bind "t" "toggleviewmoddel"
|
||||
bind "u" "say_team"
|
||||
bind "w" "+nmov_forward"
|
||||
bind "x" "voice_menu_2"
|
||||
bind "z" "voice_menu_1"
|
||||
bind "`" "toggleconsole"
|
||||
bind "," "changeclass"
|
||||
bind "." "changeteam"
|
||||
bind "/" "+voicerecord"
|
||||
bind "-" "graphtoggle"
|
||||
bind "ENTER" "say"
|
||||
bind "SPACE" "+jump"
|
||||
bind "TAB" "+tabgraph"
|
||||
bind "ESCAPE" "cancelselect"
|
||||
bind "SHIFT" "+duck"
|
||||
bind "CTRL" "+duck"
|
||||
bind "UPARROW" "load_itempreset 0"
|
||||
bind "LEFTARROW" "load_itempreset 1"
|
||||
bind "DOWNARROW" "load_itempreset 3"
|
||||
bind "RIGHTARROW" "load_itempreset 2"
|
||||
bind "MOUSE1" "+attack"
|
||||
bind "MOUSE2" "+attack2"
|
||||
bind "MOUSE4" "+use_action_slot_item"
|
||||
bind "MWHEELUP" "invprev"
|
||||
bind "MWHEELDOWN" "invnext"
|
||||
tf_mm_custom_ping "93.269997"
|
||||
tf_party_join_request_mode "1"
|
||||
tf_use_min_viewmodels "1"
|
||||
tf_medigun_autoheal "1"
|
||||
hud_medicautocallers "1"
|
||||
hud_medicautocallersthreshold "59"
|
||||
hud_medichealtargetmarker "1"
|
||||
tf_sniper_fullcharge_bell "1"
|
||||
cl_interp_ratio "1"
|
||||
cl_interp "0"
|
||||
cl_showbackpackrarities "2"
|
||||
tf_explanations_backpackpanel "1"
|
||||
tf_backpack_page_button_delay "0.25"
|
||||
cl_notifications_max_num_visible "1"
|
||||
cl_notifications_move_time "0.1"
|
||||
tf_time_loading_item_panels "0.0003"
|
||||
tf_store_stamp_donation_add_timestamp "1727544583"
|
||||
cl_spec_mode "5"
|
||||
hud_achievement_count "4"
|
||||
cl_chatfilters "59"
|
||||
cl_chatfilter_version "1"
|
||||
m_pitch "0.022000"
|
||||
sensitivity "2.000000"
|
||||
m_rawinput_onetime_reset "1"
|
||||
cl_idealpitchscale "1.3"
|
||||
sixense_sensitivity_level "2"
|
||||
sixense_aim_freeaim_heading_multiplier "1.750000"
|
||||
sixense_aim_freeaim_pitch_multiplier "1.750000"
|
||||
sixense_aim_freeaim_dead_zone_radius "0.000000"
|
||||
sixense_aim_freeaim_accel_band_size "15"
|
||||
sixense_aim_freeaim_max_speed "12.000000"
|
||||
sixense_aim_1to1_pitch_multiplier "3.000000"
|
||||
sixense_feet_angles_offset_stick_spin_horiz_multiplier "7.500000"
|
||||
sixense_feet_angles_offset_stick_spin_vert_multiplier "4.500000"
|
||||
fov_desired "90"
|
||||
viewmodel_fov_demo "75"
|
||||
tf_hud_no_crosshair_on_scope_zoom "1"
|
||||
cl_ask_favorite_opt_out "1"
|
||||
cl_ask_blacklist_opt_out "1"
|
||||
tf_halloween_bonus_ducks_cooldown "10"
|
||||
tf_remember_activeweapon "1"
|
||||
tf_remember_lastswitched "1"
|
||||
sb_dontshow_maxplayer_warning "1"
|
||||
tf_inspect_hint_count "11"
|
||||
tf_mvm_tabs_discovered "3"
|
||||
tf_coach_request_nevershowagain "1"
|
||||
ds_kill_delay "15.000000"
|
||||
ds_sound "on"
|
||||
ds_notify "1"
|
||||
hud_combattext_batching "1"
|
||||
hud_combattext_batching_window "0.7"
|
||||
hud_combattext_red "255.000000"
|
||||
hud_combattext_green "1.000000"
|
||||
hud_combattext_blue "1.000000"
|
||||
tf_dingalingaling "1"
|
||||
tf_dingaling_volume "1"
|
||||
tf_dingaling_pitchmindmg "75"
|
||||
tf_dingaling_pitchmaxdmg "195"
|
||||
tf_dingalingaling_lasthit "1"
|
||||
tf_dingaling_lasthit_volume "1"
|
||||
tf_dingalingaling_effect "1"
|
||||
cl_hud_killstreak_display_time "2.25"
|
||||
cl_hud_killstreak_display_alpha "100"
|
||||
tf_find_a_match_hint_viewed "1"
|
||||
tf_training_has_prompted_for_training "1"
|
||||
tf_training_has_prompted_for_offline_practice "1"
|
||||
tf_training_has_prompted_for_forums "1"
|
||||
tf_training_has_prompted_for_options "1"
|
||||
tf_training_has_prompted_for_loadout "1"
|
||||
cl_mainmenu_operation_motd_start "2018-09-28 19:40:25"
|
||||
tf_last_store_pricesheet_version "29067"
|
||||
cl_mvm_wave_status_visible_during_wave "1"
|
||||
tf_simple_disguise_menu "0"
|
||||
tf_hud_notification_show_count_kart_controls "3"
|
||||
tf_hud_notification_show_count_ghost_controls "3"
|
||||
tf_hud_notification_show_count_ghost_controls_no_respawn "3"
|
||||
tf_hud_show_servertimelimit "1"
|
||||
cl_hud_playerclass_playermodel_showed_confirm_dialog "1"
|
||||
tf_explanations_charinfo_armory_panel "1"
|
||||
tf_explanations_charinfopanel "1"
|
||||
tf_show_preset_explanation_in_class_loadout "0"
|
||||
tf_show_taunt_explanation_in_class_loadout "0"
|
||||
tf_explanations_craftingpanel "1"
|
||||
tf_quest_notification_line_delay "0.2"
|
||||
tf_explanations_store "1"
|
||||
tf_show_maps_details_explanation_count "0"
|
||||
tf_mvm_classupgradehelpcount "2"
|
||||
tf_scoreboard_ping_as_text "1"
|
||||
tf_explanations_discardpanel "1"
|
||||
tf_mm_dashboard_slide_panel_step "10"
|
||||
tf_casual_welcome_hide "1"
|
||||
tf_comp_welcome_hide "1"
|
||||
tf_chat_popup_hold_time "2"
|
||||
tf_quest_map_intro_viewed "1"
|
||||
cl_training_completed_with_classes "511"
|
||||
net_graphsolid "0"
|
||||
viewmodel_fov "100"
|
||||
mat_viewportscale "1"
|
||||
mat_software_aa_strength "0.000000"
|
||||
mat_software_aa_strength_vgui "1.000000"
|
||||
hud_fastswitch "1"
|
||||
sv_skyname "sky_trainyard_01"
|
||||
snd_surround_speakers "2"
|
||||
snd_musicvolume "0.380000"
|
||||
snd_mixahead "0.066"
|
||||
name "[NB] XTT-R1 UM"
|
||||
password "D54hTt49KAfGiw"
|
||||
bugreporter_uploadasync "1"
|
||||
cl_logofile "materials/vgui/logos/spray.vtf"
|
||||
rate "196608"
|
||||
cl_cmdrate "66"
|
||||
cl_updaterate "66"
|
||||
sv_unlockedchapters "99"
|
||||
mat_colorcorrection "1"
|
||||
con_enable "1"
|
||||
mp_decals "200.000000"
|
||||
engine_no_focus_sleep "0"
|
||||
r_rootlod "2"
|
||||
mat_picmip "2"
|
||||
mat_monitorgamma "1.600000"
|
||||
mat_antialias "1"
|
||||
r_waterforceexpensive "1"
|
||||
mat_queue_mode "2"
|
||||
mat_hdr_level "0"
|
11
custom.cfg
11
custom.cfg
@ -1,11 +0,0 @@
|
||||
//tweaks and custom settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
exec tweaks/null
|
||||
exec tweaks/confilter
|
||||
exec tweaks/tabgraph
|
||||
///---
|
||||
|
||||
//shameless promotion
|
||||
echo "----- Thanks for using CFG.TF -----"
|
||||
echo "----- Create your own custom config at https://cfg.tf -----"
|
@ -1,6 +0,0 @@
|
||||
//demoman settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
34
engineer.cfg
34
engineer.cfg
@ -1,34 +0,0 @@
|
||||
//engineer settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
exec binds
|
||||
viewmoddelstate
|
||||
// Scripts
|
||||
alias sentry "destroy 2 0; build 2 0;"
|
||||
alias dispenser "destroy 0 0; build 0 0;"
|
||||
alias teleport_entrance "destroy 1 0; build 1 0;"
|
||||
alias teleport_exit "destroy 1 1; build 1 1;"
|
||||
// Eureka Teleport TBD
|
||||
|
||||
//Keybinds
|
||||
bind mouse3 sentry
|
||||
bind mouse4 dispenser
|
||||
bind = teleport_entrance
|
||||
//bind mouse5 teleport_exit
|
||||
bind "0" "eureka_teleport 0"
|
||||
bind "-" "eureka_teleport 1"
|
||||
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
bind "4" "slot4;viewmoddelstate_flipped"
|
||||
bind "5" "slot5;viewmoddelstate_flipped"
|
||||
|
||||
bind uparrow "load_itempreset 0"
|
||||
bind leftarrow "load_itempreset 1"
|
||||
bind rightarrow "load_itempreset 2"
|
||||
bind downarrow "load_itempreset 3"
|
||||
|
||||
// Helloween
|
||||
unbind mouse5
|
||||
bind mouse5 +use_action_slot_item
|
@ -1,8 +0,0 @@
|
||||
//heavy settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
exec binds
|
||||
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate_flipped"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
@ -1,8 +0,0 @@
|
||||
//CustomConfig
|
||||
map mvm_ghost_town
|
||||
// map plr_hightower
|
||||
host_thread_mode 0
|
||||
mp_disable_respawn_times 1
|
||||
tf_forced_holiday 2
|
||||
mp_teams_unbalance_limit 99
|
||||
tf_mvm_min_players_to_start 1
|
10
medic.cfg
10
medic.cfg
@ -1,10 +0,0 @@
|
||||
//medic settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate_flipped"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
|
||||
bind mouse5 +attack3
|
||||
bind mouse4 +use_action_slot_item
|
11
network.cfg
11
network.cfg
@ -1,11 +0,0 @@
|
||||
//network settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
cl_updaterate 66
|
||||
cl_cmdrate 66
|
||||
rate 196608
|
||||
|
||||
cl_interp 0
|
||||
cl_interp_ratio 1
|
||||
|
||||
cl_smooth 1
|
9
pyro.cfg
9
pyro.cfg
@ -1,9 +0,0 @@
|
||||
//pyro settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate_flipped"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
|
||||
|
||||
|
@ -1,24 +0,0 @@
|
||||
//CustomConfig
|
||||
//sv_cheats 1
|
||||
// addcond 74
|
||||
//addcond 56
|
||||
//addcond 13
|
||||
//addcond 16
|
||||
//addcond 20
|
||||
//addcond 21
|
||||
//addcond 32
|
||||
//addcond 60
|
||||
//addcond 59
|
||||
//addcond 58
|
||||
//addcond 72
|
||||
//addcond 6
|
||||
//addcond 91
|
||||
//addcond 97
|
||||
//addcond 109
|
||||
//addcond 130
|
||||
|
||||
// host_timescale 10
|
||||
bind mouse3 "ent_create tank_boss speed 400 modelscale 0.3"
|
||||
bind mouse4 "ent_fire !picker setbuilder !player; ent_create obj_dispenser teamnum 2 defaultupgrade 2 spawnflags 4"
|
||||
bind mouse5 "ent_create headless_hatman teamnum 2 modelscale 4"
|
||||
currency_give 999999
|
@ -1,9 +0,0 @@
|
||||
//scout settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
|
||||
|
||||
|
101
settings.cfg
101
settings.cfg
@ -1,101 +0,0 @@
|
||||
//tf2 settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
//Autoheal, min viewmodels, fastswitch etc.
|
||||
|
||||
con_enable 1
|
||||
developer 0
|
||||
///---
|
||||
|
||||
fov_desired 90
|
||||
viewmodel_fov 100
|
||||
viewmodel_fov_demo 75
|
||||
|
||||
tf_use_min_viewmodels 1
|
||||
|
||||
///---
|
||||
|
||||
hud_medicautocallers 1
|
||||
// 100 - 20.5*2 (2 small first aid kits)
|
||||
hud_medicautocallersthreshold 59
|
||||
///---
|
||||
|
||||
hud_combattext_batching 1
|
||||
hud_combattext_batching_window 0.7
|
||||
///---
|
||||
|
||||
tf_dingalingaling 1
|
||||
tf_dingalingaling_repeat_delay 0.0
|
||||
tf_dingaling_volume 1
|
||||
tf_dingaling_pitchmindmg 75
|
||||
tf_dingaling_pitchmaxdmg 195
|
||||
|
||||
tf_dingalingaling_lasthit 1
|
||||
tf_dingaling_lasthit_volume 1
|
||||
tf_dingaling_lasthit_pitchmindmg 100
|
||||
tf_dingaling_lasthit_pitchmaxdmg 100
|
||||
///---
|
||||
|
||||
tf_remember_activeweapon 1
|
||||
tf_remember_lastswitched 1
|
||||
m_rawinput 1
|
||||
///---
|
||||
|
||||
ds_enable 0
|
||||
ds_dir demos
|
||||
ds_notify 1
|
||||
ds_sound on
|
||||
ds_min_streak 4
|
||||
///---
|
||||
|
||||
|
||||
cl_training_class_unlock_all
|
||||
// > Bitfield representing what classes have been used to complete training.
|
||||
// 111 111 111
|
||||
cl_training_completed_with_classes 511
|
||||
|
||||
tf_training_has_prompted_for_forums 1
|
||||
tf_training_has_prompted_for_loadout 1
|
||||
tf_training_has_prompted_for_offline_practice 1
|
||||
tf_training_has_prompted_for_options 1
|
||||
tf_training_has_prompted_for_training 1
|
||||
|
||||
tf_explanations_backpackpanel 1
|
||||
tf_explanations_charinfo_armory_panel 1
|
||||
tf_explanations_charinfopanel 1
|
||||
tf_explanations_craftingpanel 1
|
||||
tf_explanations_discardpanel 1
|
||||
tf_explanations_store 1
|
||||
|
||||
tf_show_preset_explanation_in_class_loadout 0
|
||||
tf_show_taunt_explanation_in_class_loadout 0
|
||||
|
||||
tf_casual_welcome_hide_forever 1
|
||||
tf_comp_welcome_hide_forever 1
|
||||
tf_matchmaking_ticket_help 0
|
||||
tf_show_maps_details_explanation_count 0
|
||||
|
||||
cl_ask_blacklist_opt_out 1
|
||||
cl_ask_favorite_opt_out 1
|
||||
|
||||
sb_dontshow_maxplayer_warning 1
|
||||
cl_hud_playerclass_playermodel_showed_confirm_dialog 1
|
||||
tf_mvm_tabs_discovered 3
|
||||
tf_coach_request_nevershowagain 1
|
||||
///---
|
||||
|
||||
//Advanced options
|
||||
hud_fastswitch 1
|
||||
cl_autoreload 1
|
||||
tf_colorblindassist 0
|
||||
cl_use_tournament_specgui 0
|
||||
cl_hud_playerclass_use_playermodel 1
|
||||
cl_disablehtmlmotd 0
|
||||
hud_classautokill 1
|
||||
tf_medigun_autoheal 1
|
||||
hud_medichealtargetmarker 1
|
||||
tf_simple_disguise_menu 0
|
||||
cl_autorezoom 1
|
||||
tf_sniper_fullcharge_bell 1
|
||||
tf_hud_no_crosshair_on_scope_zoom 1
|
||||
tf_scoreboard_ping_as_text 1
|
@ -1,7 +0,0 @@
|
||||
//sniper settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
|
10
soldier.cfg
10
soldier.cfg
@ -1,10 +0,0 @@
|
||||
//soldier settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
|
||||
|
||||
|
||||
|
8
spy.cfg
8
spy.cfg
@ -1,8 +0,0 @@
|
||||
//spy settings
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
exec binds
|
||||
|
||||
bind "1" "slot1;viewmoddelstate"
|
||||
bind "2" "slot2;viewmoddelstate"
|
||||
bind "3" "slot3;viewmoddelstate_flipped"
|
||||
bind "4" "slot4;viewmoddelstate_flipped"
|
@ -1,5 +0,0 @@
|
||||
//filter out "Error" from console
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
con_filter_enable 1
|
||||
con_filter_text_out "Error"
|
@ -1,30 +0,0 @@
|
||||
//null-cancelling movement script
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
alias null ""
|
||||
|
||||
alias +nmov_forward "-back ; +forward; alias nmov_reforward +forward"
|
||||
alias +nmov_back "-forward; +back ; alias nmov_reback +back"
|
||||
|
||||
alias -nmov_forward "-forward; nmov_reback ; alias nmov_reforward null"
|
||||
alias -nmov_back "-back ; nmov_reforward; alias nmov_reback null"
|
||||
///---
|
||||
|
||||
alias +nmov_moveleft "-moveright; +moveleft ; alias nmov_removeleft +moveleft"
|
||||
alias +nmov_moveright "-moveleft ; +moveright; alias nmov_removeright +moveright"
|
||||
|
||||
alias -nmov_moveleft "-moveleft ; nmov_removeright; alias nmov_removeleft null"
|
||||
alias -nmov_moveright "-moveright; nmov_removeleft ; alias nmov_removeright null"
|
||||
///---
|
||||
|
||||
alias nmov_reforward null
|
||||
alias nmov_reback null
|
||||
|
||||
alias nmov_removeleft null
|
||||
alias nmov_removeright null
|
||||
///---
|
||||
|
||||
bind w +nmov_forward
|
||||
bind s +nmov_back
|
||||
bind a +nmov_moveleft
|
||||
bind d +nmov_moveright
|
@ -1,8 +0,0 @@
|
||||
//CustomConfig
|
||||
echo ............................................................................................................
|
||||
echo Loaded Custom viewmoddelstatmap
|
||||
alias toggleviewmoddel toggleviewmoddel_on
|
||||
alias toggleviewmoddel_on "alias viewmoddelstate "r_drawviewmodel 1";alias viewmoddelstate_flipped "r_drawviewmodel 1"; alias toggleviewmoddel toggleviewmoddel_off;echo Changed viewmoddelstate To On"
|
||||
alias toggleviewmoddel_off "alias viewmoddelstate "r_drawviewmodel 0";alias viewmoddelstate_flipped "r_drawviewmodel 1"; alias toggleviewmoddel toggleviewmoddel_on;echo Changed viewmoddelstate To Off"
|
||||
|
||||
toggleviewmoddel_off
|
@ -1,10 +0,0 @@
|
||||
//net_graph 4 on tab; toggle on -
|
||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||
|
||||
alias +tabgraph "+showscores; net_graph 4"
|
||||
alias -tabgraph "-showscores; net_graph 0; timeleft"
|
||||
|
||||
alias graphtoggle incrementvar net_graph 0 4 4
|
||||
|
||||
bind tab +tabgraph
|
||||
bind - graphtoggle
|
Loading…
Reference in New Issue
Block a user