Skip to content

Instantly share code, notes, and snippets.

@ndarville
Created March 6, 2011 17:59
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ndarville/857457 to your computer and use it in GitHub Desktop.
Save ndarville/857457 to your computer and use it in GitHub Desktop.
Sordid Crysis 2 variables
variable: cc_breast_gravity
type: float
current: -9
help: Gravity for breast simulation.
variable: cc_breast_lowerDamper
type: float
current: 1
help: Lower damper for breast simulation.
variable: cc_breast_lowerRestRatio
type: float
current: 1
help: Lower damper rest len ratio for breast simulation.
variable: cc_breast_maxDist
type: float
current: 0.2
help: Max distance when breast is fully corrected to base.
variable: cc_breast_minDist
type: float
current: 0.05
help: Min distance when breast is not corrected after simulation.
variable: cc_breast_simulation
type: int
current: 1
help: Enabled/Disables breast simulation.
variable: cc_breast_upperDamper
type: float
current: 0.05
help: Upper damper for breast simulation.
variable: cc_breast_upperRestRatio
type: float
current: 1
help: Upper damper rest len ratio for breast simulation.
variable: cc_GroinMaxWeightAngle
type: float
current: 15
help: Max angle when groin groin rotation is max.
variable: cc_GroinMinWeightAngle
type: float
current: 35
help: Min angle when groin groin rotation is max.
variable: cc_groinSimulation
type: int
current: 1
help: Enables groin simuation.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment