CrazyRagdolls
Amplifies NPC ragdoll reactions. Car hits launch pedestrians further and goop slips send them flying. Fully configurable.CrazyRagdolls
Support: It's hard to keep mods updated and develop new ones! If you enjoy these mods, consider donating to me or other mod devs: https://ko-fi.com/deja1
Report issues or request features: https://github.com/BKPatt/CrazyRagdolls/issues
Amplifies NPC ragdoll reactions in Roadside Research. Car hits launch pedestrians further, and goop slips send them flying.
Configuration
Config file: BepInEx/config/com.crazyragdolls.roadsideresearch.cfg
General/Enabled— Master toggle (default:true). Turn off to restore vanilla reactions without uninstalling.CarHits/LaunchMultiplier— Impulse multiplier when an NPC is hit by a car (default:2.5, range0.1–20).GoopSlips/SlipMultiplier— Force multiplier when an NPC slips on goop (default:2.5, range0.1–20).
1.0 matches vanilla; higher values get progressively more absurd.
How It Works
- Patches
RagdollOnCarCollision.CalculateRagdollImpulseand scales the returned impulse. - Patches
RagdollOnGoop.OnTriggerEnterto temporarily scale_impulseForcearound each slip event, restoring the original value afterward so other systems see the unmodified field.
