branchrust_reboot/main/siege_weaponscancel
18 Commits over 0 Days - ∞cph!
replaced fully rigid linear constraint with a stiff spring and a small linear limit for it to play in
- absorbs force spikes better, especially when a kinematic body is attached
horse walking, trotting, sprinting, and turning speeds modified by towing
- currently flat modifier of 60 percent across the board
missing TowingJointBreakDebug file
siege weapons override vehicle handbrakes when being towed
- fixed towed entities not getting their tow attach/detach callbacks
client-only compile fixes
more towing strength adjustment
applying horse motion through rigidbody to give more information for joint resolution, also adjusted towing anchor down
halved twoing joint break strength
added TowConfig prefabattribute that's retrieved and combined between two objects when towing begins
- combines to the most restricted settings of both configs (a towing object may allow free rotation on an axis that the towed object may need to restrict)
cars ticking tow attachment properly and handling detaching
adjusting layering and position of towing anchors and triggers
removed dependency on BaseEntity from AttachTo
more towing
- inverted control of towing attachment
- simplified AttachTo func, we can get the anchor points internally with information from the interface
corrected body used by horse for towing and some hitch->tow renaming
separation of towing (renamed from hitching) into its own class, exposing an interface for things that want to tow or be towed (shared interface, the joint goes both ways)