-
Notifications
You must be signed in to change notification settings - Fork 0
/
kexconfig.cfg
76 lines (76 loc) · 3.86 KB
/
kexconfig.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
echo "####################################"
echo "## README - JUST FUCKING READ ME! ##"
echo "####################################"
echo " "
echo "IF YOU WANT TO MODIFY THIS SCRIPT"
echo "SIMPLY ADJUST THE COMMANDS AFTER"
echo "THE 'Loading KEX Config'-Part"
echo " "
echo "OR ADD YOUR OWN COMMANDS BY ADDING THE KEYS"
echo "TO THE UNBIND AND BIND LIST BELOW!"
echo " "
echo "HAVE FUN! AND VISIT US AT THE DOOM DISCORD"
echo "AT DISCORD.GG/DOOM"
echo " "
echo "###################################################################################"
echo "## EXECUTING DEFAULT Q.O.L. COMMANDS - DELETE THEM IF YOU DONT WANT OR LIKE THEM ##"
echo "###################################################################################"
ui_settings_video_fovMax 150
ui_settings_video_fovMin 90
playerBadge_fakeTitleText "Discord.gg/DOOM"
playerBadge_fakeRank 1
playerBadge_fakeStreakWins "666"
playerBadge_fakeStreakName "red"
playerBadge_fakeStreakWins "666"
echo "Initializing And Clearing The Console..."
echo "####################################################################################################"
echo "## ANYTTHING BEFORE THE CLEAR COMMAND WILL NOT BE VISIBLE IN THE CONSOLE AFTER RUNNING THE SCRIPT ##"
echo "####################################################################################################"
clear
echo " "
echo " "
echo "########################"
echo "## Loading KEX Config ##"
echo "########################"
echo " "
unbind F1
unbind F2
unbind F3
unbind F4
unbind F5
unbind F6
echo "Binds for F1-F6 cleared and re-assigned!"
bind F1 "echo ---------------; echo CUSTOM BIND LIST; echo ---------------; echo "F2 Commands for QOL:"; echo r_decalDistanceFadeMultiplier 1; echo ui_settings_video_fovMax 150; echo hud_skipCinematic_enabled 0; echo hud_skipCinematic_hideDelay 1; echo com_skipKeyPressOnLoadScreens 1;echo m_smooth 0; echo ---------------; echo "F3 Command:"; echo Toggle FOV between 120 140 150; echo ---------------; echo "F4 Command:"; echo Toggle Weapon FOV between 0 0.8 0.9 1; echo ---------------; echo "F5 Command:"; echo Toggle Weapon Showcase Mode; echo ---------------; echo "F6 Command:"; echo Toggle Walking on Ledge Edge 0 1; echo ---------------"
bind F2 "r_decalDistanceFadeMultiplier 1; ui_settings_video_fovMax 150; hud_skipCinematic_enabled 0; hud_skipCinematic_hideDelay 1; com_skipKeyPressOnLoadScreens 1; m_smooth 0"
bind F3 toggle "g_fov 120 140 150"
bind F4 toggle "hands_fovScale 0 0.8 0.9 1"
bind F5 toggle "hands_alwaysPlayIntroBringup 1 0"
bind F6 toggle "pm_disableWalkingOnTheEdgeOfLedge 0 1"
echo " "
echo " "
echo "##########################"
echo "## NEW CUSTOM BIND LIST ##"
echo "##########################"
echo "F1 Command: Lists the binds made by this script, in case you forgor which button does what!"
echo " "
echo "F2 Commands for QOL:"
echo "r_decalDistanceFadeMultiplier 1 - Fixed Flickering Textures with High FOV"
echo "ui_settings_video_fovMax 150 - Sets the FOV Limit to 150 in the Game Settings UI"
echo "hud_skipCinematic_enabled 0 - Disables Cinematic Skipping"
echo "hud_skipCinematic_hideDelay 1 - Hides The 'Skip Popup', usefull for Recordings"
echo "com_skipKeyPressOnLoadScreens 1 - Starts The Level After Loading Is Complete"
echo "m_smooth 0 - Disables Mouse Smoothing"
echo " "
echo "F3 Command: Toggle FOV between 120 140 150 - 120 is recommended"
echo " "
echo "F4 Command: Toggle Weapon FOV between 0 0.8 0.9 1 - 0.8 is recommended"
echo " "
echo "F5 Command: Toggle Weapon Showcase Mode 0 1 - Useful for recodings"
echo " "
echo "F6 Command: Toggle Walking on Ledge Edge 0 1"
echo " "
echo "############################"
echo "## IMPORTANT INFORMATION: ##"
echo "############################"
echo "DO NOT PLAY BATTLEMODE WITH THIS SCRIPT AND ITS COMMANDS!"
echo "UNINSTALL MODS FIRST AND RESTORE MODIFIED CVARS! IM NOT RESPONSIBLE IF YOU GET BANNED BY USING MY SCRIPT!"