Added more missing files

This commit is contained in:
reaaLx
2024-09-07 15:06:58 +10:00
parent a9da8b788b
commit 7ea506e8ac
470 changed files with 26317 additions and 0 deletions

21
personals/anthonyc.cfg Normal file
View File

@ -0,0 +1,21 @@
set intro 0
exec sp_launcher.cfg
//devmap autoaim
devmap nx_repel
profile_toggleInvertedPitch 1
//Dvars
//set r_clear 1
//set r_clearColor "0 0 0"
//set ai_badPathSpam 1
set gpad_rumble 0
//set loc_warningsaserrors 0
//set r_showMissingLightGrid 0
//set ai_shownodesdist 1024
set debug_hud 0
//profile_toggleRumble

35
personals/bmarv.cfg Normal file
View File

@ -0,0 +1,35 @@
// BRIAN MARVIN PERSONAL, bmarv.cfg
//set replay_autosave 30
// God mode
//god
// Bind your own dev keyboard controls
//bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
//bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0"
//bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5"
// Initial DVAR
//set ai_shownodes 1 // Default show nodes to on
//set ai_showpaths 1 // Default show AI paths choice on
//set g_entinfo 5 // Show where AI are trying to get
// Color nodes
set debug_colornodes on
set debug_colorfriendlies on
//set g_debugbullets 1
// AI
set ai_DebugOverlay 1
//set ai_DebugOverlay 3
set g_entities 1
//set debug_friendlyfire 1

31
personals/chad.cfg Normal file
View File

@ -0,0 +1,31 @@
// CHAD FINDLEY PERSONAL, chad.cfg
profile_toggleInvertedPitch 1
// profile_setViewSensitivity 1.8
// profile_toggleRumble 0
// God mode
god
// Bind your own dev keyboard controls
bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
bind W "+forward" // WASD movement controls with connected keyboard
bind A "+moveleft"
bind S "+back"
bind D "+moveright"
bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0; set debug_colornodes off;"
bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5; set debug_colornodes on;"
// Toggle on, off and selected trigger volume debugging
bind 4 "toggle trigger_draw none all selected"
// Initial DVAR
// set ai_shownodes 1 // Default show nodes to on
// set ai_showpaths 1 // Default show AI paths choice on
// set g_entinfo 5 // Show where AI are trying to get
set debug_colornodes on
set debug_colorfriendlies on
// set ai_debugOverlay 1

4
personals/clark.cfg Normal file
View File

@ -0,0 +1,4 @@
bind BACK_LEFT replay_back 10
bind BACK_RIGHT replay_live
snd_debugAlias music_opening

5
personals/colin_sp.cfg Normal file
View File

@ -0,0 +1,5 @@
exec sp_launcher.cfg
devmap nx_lunar
set intro 0
set com_statwarning 0
set debug_hud 1

27
personals/dan.cfg Normal file
View File

@ -0,0 +1,27 @@
// Dan's "HkySk8r187" Config File (stole from "Chad")
//set lmc 1
//set intro 0
//exec sp_launcher.cfg
//devmap autoaim
profile_toggleInvertedPitch 1
profile_setViewSensitivity 1.8
profile_toggleRumble 0
set g_vehicleDebug 1
//set cg_drawMemmap 2
bind BACK_RB loadgame_continue_missionfailed
//Dvars
//set r_clear 1
//set r_clearColor "0 0 0"
//set ai_badPathSpam 1
//set loc_warningsaserrors 0
//set r_showMissingLightGrid 0
//set ai_shownodesdist 1024

28
personals/daryl.cfg Normal file
View File

@ -0,0 +1,28 @@
// DARYL PERSONAL
// Bind your own dev keyboard controls
bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
bind W "+forward" // WASD movement controls with connected keyboard
bind A "+moveleft"
bind S "+back"
bind D "+moveright"
bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0; set debug_colornodes off;"
bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5; set debug_colornodes on;"
// Toggle on, off and selected trigger volume debugging
bind 4 "toggle trigger_draw none all selected"
// Initial DVAR
set ai_shownodes 1 // Default show nodes to on
set ai_showpaths 1 // Default show AI paths choice on
set g_entinfo 5 // Show where AI are trying to get
set debug_colornodes on
set ai_debugOverlay 1
// Reduce replay save to 30 seconds (fixes frame rate issues)
set replay_autosave 30

15
personals/dave.cfg Normal file
View File

@ -0,0 +1,15 @@
// Base map setup.
exec sp_launcher.cfg
//devmap ai_cover
//set intro 0
set debug_hud 1
// Control options.
profile_setViewSensitivity 1.8
profile_toggleInvertedPitch 1
// Misc.
god
//set g_ai 0

17
personals/drowe.cfg Normal file
View File

@ -0,0 +1,17 @@
// TOM PARKER PERSONAL, tparker.cfg
// God mode
god
// Bind your own dev keyboard controls
//bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
//exec sp_launcher.cfg
//set intro 0
set debug_hud 1
//map reverb

36
personals/emilota.cfg Normal file
View File

@ -0,0 +1,36 @@
// ERIC MILOTA PERSONAL
// God mode
//god
// Bind your own dev keyboard controls
//bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
//bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0"
//bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5"
// Toggle on, off and selected trigger volume debugging
//bind 4 "toggle trigger_draw none all selected"
// Initial DVAR
//set ai_shownodes 1 // Default show nodes to on
//set ai_showpaths 1 // Default show AI paths choice on
//set g_entinfo 5 // Show where AI are trying to get
set r_fullscreen 0
set g_gametype dom
set loc_warnings 0
set snd_volume 0
//set iwnetdwfindsession 0
//set iwnetdwcreatesession 0
//set iwnetdwoverlay 1
con_showchannel demonware

