Moderator: Forum Guards
Sh¤gån wrote:I have soldout, and i only changed the DX ini not default and it work for me.
As i said earlier is there any way of having a random name bind?
~[A]Daedalus~ wrote:I don't know the author of this article (it wasn't me). If anyone knows who made that, please let me know. BBCode by General Joey.
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
ÅLËš wrote:~[A]Daedalus~ wrote:I don't know the author of this article (it wasn't me). If anyone knows who made that, please let me know. BBCode by General Joey.
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
for the med bind ive just tried it and it only brings out the wep in invetorybelt 2.
Longc[A]t wrote:I still think Dae is a russian spambot.
~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
~[A]Daedalus~ wrote:Toxicelfman wrote:all it does for me is uses med
Err and what you expect it to do?
SingleQuote=Med | Onrelease ActivateBelt 1
Aliases[19]=(Command="ActivateBelt 9 | OnRelease ParseLeftClick",Alias=Med)
[Å]Kaiden wrote:Heh, it's supposed to get the weapon in slot 2 out after using the medkit. It doesn't work with anyone as far as I know.
Longc[A]t wrote:I still think Dae is a russian spambot.
~[A]Daedalus~ wrote:There will be a day when my patience goes away and you, along with all who rant with you, will get banned.
ô¿ô¥[GODZ]¥NOCHANC wrote:I can ban any one I want ANY time I want. You have no rights here.
Clix wrote:Lol, I remember I had setname played binded to crouch once xD
Ctrl = Duck | Setname Player
1000 aliases, and you change em in fight
And yes, there are binds that automatically do the whole medding process.
Mine:
Aliases[23]=(Command="ActivateBelt 9|onrelease ParseLeftClick",Alias=MedKit)
NumPad0=ParseRightClick|ParseRightClick|MedKit|OnRelease ActivateBelt 1
(It's practically the same as mainman's, I just decided to put 2 parserightclicks in front, to speed up the time it takes to take out med, making it nearly instant medding at good ping and good fps.)
Although, mainman, where did you get that bind? Did you make it yourself or did you get it off someone? I made it with some other guy 2-3 years ago, and although I tried telling people to use this bind, they ended up leaving the bind behind, as they didnt put in the aliases part properly, or just didnt see the need of one.
Z=TurnLeft
Y=TeamTalk
X=
W=MoveForward
V=DualMapF9
U=FeignDeath
t=Talk
S=MoveBackward
R=ActivateBelt 9|onrelease ParseLeftClick|ActivateBelt 2
Q=Aliases[22]=(Command="Axis aBaseX Speed=+2900.0",Alias=TurnAround)
P=
o=
N=DualMapF8
M=Look
L=DualMapF11
k=KillerProfile
j=
i=DualMapF5
H=DualMapF7
G=DualMapF4
F=DualMapF6
E=ParseRightClick
D=StrafeRight
C=DualMapF3
B=BuySkills
A=StrafeLeft
Here, you can use mine:
Code:
SingleQuote=Med | Onrelease ActivateBelt 1
Aliases[19]=(Command="ActivateBelt 9 | OnRelease ParseLeftClick",Alias=Med)