userGriglercancel
branchrust_reboot/main/siege_weaponscancel

18 Commits over 0 Days - ∞cph!

12 Months Ago
client compile fix
1 Year Ago
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
1 Year Ago
horse walking, trotting, sprinting, and turning speeds modified by towing - currently flat modifier of 60 percent across the board
1 Year Ago
missing TowingJointBreakDebug file
1 Year Ago
siege weapons override vehicle handbrakes when being towed - fixed towed entities not getting their tow attach/detach callbacks
1 Year Ago
server-only compile fix
1 Year Ago
client-only compile fixes
1 Year Ago
more towing strength adjustment
1 Year Ago
applying horse motion through rigidbody to give more information for joint resolution, also adjusted towing anchor down
1 Year Ago
halved twoing joint break strength
1 Year Ago
server compile fix
1 Year Ago
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)
1 Year Ago
cars ticking tow attachment properly and handling detaching
1 Year Ago
adjusting layering and position of towing anchors and triggers
1 Year Ago
removed dependency on BaseEntity from AttachTo
1 Year Ago
more towing - inverted control of towing attachment - simplified AttachTo func, we can get the anchor points internally with information from the interface
1 Year Ago
corrected body used by horse for towing and some hitch->tow renaming
1 Year Ago
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)