Kingpin — Life of Crime Guide

Kingpin: Life of crime aliases for Kingpin

Kingpin: Life of crime aliases

Clean screenshots without HUD or weapon

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Aliases ————————————————————- // ===== // Screen Shot alias screenshotSND “play world/switches/pushbutton” alias +photo “set crosshair 0; set hand 2; set con_notifytime 0; set msg 9; set scr_hud 0” alias -photo “screenshotSND; screenshot; echo =Screenshot=; wait; set crosshair 1; set hand 0; set con_notifytime 8; set msg 1; set scr_hud 2” // ===== // Bindings ———————————————————— // ===== unbindall // Warning: remove the bindings from all keys bind F12 “+photo”

Taunting

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Aliases ————————————————————- // ===== // Attack Taunts alias +attk1 “+attack; key1; bind MOUSE1 +attk2” alias -attk1 “-attack” alias +attk2 “+attack; key2; bind MOUSE1 +attk3” alias -attk2 “-attack” alias +attk3 “+attack; key1; bind MOUSE1 +attk4” alias -attk3 “-attack” alias +attk4 “+attack; key3; bind MOUSE1 +attk1” alias -attk4 “-attack” // ===== // Bindings ———————————————————— // ===== unbindall // Warning: remove the bindings from all keys bind MOUSE1 “+attk1”

No Start demos

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Aliases ————————————————————- // ===== // No Start Demos alias d1 “menu_main” toggleconsole

New game without Intro

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Aliases ————————————————————- // ===== // New Game (No Intro) alias newgame “killserver; set maxclients 1; set deathmatch 0; map sr1”

Clean console

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Bindings ———————————————————— // ===== unbindall // Warning: remove the bindings from all keys // Message clear echo “______________________” echo “” echo “KINGPIN: LIFE OF CRIME” echo “______________________” echo “”

All aliases from above in one section

Open up your “autoexec.cfg” (“C:Program Files (x86)SteamsteamappscommonKingpinmain”), and put this:

// ===== // Aliases ————————————————————- // ===== // No Start Demos alias d1 “menu_main” toggleconsole // New Game (No Intro) alias newgame “killserver; set maxclients 1; set deathmatch 0; map sr1” // Screen Shot alias screenshotSND “play world/switches/pushbutton” alias +photo “set crosshair 0; set hand 2; set con_notifytime 0; set msg 9; set scr_hud 0” alias -photo “screenshotSND; screenshot; echo =Screenshot=; wait; set crosshair 1; set hand 0; set con_notifytime 8; set msg 1; set scr_hud 2” // Attack Taunts alias +attk1 “+attack; key1; bind MOUSE1 +attk2” alias -attk1 “-attack” alias +attk2 “+attack; key2; bind MOUSE1 +attk3” alias -attk2 “-attack” alias +attk3 “+attack; key1; bind MOUSE1 +attk4” alias -attk3 “-attack” alias +attk4 “+attack; key3; bind MOUSE1 +attk1” alias -attk4 “-attack” // ===== // Bindings ———————————————————— // ===== unbindall // Warning: remove the bindings from all keys clear echo “______________________” echo “” echo “KINGPIN: LIFE OF CRIME” echo “______________________” echo “” bind F12 “+photo” bind MOUSE1 “+attk1”
SteamSolo.com