ZM - can someone help me keybind mods or scripts in bo2 zombies?
-
i want to bind these in-game actions to these keys. if its possible for bo2, ive done it for bo3 already but have no clue how to for pluto. if so can someone help or point me in the right direction
bind P "give ray_gun"
bind O "perk 1"
bind I "perk 10"
bind H "cg_thirdperson 1"
bind 0 "cg_thirdperson 0"
bind L "take_perk 10"
bind K "take_perk 1"
bind M "round 100"
bind J "next_round 1"
bind N "give ammo"
Bind U "take ammo"
Bind Y "take all"
Bind 5 "upgrade_weapon all"
Bind 6 "points 100"
Bind 7 "points -100"
Bind 8 "previous_round 1"
Bind 9 "downgrade_weapon all" -
Few of the commands you've shown are built-in (give and cg_thirdPerson), others are scripts so you'd need an equivalent script in Plutonium
One easy way to do what you want would be to have chat commands such as
!addpoints me 5000, to then bind this chat message to a key withbind M "say !addpoints me 5000"I do have some of the commands you want already made, and some others you'd need to implement them which can be done easily creating a dedicated chat_commands individual script for each command, as I've done on my repo
https://github.com/Resxt/Plutonium-T6-Scripts/tree/main/chat_commands
Last thing, toggles such as
cg_thirdPersonyou can have the same result with a single bindbind M "toggle cg_thirdPerson 0 1", so you just press once to turn it on and again to turn it off -
Few of the commands you've shown are built-in (give and cg_thirdPerson), others are scripts so you'd need an equivalent script in Plutonium
One easy way to do what you want would be to have chat commands such as
!addpoints me 5000, to then bind this chat message to a key withbind M "say !addpoints me 5000"I do have some of the commands you want already made, and some others you'd need to implement them which can be done easily creating a dedicated chat_commands individual script for each command, as I've done on my repo
https://github.com/Resxt/Plutonium-T6-Scripts/tree/main/chat_commands
Last thing, toggles such as
cg_thirdPersonyou can have the same result with a single bindbind M "toggle cg_thirdPerson 0 1", so you just press once to turn it on and again to turn it offResxt Hey mate, I actually have your gsc list on my BO2. There isn't any punishment commands I can do on there is there? Struggling to find ones that have remove all perks, remove current weapon, easter egg song etc. Any ideas? I stream the game so i'd like to add more punishments for me, for my followers to interact. I've seen a couple of streamers use it and I can't tell whether they're using mod menus. They're getting perks from all the maps onto town survival etc
-
Resxt Hey mate, I actually have your gsc list on my BO2. There isn't any punishment commands I can do on there is there? Struggling to find ones that have remove all perks, remove current weapon, easter egg song etc. Any ideas? I stream the game so i'd like to add more punishments for me, for my followers to interact. I've seen a couple of streamers use it and I can't tell whether they're using mod menus. They're getting perks from all the maps onto town survival etc
Not really, it's designed with general use cases in mind, there is a remove points command tho
Implementing a remove weapon or remove perk command shouldn't be hard -
This post is deleted!
-
Not really, it's designed with general use cases in mind, there is a remove points command tho
Implementing a remove weapon or remove perk command shouldn't be hardResxt where do I find these? feel like i'm going crazy when all i want to do is bind some commands to some keys - take ammo, take weapon, take all perks, etc
-
Resxt where do I find these? feel like i'm going crazy when all i want to do is bind some commands to some keys - take ammo, take weapon, take all perks, etc
beatsandcelery scripting it
-
beatsandcelery scripting it
Resxt is that just a simple gsc script in scripts/zm?
-
Resxt is that just a simple gsc script in scripts/zm?
beatsandcelery yeah