duster 10 Posted October 5, 2012 Share 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. Link to post Share on other sites
Tinny 10 Posted October 8, 2012 Share Posted October 8, 2012 I think wait needs a time period, like wait .5 or .05. Link to post Share on other sites
duster 10 Posted October 9, 2012 Author Share 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. Link to post Share on other sites
katanamaru 10 Posted October 10, 2012 Share 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. Link to post Share on other sites
duster 10 Posted October 10, 2012 Author Share 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. Link to post Share on other sites
katanamaru 10 Posted October 11, 2012 Share 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. Link to post Share on other sites
duster 10 Posted October 11, 2012 Author Share 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. Link to post Share on other sites
katanamaru 10 Posted October 12, 2012 Share Posted October 12, 2012 Okay the wait 1 command might be messing things up. Does anybody know the command to release a button? Link to post Share on other sites
Fighter298 10 Posted October 21, 2012 Share 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 ? Link to post Share on other sites
katanamaru 10 Posted October 23, 2012 Share 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" Link to post Share on other sites
duster 10 Posted October 24, 2012 Author Share Posted October 24, 2012 (edited) 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. Edited October 24, 2012 by duster Link to post Share on other sites
katanamaru 10 Posted October 24, 2012 Share Posted October 24, 2012 Glad it worked out for you! Thanks Fighter298 for that piece of information! Link to post Share on other sites
Recommended Posts