echo "//////////////\\\\\\\\\\\\\\" echo "\\ Zafus' Screenshot Tool //" echo "// Bound Key Functions: \\" echo "\\ V = Noclip Toggle //" echo "// G = Getpos Readout \\" echo "\\ P = Getpos HUD Toggle //" echo "// H = HUD Toggle \\" echo "\\ C = Screenshot //" echo "// L = Wireframe Toggle \\" echo "\\ Q = Console Toggle //" echo "// M = Restart Round \\" echo "\\ Y = Command Repeat //" echo "// T = Topdown Toggle \\" echo "\\\\\\\\\\\\\\//////////////" // Binds bindtoggle v "noclip 1 ; noclip 0" // Enables / Disables Noclip bind g "getpos" // See Console For Coordinate Readout bindtoggle p "cl_showpos" // Displays Coordinates On HUD bindtoggle h "cl_drawhud" // Enables / Disables HUD bind c "jpeg" // Takes A Screenshot bindtoggle l "mat_wireframe" // Enables / Disables Wireframe bind q "toggleconsole" // Opens The Developer Console bind m "mp_restartgame 1" // Restarts The Round (CS:S / Go Only) bind y "echo V = Noclip Toggle, G = Getpos Readout, P = Getpos HUD Toggle, N = Nightvision Toggle, F = Flashlight Toggle, H = HUD Toggle, C = Screenshot, L = Wireframe Toggle, Q = Console Toggle, Y = Command Repeat" // Readout To Console For Instructions bindtoggle t "cl_leveloverview" // Toggles Top-Down-View // Misc sv_cheats "1" // Allows Cheats impulse "101" // Gives You Money (CS:S / Go Only) give "weapon_scout" // Gives You A Scout Sniper Rifle (CS:S / Go Only) give "item_nvgs" // Gives You Nightvision Goggles (CS:S Only) r_drawviewmodel "0" // Disables Viewmodels cl_drawhud "0" // Disables HUD (Heads Up Display) cl_showfps "0" // Disables FPS Display net_graph "0" // Disables Net Graph mp_flashlight "1" // Enables Flashlights (CS:S Only) jpeg_quality "100" // Maximizes Screenshot Quality fov "110" // Increases FOV (Field Of View) fov_cs_debug "110" // CS:Go Only fov_desired "110" // L4D2 Only fov_desired2 "110" // L4D2 Only cl_fov "110" // P2 / D-D Only default_fov "110" // DoD:S Only // Explanation echo "By using this script, I presume you already have the game configured with the maximum graphical settings available, if you are not, you should change them for the best results." echo " " echo "Use 'getpos_exact' to move to one location with the values given to you via 'getpos' - it's easier to use the console readout to copy and paste the values." echo " " echo "The topdown overview toggle is best to be tweaked, according to the scale and size of your level - using a higher value for larger levels, and so fourth."