Skip to content

Commit 4fef05e

Browse files
committed
update
1 parent 63b9a2c commit 4fef05e

File tree

3 files changed

+8
-5
lines changed

3 files changed

+8
-5
lines changed

_TS4/Mods/_o19_/copy_outfits.package

-57 Bytes
Binary file not shown.
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
CopyOutfits v1.9.7 for The Sims 4 v1.109.185 and S4CL v3.7
2-
Created on 2024-10-08
3-
v1.9.7
4-
Fix NPE within get_parts_from_clipboard() when no CAS parts are available.
1+
CopyOutfits v1.9.8 for The Sims 4 v1.109.185 and S4CL v3.7
2+
Created on 2024-10-11
3+
v1.9.8
4+
Remove all CAS Part flags (including DefaultForBodyTypeFemale/Male) to avoid that TS4 uses them when aging up sims.
55

copy_outfits/modinfo.py

+4-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ def _file_path(self) -> str:
2828

2929
@property
3030
def _version(self) -> str:
31-
return '1.9.7'
31+
return '1.9.8'
3232

3333

3434
r'''
@@ -42,6 +42,9 @@ def _version(self) -> str:
4242
TODO
4343
Load and Save outfits
4444
Read config files / support user defined skins
45+
46+
v1.9.8
47+
Remove all CAS Part flags (including DefaultForBodyTypeFemale/Male) to avoid that TS4 uses them when aging up sims.
4548
v1.9.7
4649
Fix NPE within get_parts_from_clipboard() when no CAS parts are available.
4750
v1.9.6

0 commit comments

Comments
 (0)