* Butts * testicle fix + hidden is back * updated booba * prob bad idea actually thinking about icon states * fuck * this should be everything now * SandPoot's suggestion Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com> * tguify that last option * Revert "tguify that last option" This reverts commit f9d7a075e997e3d9c0a4f641db43343796cecb98. * Revert "Merge branch 'master' into cursingcitadel" This reverts commit 2998b1908a74b381857056f5ce6b34894d950c06, reversing changes made to 6fc65a28fa4f6012c70675b4cbc0299d7740912a. * Revert "Revert "Merge branch 'master' into cursingcitadel"" This reverts commit c4a2ad1a630b6376801df3e1cec88aad3d2935ea. Co-authored-by: SandPoot <43283559+SandPoot@users.noreply.github.com> Co-authored-by: Putnam3145 <putnam3145@gmail.com>
38 lines
1.2 KiB
Plaintext
38 lines
1.2 KiB
Plaintext
## Breast cups selectable from the character creation menu. Keep em lowercase.
|
|
BREASTS_CUPS_PREFS a
|
|
BREASTS_CUPS_PREFS b
|
|
BREASTS_CUPS_PREFS c
|
|
BREASTS_CUPS_PREFS d
|
|
BREASTS_CUPS_PREFS e
|
|
BREASTS_CUPS_PREFS f
|
|
BREASTS_CUPS_PREFS g
|
|
BREASTS_CUPS_PREFS h
|
|
|
|
## Minimum and maximum limits for penis length from the character creation menu.
|
|
PENIS_MIN_INCHES_PREFS 1
|
|
PENIS_MAX_INCHES_PREFS 24
|
|
|
|
## Minimum and maximum limits for butt size from the character creation menu. If there's bigger butt sizes out there, change the max accordingly.
|
|
BUTT_MIN_SIZE_PREFS 1
|
|
BUTT_MAX_SIZE_PREFS 5
|
|
|
|
## Body size configs, the feature will be disabled if both min and max have the same value.
|
|
BODY_SIZE_MIN 0.9
|
|
BODY_SIZE_MAX 1.25
|
|
|
|
## Allowed visibility toggles
|
|
|
|
# SAFE_VISIBILITY_TOGGLES Always visible
|
|
SAFE_VISIBILITY_TOGGLES Hidden by clothes
|
|
SAFE_VISIBILITY_TOGGLES Hidden by underwear
|
|
SAFE_VISIBILITY_TOGGLES Always hidden
|
|
|
|
## Pun-Pun movement slowdown given to characters with a body size smaller than this value,
|
|
## to compensate for their smaller hitbox.
|
|
## To disable, just make sure the value is lower than 'body_size_min'
|
|
THRESHOLD_BODY_SIZE_PENALTY 1
|
|
|
|
## Multiplier used in the smaller strides slowdown calculation.
|
|
## Doesn't apply to floating or crawling mobs.
|
|
BODY_SIZE_SLOWDOWN_MULTIPLIER 0
|