How do I do keybinds?
Open User.INI in your C:\DeusEx\System directory(May differ if you have installed the game in another directory, this is default.). You will notice that all keys are in there twice. The first section is for single player, and the second is for multiplayer. You can put each bind in twice if you want to, but if you only play MP then you just have to put them in the bottom section.
Near the bottom. You will see a list of your key 'bindings' that you have set in game. Just copy and paste any of the below binds to whichever key you want to action that particular bind. Blue is mainly for augs binds,Red is for both gametypes.
For example:
- Code: Select all
E=ActivateBelt 9|onrelease ParseLeftClick|ActivateBelt 2
Pressing 'E' brings out a med, releasing it brings out fully loaded weapon in slot 2.
About Aliasses
An alias is used to mainly make things easier. It saves you the trouble of having to type/copy-paste the bind over and over again, and just lets you use a name for it, like TurnAround or MedKit. You use the next unused number for the [number] bit. Like
- Code: Select all
Aliasses[22]=(Command="YourBind",Alias=NameYouWantToUse)
In this guide 22 is used as default number, however you should change the number to what the next unused number is. After doing that, type the bit after Alias= behind the key you want to use.
Binds
- Code: Select all
LeftMouse=ActivateAugmentation 3|Fire|on release ActivateAugmentation 3
This bind enables Targetting/Ballistic Protection, then fires, and when you let go of the mouse button, it disables Targetting/Ballistic Protection. Great if you want to conserve bio.
- Code: Select all
ActivateBelt 9|onrelease ParseLeftClick
yourkey=ActivateBelt 0|onrelease ParseleftClick
This bind is for grabbing your MedKit or Biocell.
- Code: Select all
Aliases[22]=(Command="Axis aBaseX Speed=+2900.0",Alias=TurnAround)
A tap turns you around so you can face behind you instantly.
- Code: Select all
ActivateBelt 9|onrelease ParseLeftClick|ActivateBelt 2
Uses a med then pulls out weapon in belt 2.
- Code: Select all
ActivateBelt 1|BuySkills|ActivateBelt 1|BuySkills|ActivateBelt 1
ActivateBelt 2|BuySkills|ActivateBelt 2|BuySkills|ActivateBelt 2
ActivateBelt 3|BuySkills|ActivateBelt 3|BuySkills|ActivateBelt 3
ActivateBelt 4|BuySkills|ActivateBelt 4|BuySkills|ActivateBelt 4
ActivateBelt 5|BuySkills|ActivateBelt 5|BuySkills|ActivateBelt 5
ActivateBelt 6|BuySkills|ActivateBelt 6|BuySkills|ActivateBelt 6
ActivateBelt 7|BuySkills|ActivateBelt 7|BuySkills|ActivateBelt 7
ActivateBelt 8|BuySkills|ActivateBelt 8|BuySkills|ActivateBelt 8
ActivateBelt 9|BuySkills|ActivateBelt 9|BuySkills|ActivateBelt 9
ActivateBelt 0|BuySkills|ActivateBelt 0|BuySkills|ActivateBelt 0
Updates skills and equips the relevent belt item. Can be used on anything. 1 is Heavy, 2 is Pistols, 3 is Rifles, 4 is Melee, 5 is Grenades, 6 is Enviro, 7 is Lockpicks, 8 is Multitools, 9 is Medicine, 0 is Hacking.
- Code: Select all
Aliases[22]=(Command="Axis aBaseY Speed=+300.0|Axis aStrafe Speed=-300.0",Alias=ForwardLeft)
Strafes Diagonally (forward left)
- Code: Select all
Aliases[22]=(Command="Axis aBaseY Speed=+300.0|Axis aStrafe Speed=+300.0",Alias=ForwardRight)
Strafes Diagonally (forward right)
- Code: Select all
Aliases[22]=(Command="ActivateAugmentation 6|onrelease ActivateAugmentation 6",Alias=ADS)
Just keeps on ADS as long as you hold down the key; useful in fights when low on bio or if you want to conserve bio.
- Code: Select all
Aliases[22]=(Command="Axis aBaseX Speed=-180.0|Axis aBaseY Speed=+050.0",Alias=CircleLeft)
Circles left
- Code: Select all
Aliases[22]=(Command="Axis aBaseX Speed=+180.0|Axis aBaseY Speed=+050.0",Alias=CircleRight)
Circles right
- Code: Select all
Aliases[22]=(Command="ActivateBelt 9 | ActivateAugmentation 1"
Pulls out a med and turns on Regen at the same time. This is useful when in combat, and you are getting your ass whooped.
- Code: Select all
Aliases[22]=(Command="ShowScores|onRelease ShowScores",Alias=Scores)
This shows the score as long as you keep the Scores button pressed.
- Code: Select all
Aliases[23]=(Command="stat net|stat fps",Alias=stats)
This shows your netstats(ping, packetloss etc.), and your current FPS.
How to play dx with out using the cd
In your DeusEx.INI file look for the [Engine.Engine] section and change the line CdPath= to read CdPath=..\
+More info on binds:
http://www.planetdeusex.com/dxmp/advanced/bindings.html
+More info on changing aug sets in game:
http://www.dxalpha.com/forum/viewtopic.php?t=8788