Originally Posted By: 3run
I need box collusions (or at least capsule) instead of ellipsoid, I hate it.
I can't get solid movement with it, and I do not see any examples as well.

I've downloaded your script. Works fine for the FIRST sight. But in your script you use "USE_BOX" in "c_trace" to get collision detection.

The manual says USE_BOX don't use a box but an ellipsoid:
Quote:
USE_BOX
Uses the size, orientation, and shape of the bounding ellipsoid of the me entity as a 'probe' for tracing, rather than a line. The ellipsoid can be set up temporarily to the desired shape such as a sphere or a flat disk. A vertical trace with USE_BOX can detect the minimum ground distance within a round area, while ignoring small holes or grates.