Releases: ficool2/PhysSwapper
Releases · ficool2/PhysSwapper
Version 1.0.1
- Updated to latest version of VPhysics-Jolt
- Fixed health/ammo pickups not working (set
vjolt_trace_portal_hack 1
by default) - Fixed collision layers not working (fixes grenades and stickies being stopped by disabled or invisible brushes)
- Fixed prediction errors on static props
- Added convar
vjolt_trace_shrink_convex
(default: 1). This fixes prediction errors on static props at the cost of the player motion rarely being stopped when moving against a prop. - Added convar
vjolt_trace_discard_backface
(default: 1). This fixes stuck bugs resulting fromvjolt_trace_portal_hack 1
but may have unknown side effects. Disabling this may help if there potentially is strange player anomalies such as wrong teleportation occuring.
Version 1.0.0
Initial commit