Compare commits

..

7 Commits

Author SHA1 Message Date
fc975a8305 Add regent script 2025-06-13 12:23:34 -03:00
5a24fab9be change 2025-05-30 19:13:56 -03:00
35458cf281 Change binds 2025-05-29 05:42:37 -03:00
6d80417165 add log bind 2025-03-06 00:59:22 -04:00
10dca9c91e Add hitsound settings 2025-02-10 23:12:15 -04:00
966d87fb30 Rework configs a bit 2025-02-10 23:11:13 -04:00
6a47146710 Fix config shit 2025-02-10 22:46:17 -04:00
7 changed files with 160 additions and 128 deletions

View File

@ -47,14 +47,17 @@ bind kp_pgdn "next_map_vote 2"
//fix all button
bind kp_ins "snd_restart;hud_reloadscheme"
//toggle html motd
bindtoggle kp_del cl_disablehtmlmotd
// loadouts
bind f1 loadouts.A
bind f2 loadouts.B
bind f3 loadouts.C
bind f4 loadouts.D
bind f5 loadouts.D
bind q loadouts.resup
bind f8 player_ready_toggle
bind f4 player_ready_toggle
//bind to use mconfig null movement binds
bind w +mf
@ -64,13 +67,16 @@ bind d +mr
bind space +jump
bind shift +duck
bind ctrl +ctap
//disabled as banned in rgl now for some reason
//bind ctrl +ctap
bind ctrl "voicemenu 1 1"
bindtoggle alt r_drawviewmodel
bind e +helpme
bind h +context_action
bind e "voicemenu 0 0"
bind h lastinv
bind f +inspect
bind v +use
bind mouse3 "voicemenu 1 1"
bind l "cl_disablehtmlmotd 0; say !log"
bind mouse3 +attack3
bind mouse4 +voicerecord
bind mouse5 +use_action_slot_item

View File

@ -17,62 +17,20 @@ hud_medicautocallersthreshold 59
hud_combattext_batching 1
hud_combattext_batching_window 1
tf_dingalingaling 1
tf_dingalingaling_repeat_delay 0.0
tf_dingaling_volume 1
tf_dingaling_pitchmindmg 150
tf_dingaling_pitchmaxdmg 25
tf_remember_activeweapon 1
tf_remember_lastswitched 1
// Demo recording
ds_enable 2 // All matches are recorded
// All matches are recorded
ds_enable 2
ds_kill_delay 15
ds_min_streak 2
ds_dir demos
ds_notify 1
ds_sound 1
ds_screens 0
ds_min_streak 4 // Minimum killstreak to record
///--- forced graphics settings enabled
///--- glow outline
glow_outline_effect_enable 1
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
// Minimum killstreak to record
ds_min_streak 4
//Advanced options
hud_fastswitch 1
@ -94,6 +52,7 @@ cl_hud_minmode 1
cl_spraydisable 0
tf_scoreboard_mouse_mode 2
hud_saytext_time 5
glow_outline_effect_enable 1
//filter out Error from console
con_filter_enable 1
@ -109,10 +68,14 @@ echo "----- When making a multiplayer server set "sv_lan" to 0 -----"
// Load modern casual preloader
sv_pure -1
sv_cheats 1
exec preloader.cfg
exec loadouts/init.cfg
exec training.cfg
exec binds.cfg
// Sets hitsound settings
exec hit_tonal.cfg
host_writeconfig
echo "Done config"

View File

@ -0,0 +1,23 @@
//Personal portable regen for offline jumping!
sv_cheats 1
sv_allow_wait_command 1
wait 5;ent_fire !self addoutput "targetname player_me"
wait 5;ent_fire func_regenerate addoutput "classname func_regenerate_temp"
wait 5;ent_fire info_target addoutput "classname info_target_temp"
wait 10;give info_target
wait 10;give func_regenerate
wait 20;ent_fire info_target addoutput "targetname mytarget"
wait 20;ent_fire func_regenerate addoutput "StartDisabled 1"
wait 20;ent_fire func_regenerate addoutput "mins -100 -100 -100"
wait 20;ent_fire func_regenerate addoutput "maxs 100 100 100"
wait 30;ent_fire func_regenerate addoutput "solid 2"
wait 30;ent_fire func_regenerate addoutput "spawnflags 1"
wait 30;ent_fire info_target setparent player_me
wait 33;ent_fire func_regenerate setparent mytarget
wait 35;ent_fire func_regenerate enable
wait 40;echo "Regen Script Enabled"

View File

@ -0,0 +1,31 @@
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_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

View File

@ -2,6 +2,9 @@
tf_dingalingaling 1
tf_dingalingaling_lasthit 0
// Set hitsound delay
tf_dingalingaling_repeat_delay 0
// Max and min pitch
tf_dingaling_lasthit_pitchmaxdmg 100
tf_dingaling_lasthit_pitchmindmg 100
@ -9,9 +12,9 @@ tf_dingaling_pitchmaxdmg 100
tf_dingaling_pitchmindmg 100
// Set effect set to the needed set
tf_dingalingaling_last_effect 4
tf_dingalingaling_effect 4
tf_dingalingaling_last_effect 0
tf_dingalingaling_effect 0
// Set volume
tf_dingaling_lasthit_volume 1
tf_dingaling_volume 0.75
tf_dingaling_volume 1

View File

@ -2,6 +2,9 @@
tf_dingalingaling 1
tf_dingalingaling_lasthit 1
// Set hitsound delay
tf_dingalingaling_repeat_delay 1
// Max and min pitch
tf_dingaling_lasthit_pitchmaxdmg 100
tf_dingaling_lasthit_pitchmindmg 100

View File

@ -2,6 +2,9 @@
tf_dingalingaling 1
tf_dingalingaling_lasthit 0
// Set hitsound delay
tf_dingalingaling_repeat_delay 0
// Max and min pitch
tf_dingaling_lasthit_pitchmaxdmg 100
tf_dingaling_lasthit_pitchmindmg 100
@ -9,9 +12,9 @@ tf_dingaling_pitchmaxdmg 25
tf_dingaling_pitchmindmg 150
// Set effect set to the needed set
tf_dingalingaling_last_effect 4
tf_dingalingaling_effect 4
tf_dingalingaling_last_effect 0
tf_dingalingaling_effect 0
// Set volume
tf_dingaling_lasthit_volume 1
tf_dingaling_volume 0.75
tf_dingaling_volume 1