// 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