Disable fast moving with things
1 Attachment(s)
Hi, in many maps there are things (like boxes), that can be moved, I mean if I go forward and touch the thing, I go forward with that thing (maybe little slower). What I want is to disable ability to move very fast, when I press E (+use) button on that thing, that the thing could only be moved by touching and walking in it, and would nothing change when I press E button. Can someone make something like that?
|
Re: Disable fast moving with things
I don't know if your talking about the use glitch with moveable objects, but it seems like that's something that can't be fixed (at least I did not find a solution)
|
Re: Disable fast moving with things
The box or object you kan move is tied whit an ent(func_pushable)
we culd easly remove the hole move able object but dont know what to do if you want to keep it. engine Code:
|
Re: Disable fast moving with things
Quote:
But I don't think he's not trying to disable the movement altogether, I think he just wants to move faster when pressing the +USE key. Try setting the friction to a lower value when the player is touching it and pressing the +USE key and see if that works. |
Re: Disable fast moving with things
Quote:
|
Re: Disable fast moving with things
Ah right. Well the solution will be nearly the same. Detect the touch and disable the USE key while touching it.
|
Re: Disable fast moving with things
*bumb*
|
Re: Disable fast moving with things
Quote:
|
Re: Disable fast moving with things
Detect touch won't work since you don't need to touch object to push/pull them.
|
Re: Disable fast moving with things
Would not be a good way to hook +use key and altering entitie friction value ?
|
| All times are GMT -4. The time now is 11:02. |
Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.