Fixed crashing and changed a few binds reordered some stuff
This commit is contained in:
parent
03fcea6655
commit
8a0e6d6e85
@ -6,5 +6,6 @@ exec binds
|
|||||||
exec settings
|
exec settings
|
||||||
exec network
|
exec network
|
||||||
exec custom
|
exec custom
|
||||||
exec boo3
|
exec tweaks/scripts
|
||||||
exec tweaks/scripts
|
exec tweaks/customsettings
|
||||||
|
|
||||||
|
11
binds.cfg
11
binds.cfg
@ -1,5 +1,7 @@
|
|||||||
//stock non class-specific binds
|
//stock non class-specific binds
|
||||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
clear
|
||||||
|
echo Setting up Basic Binds
|
||||||
unbindall
|
unbindall
|
||||||
// Reset viewmodel
|
// Reset viewmodel
|
||||||
r_drawviewmodel 1
|
r_drawviewmodel 1
|
||||||
@ -52,16 +54,11 @@ bind 9 player_ready_toggle
|
|||||||
bind g +taunt
|
bind g +taunt
|
||||||
bind h +use_action_slot_item
|
bind h +use_action_slot_item
|
||||||
bind mouse4 +use_action_slot_item
|
bind mouse4 +use_action_slot_item
|
||||||
//Switch Loadout
|
bind t toggleviewmoddel
|
||||||
bind uparrow "load_itempreset 0"
|
|
||||||
bind leftarrow "load_itempreset 1"
|
|
||||||
bind rightarrow "load_itempreset 2"
|
|
||||||
bind downarrow "load_itempreset 3"
|
|
||||||
// Exec other settings
|
// Exec other settings
|
||||||
exec tweaks/tabgraph
|
exec tweaks/tabgraph
|
||||||
exec tweaks/null
|
exec tweaks/null
|
||||||
// tweaks/scripts binds
|
exec tweaks/specialbinds
|
||||||
bind t toggleviewmoddel
|
|
||||||
// Voteing
|
// Voteing
|
||||||
// bind + "vote option1; v_yes"
|
// bind + "vote option1; v_yes"
|
||||||
// bind - "vote option2; v_no"
|
// bind - "vote option2; v_no"
|
||||||
|
10
engineer.cfg
10
engineer.cfg
@ -2,6 +2,7 @@
|
|||||||
//Made with cfg.tf - custom Team Fortress 2 config generator
|
//Made with cfg.tf - custom Team Fortress 2 config generator
|
||||||
|
|
||||||
exec binds
|
exec binds
|
||||||
|
echo Setting up Engie Binds
|
||||||
viewmoddelstate
|
viewmoddelstate
|
||||||
// Scripts
|
// Scripts
|
||||||
alias sentry "destroy 2 0; build 2 0;"
|
alias sentry "destroy 2 0; build 2 0;"
|
||||||
@ -15,8 +16,8 @@ bind mouse3 sentry
|
|||||||
bind mouse4 dispenser
|
bind mouse4 dispenser
|
||||||
bind = teleport_entrance
|
bind = teleport_entrance
|
||||||
//bind mouse5 teleport_exit
|
//bind mouse5 teleport_exit
|
||||||
bind "0" "eureka_teleport 0"
|
//bind "0" "eureka_teleport 0"
|
||||||
bind "-" "eureka_teleport 1"
|
//bind "-" "eureka_teleport 1"
|
||||||
|
|
||||||
bind "1" "slot1;viewmoddelstate"
|
bind "1" "slot1;viewmoddelstate"
|
||||||
bind "2" "slot2;viewmoddelstate"
|
bind "2" "slot2;viewmoddelstate"
|
||||||
@ -24,11 +25,6 @@ bind "3" "slot3;viewmoddelstate_flipped"
|
|||||||
bind "4" "slot4;viewmoddelstate_flipped"
|
bind "4" "slot4;viewmoddelstate_flipped"
|
||||||
bind "5" "slot5;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
|
// Helloween
|
||||||
unbind mouse5
|
unbind mouse5
|
||||||
bind mouse5 +use_action_slot_item
|
bind mouse5 +use_action_slot_item
|
||||||
|
8
gfx.cfg
8
gfx.cfg
@ -303,9 +303,9 @@ r_fastzreject -1 // Values >1 enable a fast Z rejection algorithm, to be
|
|||||||
ai_expression_optimization 1
|
ai_expression_optimization 1
|
||||||
fast_fogvolume 1
|
fast_fogvolume 1
|
||||||
host_thread_mode 0 // Not exactly stable
|
host_thread_mode 0 // Not exactly stable
|
||||||
mod_load_anims_async 1
|
mod_load_anims_async 0 // Not stable on linux
|
||||||
mod_load_mesh_async 1
|
mod_load_mesh_async 0 // Not stable on linux
|
||||||
mod_load_vcollide_async 1
|
mod_load_vcollide_async 0 // Not stable on linux
|
||||||
con_enable 1
|
con_enable 1
|
||||||
con_filter_enable 1
|
con_filter_enable 1
|
||||||
con_filter_text_out particle
|
con_filter_text_out particle
|
||||||
@ -420,4 +420,4 @@ sv_allow_point_servercommand always
|
|||||||
// ----------------------------------------------------------------------------
|
// ----------------------------------------------------------------------------
|
||||||
echo "---------------------------------------------------------"
|
echo "---------------------------------------------------------"
|
||||||
echo "Comanglia' stability config loaded. Inspired by Chris config"
|
echo "Comanglia' stability config loaded. Inspired by Chris config"
|
||||||
echo "---------------------------------------------------------"
|
echo "---------------------------------------------------------"
|
||||||
|
7
tweaks/customsettings.cfg
Normal file
7
tweaks/customsettings.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//CustomConfig
|
||||||
|
fps_max 220
|
||||||
|
cl_always_flush_models 1
|
||||||
|
mat_monitorgamma 0.01
|
||||||
|
mod_load_anims_async 0
|
||||||
|
mod_load_mesh_async 0
|
||||||
|
mod_load_vcollide_async 0
|
@ -4,7 +4,4 @@ echo Loaded Custom viewmoddelstatmap
|
|||||||
alias toggleviewmoddel toggleviewmoddel_on
|
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_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"
|
alias toggleviewmoddel_off "alias viewmoddelstate "r_drawviewmodel 0";alias viewmoddelstate_flipped "r_drawviewmodel 1"; alias toggleviewmoddel toggleviewmoddel_on;echo Changed viewmoddelstate To Off"
|
||||||
|
toggleviewmoddel_on
|
||||||
toggleviewmoddel_off
|
|
||||||
|
|
||||||
fps_max 220
|
|
||||||
|
7
tweaks/specialbinds.cfg
Normal file
7
tweaks/specialbinds.cfg
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
//CustomConfig
|
||||||
|
|
||||||
|
echo Setting Special Binds
|
||||||
|
bind - "load_itempreset 0;"
|
||||||
|
bind F6 "load_itempreset 1;"
|
||||||
|
bind F7 "load_itempreset 2;"
|
||||||
|
bind F8 "load_itempreset 3;"
|
Loading…
Reference in New Issue
Block a user