Compare commits
5 Commits
966d87fb30
...
master
Author | SHA1 | Date | |
---|---|---|---|
fc975a8305 | |||
5a24fab9be | |||
35458cf281 | |||
6d80417165 | |||
10dca9c91e |
@ -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
|
@ -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"
|
23
config_personal/cfg/regen.cfg
Normal file
23
config_personal/cfg/regen.cfg
Normal 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"
|
Reference in New Issue
Block a user