9
personals/joep.cfg Normal file
View File

@ -0,0 +1,9 @@
// JOE PEASE PERSONAL, joep.cfg
//NOTE TO SELF, can bind a single key to multiple commands
//example:
//bind 1 "set player_sustainammo 1; set player_sustainammo 0"
//DVARS
set player_sustainammo 1

8
personals/jow.cfg Normal file
View File

@ -0,0 +1,8 @@
bind 0 "g_testscript 0"
bind 1 "g_testscript 1"
bind 2 "g_testscript 2"
bind 3 "g_testscript 3"
bind 4 "g_testscript 4"
bind 5 "g_testscript 5"
bind 6 "g_testscript 6"
bind 7 "g_testscript 7"

27
personals/kmckisic.cfg Normal file
View File

@ -0,0 +1,27 @@
// Kyle's config
//set lmc 1
//set intro 0
//exec sp_launcher.cfg
//devmap autoaim
profile_toggleInvertedPitch 1
//profile_setViewSensitivity 1.8
//profile_toggleRumble 0
//set g_vehicleDebug 1
//set cg_drawMemmap 2
//bind BACK_RB loadgame_continue_missionfailed
//Dvars
//set r_clear 1
//set r_clearColor "0 0 0"
//set ai_badPathSpam 1
//set loc_warningsaserrors 0
set r_showMissingLightGrid 1
//set ai_shownodesdist 1024

17
personals/riggs.cfg Normal file
View File

@ -0,0 +1,17 @@
// RIGGS PERSONAL, riggs.cfg
// God mode
// god
//set intro 0
//exec sp_launcher.cfg
profile_toggleInvertedPitch 1
//profile_setViewSensitivity 1.8
profile_toggleRumble 0
set g_vehicleDebug 1
//Dvars
set phys_global_gravity_scale 0.4

43
personals/tj.cfg Normal file
View File

@ -0,0 +1,43 @@
// TRAVIS CHEN PERSONAL
// God mode
//god
// Bind your own dev keyboard controls
bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
bind W "+forward" // WASD movement controls with connected keyboard
bind A "+moveleft"
bind S "+back"
bind D "+moveright"
bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0; set debug_colornodes off;"
bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5; set debug_colornodes on;"
// Toggle on, off and selected trigger volume debugging
bind 4 "toggle trigger_draw none all selected"
// Toggle visionsets on and off
bind 5 "toggle forceDefaultVisionAlways 0 1"
// Binds for difficulties
bind 0 "difficultyFu"
bind 9 "difficultyHard"
bind 8 "difficultyMedium"
bind 7 "difficultyEasy"
// Initial DVAR
set ai_shownodes 0 // Default show nodes to on
set ai_showpaths 1 // Default show AI paths choice on
set g_entinfo 5 // Show where AI are trying to get
set debug_colornodes on
set debug_colorfriendlies on
set ai_debugOverlay 1
set forceDefaultVisionAlways 0 // Set to true for easier development in unlit or fullbright situations. Keeps visionsets from blowing scenes out
difficultyHard
// Reduce replay save to 30 seconds (fixes frame rate issues)
set replay_autosave 30

17
personals/tparker.cfg Normal file
View File

@ -0,0 +1,17 @@
// TOM PARKER PERSONAL, tparker.cfg
// God mode
god
// Bind your own dev keyboard controls
//bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
//exec sp_launcher.cfg
set intro 0
set debug_hud 1
map reverb

32
personals/travis.cfg Normal file
View File

@ -0,0 +1,32 @@
// TRAVIS CHEN PERSONAL
// God mode
god
// Bind your own dev keyboard controls
bind 1 "toggle g_ai 0 1" // Press 1 to toggle g_ai DVAR on and off, turns on and off AI
bind W "+forward" // WASD movement controls with connected keyboard
bind A "+moveleft"
bind S "+back"
bind D "+moveright"
bind SPACE "+moveup" // Jump to space bar
// Press 2 to turn of all initial dvar settings, 3 for back on
bind 2 "set ai_shownodes 0; set ai_showpaths 0; set g_entinfo 0; set debug_colornodes off;"
bind 3 "set ai_shownodes 1; set ai_showpaths 1; set g_entinfo 5; set debug_colornodes on;"
// Toggle on, off and selected trigger volume debugging
bind 4 "toggle trigger_draw none all selected"
// Initial DVAR
set ai_shownodes 1 // Default show nodes to on
set ai_showpaths 1 // Default show AI paths choice on
set g_entinfo 5 // Show where AI are trying to get
set debug_colornodes on
set debug_colorfriendlies on
set ai_debugOverlay 1
// Reduce replay save to 30 seconds (fixes frame rate issues)
set replay_autosave 30

26
personals/zach.cfg Normal file
View File

@ -0,0 +1,26 @@
// ZACH PARR PERSONAL, zach.cfg
// GOD MODE
//god
// KEY BINDINGS
//bind W "+forward" // WASD movement controls with connected keyboard
//bind A "+moveleft"
//bind S "+back"
//bind D "+moveright"
//bind SPACE "+moveup" // Jump to space bar
//EASY KILLSTREAK ACCESS
bind 1 "scr_givekillstreak tank"
bind 2 "scr_givekillstreak atbr"
//EASY AMMO ACCESS
bind = "player_sustainammo 1"
bind - "player_sustainammo 0"
//NOTE TO SELF, can bind a single key to multiple commands
//example:
//bind 1 "set player_sustainammo 1; set player_sustainammo 0"
//DVARS
set player_sustainammo 1