duster Posted October 5, 2012 Posted October 5, 2012 Hello.Does someone know how to bind with one key long jump?(forward+force speed+jump)? I tryed bind Y "+forward" ; wait ;"force_speed" ; wait ; "+moveup" And i tryed without the "wait". Help would be apreciated.
Tinny Posted October 8, 2012 Posted October 8, 2012 I think wait needs a time period, like wait .5 or .05.
duster Posted October 9, 2012 Author Posted October 9, 2012 I think wait needs a time period, like wait .5 or .05. Thanks for the help but it still doesn't work.I don't know will it help but when i execute my .cfg file the character automacly jumps as if im holding the jump button.And when i press the binded key the character mooves forward and nothing else.I also observed that when i press right CTRL the character again gumps the same way.Don't ask me why.There must be a way.
katanamaru Posted October 10, 2012 Posted October 10, 2012 Try this: bind Y "+forward; wait 1; force_speed; wait 1; +moveup" Also try chaning the order. speed, forward, up; or speed, up, forward.
duster Posted October 10, 2012 Author Posted October 10, 2012 Try this: bind Y "+forward; wait 1; force_speed; wait 1; +moveup" Didn't work.Same thing as above. Try this: Also try chaning the order. speed, forward, up As soon as i pressed the buton it worked but i coudn't stop walking.And after that just swiched force speed i think. or speed, up, forward. Exactly as speed, forward, up.And again the same result.Ughhh.I'm not ready to give up.It has to be possible.
katanamaru Posted October 11, 2012 Posted October 11, 2012 So one version made the character do the correct jump, but after the jump the character kept walking forward? If that is the case put a wait 1 after the +forward and +up.
duster Posted October 11, 2012 Author Posted October 11, 2012 So one version made the character do the correct jump, but after the jump the character kept walking forward? If that is the case put a wait 1 after the +forward and +up. "force_speed; wait 1; +moveup; [b]wait 1[b]; +forward; [b]wait 1[b]" and "force_speed; wait 1; +forward; [b]wait 1[b]; +moveup; [b]wait 1[b]" Same result.I also tryed: "force_speed; wait 1; +moveup; [b]wait 1[b]; +forward" "force_speed; wait 1; +moveup; wait 1; +forward; [b]wait 1[b]" "force_speed; wait 1; +forward; wait 1; +moveup; [b]wait 1[b]" "force_speed; wait 1; +forward; [b]wait 1[b]; +moveup" And like every time after the long jump is performed i began to walk and the crouch and meditate cheat turns into jump.Every time i press the binded key force speed turns on.
katanamaru Posted October 12, 2012 Posted October 12, 2012 Okay the wait 1 command might be messing things up. Does anybody know the command to release a button?
Fighter298 Posted October 21, 2012 Posted October 21, 2012 Okay the wait 1 command might be messing things up. Does anybody know the command to release a button? Do you mean something like -forward ?
katanamaru Posted October 23, 2012 Posted October 23, 2012 Okay. If "+" means push the button and "-" means release the button, then try this: bind x "force_speed; +moveup; +forward; wait 5; -moveup; -forward"
duster Posted October 24, 2012 Author Posted October 24, 2012 Okay. If "+" means push the button and "-" means release the button, then try this: bind x "force_speed; +moveup; +forward; wait 5; -moveup; -forward" Yeah!It worked!Thanks to all for helping.And specialy thanks to katanamaru for often helping me out and sticking here.
katanamaru Posted October 24, 2012 Posted October 24, 2012 Glad it worked out for you! Thanks Fighter298 for that piece of information!
Recommended Posts
Archived
This topic is now archived and is closed to further replies.