Bind
Jump to navigation
Jump to search
To bind a command to a key, type bind KEY "COMMAND"
in console.
Buy & Upgrade Binds
This section is about using bind to buy point shop items with their Item ID.
The COMMAND consists of zs_pointsshopbuy
followed by the itemID
, which allows the player to buy item(s) with bind.
Example:bind h "zs_pointsshopbuy ps_pistolammo5x"
bind p "zs_pointsshopbuy ps_trinket_armor;zs_pointsshopbuy ps_trinket_health_package;zs_pointsshopbuy ps_trinket_blood_bank;zs_pointsshopbuy ps_trinket_bio_cleanser"
bind o "zs_pointsshopbuy ps_trinket_force_booster;zs_pointsshopbuy ps_trinket_power_gauntlet;zs_pointsshopbuy ps_trinket_long_grip;zs_pointsshopbuy ps_trinket_rip_attach;zs_pointsshopbuy ps_trinket_blade_charge"
Note: It is wise to separate buying binds from upgrading binds. Do not put buying and upgrading commands together as it would be a waste of points, literally.
bind h "zs_upgraderemantle trinket_armor;zs_upgraderemantle trinket_health_package;zs_upgraderemantle trinket_blood_bank;zs_upgraderemantle trinket_bio_cleanser"
bind j "zs_upgraderemantle trinket_force_booster;zs_upgraderemantle trinket_power_gauntlet;zs_upgraderemantle trinket_long_grip;zs_upgraderemantle trinket_rip_attach;zs_pointsshopbuy trinket_blade_charge"
Note: To upgrade weapon not selected, do zs_upgrade WEAPON ID
. Check out the #update-logs in Discord for this: 3518d21. weapon_zs_
and _q1
is optional.
bind k "zs_upgrade"
Other Binds
This section is about other bind commands.
Send chat message with key. | bind KEY "say CHAT" | Useful to save chat message that you would want to send frequently. Example: bind h "say !vm" | ![]() |
Buy current weapon/selected ammo with points. | zs_quickbuyammo | Useful when trying to buy ammo for gun in stressful late game. | ![]() |
Make current weapon/selected ammo with scrap near remantler. | zs_quickmakeammo | Useful when after dismantling weapons to get ammo with their scrap. | ![]() |
Disable the altered colour balance. | mat_colorcorrection 0 | Useful when map has colour correction that make it hard to see. Example: bind j "toggle mat_colorcorrection 0 1" | ![]() |
Upgrade brought weapon(s). | zs_upgrade | ||
Upgrade brought trinket(s). | zs_upgraderemantle | ||
Dismantle brought item(s). | zs_dismantle | Example: bind kp_home "zs_dismantle" |
Back to Table of Content
Back to Zombie Survival
Back to Main Page