mirror of
https://gitgud.io/AbstractConcept/rimworld-animations-patch.git
synced 2024-08-15 00:43:27 +00:00
v2.0.7
- Fixed issue where apparel settings were not being saved between sessions - Using the 'set all true / false' buttons in the apparel settings now only applies to the apparel that are currently displayed in the configuration table - Added default apparel settings for Biotech apparel - Set up the strings used in the apparel configuration table menu to be translatable
This commit is contained in:
parent
e139ff14fb
commit
91b3a80400
13 changed files with 193 additions and 199 deletions
|
@ -25,6 +25,7 @@
|
|||
<show_hands> Add animated hands to animations</show_hands>
|
||||
<show_hands_desc>Requires RimNudeWorld. This feature can be performance intense. If you have large colonies (50+ colonist), you may wish to turn this off.</show_hands_desc>
|
||||
|
||||
<!-- Apparel settings-->
|
||||
<rimworld_animation_patch_clothing>Clothing options</rimworld_animation_patch_clothing>
|
||||
<crop_apparel> Crop the bottoms of worn shirts, tank tops, etc. when not wearing pants or a skirt</crop_apparel>
|
||||
<crop_apparel_desc>Only applies to torso covering apparel that lies directly on the skin and that does not cover the legs - best used alongside mods that draw pants on pawns, like the Visible Pants mod.\n\nThis setting will not be applied if you are using the Sized Apparel mod.\n\nRequires that the game to be reset if you wish to toggle it off.</crop_apparel_desc>
|
||||
|
@ -35,4 +36,18 @@
|
|||
<wearing_clothes_for_quickies> Preferred state of dress for people having a quickie</wearing_clothes_for_quickies>
|
||||
<wearing_clothes_for_quickies_desc></wearing_clothes_for_quickies_desc>
|
||||
|
||||
<apparel_button_desc>List of apparel that covers the legs and/or torso. Use the provided drop down menu to load apparel settings for different mods.</apparel_button_desc>
|
||||
<covers_groin>Hides\ngroin</covers_groin>
|
||||
<covers_groin_desc>Toggles whether genitials should be hidden when wearing this apparel.</covers_groin_desc>
|
||||
<covers_belly>Hides\nbelly</covers_belly>
|
||||
<covers_belly_desc>Toggles whether an enlarged belly should be hidden when wearing this apparel.</covers_belly_desc>
|
||||
<covers_chest>Hides\nbreasts</covers_chest>
|
||||
<covers_chest_desc>Toggles whether breasts should be hidden when wearing this apparel.</covers_chest_desc>
|
||||
<sex_wear>Sex-wear</sex_wear>
|
||||
<sex_wear_desc>Toggles whether this piece of apparel should always be kept on during lovin'</sex_wear_desc>
|
||||
|
||||
<set_all_true>Set all 'true'</set_all_true>
|
||||
<set_all_false>Set all 'false'</set_all_false>
|
||||
<reset_to_defaults>Reset to\ndefaults</reset_to_defaults>
|
||||
<reset_to_defaults_desc>Returns all values in this table to their default state.</reset_to_defaults_desc>
|
||||
</LanguageData>
|
Loading…
Add table
Add a link
Reference in a new issue