0 of 0

File information

Last updated

Original upload

Created by

Yeti

Uploaded by

RedxYeti

Virus scan

Safe to use

Tags for this mod

About this mod

SDK mod that uses an ini to allow keys to have more than 1 bind.

Permissions and credits
Dual Binds will accept any key input and run any command after it.For example, if you want your mousewheel scroll to also be use and pick up items it would look like this:

MouseScrollUp, Use, PickupSomething 0
MouseScrollDown, Use, PickupSomething 0

There's no limit to how many commands you put as long as each is separated by a comma. If you want a key to do 10 things, that will work.

You can also use Shift, Control or Alt before commands. You can also leave comments for binds using # at the front of the line.

#Drop Reload Example
Shift + Seven, ThrowWeapon, PickupSomething 1

Lastly, you can update your binds without closing the game if you set up a UpdateBindings command.

#Update Bindings
RightShift, UpdateBindings


I highly recommend looking at the example ini in the files.


Click show spoiler to see the commands and their names. Name= Command.
Spoiler:  
Show


UpdateBindings= UpdateBindings

ActionSkill= StartActionSkill

Afterburner= Turbo

Crouch= DuckPressed
Uncrouch= DuckReleased

ExitVehicle= ExitVehicle

Melee= Melee

FireWeapon= StartFire
StopFiringWeapon= StopFire

Handbrake= Handbrake

Give up Fight for your Life= InjuredSuicide

Jump= Jump

NextWeapon= NextWeapon

Pickup= PickupSomething 0

PickupEquip= PickupSomething 1

PrevWeapon= PrevWeapon

QuickSelectDown= EquipWeaponFromSlot QuickSelectDown

QuickSelectLeft= EquipWeaponFromSlot QuickSelectLeft

QuickSelectRight= EquipWeaponFromSlot QuickSelectRight

QuickSelectUp= EquipWeaponFromSlot QuickSelectUp

QuickSelectMenu= ShowQuickSelectWeaponMenu

Reload= Reload

RevivePlayer= RevivePressed

Chat= StartTextChat

ShowChallenges= ShowStatusMenu_Challenges

ShowInventory= ShowStatusMenu_Inventory

ShowLogs= ShowStatusMenu_Logs

ShowMap= ShowMap

ShowMenu= ShowMenu

ShowSkills= ShowStatusMenu_Skills

ShowStatusMenu= ShowStatusMenu

StartSprint= SprintPressed
EndSprint= SprintReleased

SwitchSeats= SwitchSeats

ThrowGrenade= ThrowGrenade

ThrowWeapon= ThrowWeapon

Trade= AttemptTrade

Use= Use

Secondary Use= UseSecondary

VehicleHorn= PlayVehicleHorn

VehicleLookBack= VehicleLookBack
VehicleStopLookBack= VehicleNoLookBack

VehicleLookLeft= VehicleLookLeft
VehicleStopLookLeft= VehicleNoLookLeft

VehicleLookRight= VehicleLookRight
VehicleStopLookRight= VehicleNoLookRight

ZoomWeaponIn= StartAltFire
ZoomWeaponOut= StopAltFire



Database/Source Code: https://bl-sdk.github.io/mods/DualBinds/