Compare commits

..

5 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
3 changed files with 30 additions and 2 deletions

View File

@ -67,13 +67,16 @@ bind d +mr
bind space +jump bind space +jump
bind shift +duck 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 bindtoggle alt r_drawviewmodel
bind e "voicemenu 0 0" bind e "voicemenu 0 0"
bind h lastinv bind h lastinv
bind f +inspect bind f +inspect
bind v +use bind v +use
bind mouse3 "voicemenu 1 1" bind l "cl_disablehtmlmotd 0; say !log"
bind mouse3 +attack3
bind mouse4 +voicerecord bind mouse4 +voicerecord
bind mouse5 +use_action_slot_item bind mouse5 +use_action_slot_item

View File

@ -74,6 +74,8 @@ exec preloader.cfg
exec loadouts/init.cfg exec loadouts/init.cfg
exec training.cfg exec training.cfg
exec binds.cfg exec binds.cfg
// Sets hitsound settings
exec hit_tonal.cfg
host_writeconfig host_writeconfig
echo "Done config" 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"