You are viewing a potentially older version of this package. View all versions.
Deja-CrazyRagdolls-1.0.0 icon

CrazyRagdolls

Amplifies NPC ragdoll reactions. Car hits launch pedestrians further and goop slips send them flying. Fully configurable.

Date uploaded 3 months ago
Version 1.0.0
Download link Deja-CrazyRagdolls-1.0.0.zip
Downloads 353
Dependency string Deja-CrazyRagdolls-1.0.0

This mod requires the following mods to function

BepInEx-BepInExPack_IL2CPP-6.0.755 icon
BepInEx-BepInExPack_IL2CPP

BepInEx pack for IL2CPP x64 Unity games. Preconfigured and ready to use.

Preferred version: 6.0.755

README

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, range 0.120).
  • GoopSlips/SlipMultiplier — Force multiplier when an NPC slips on goop (default: 2.5, range 0.120).

1.0 matches vanilla; higher values get progressively more absurd.

How It Works

  • Patches RagdollOnCarCollision.CalculateRagdollImpulse and scales the returned impulse.
  • Patches RagdollOnGoop.OnTriggerEnter to temporarily scale _impulseForce around each slip event, restoring the original value afterward so other systems see the unmodified field.

CHANGELOG

Changelog

1.0.0

  • Initial release
  • Configurable car-hit launch multiplier (default: 2.5x) — scales RagdollOnCarCollision.CalculateRagdollImpulse
  • Configurable goop-slip multiplier (default: 2.5x) — temporarily scales RagdollOnGoop._impulseForce around each slip
  • Master Enabled toggle to restore vanilla reactions without uninstalling