Skip to content

Releases: s4ptacle/Sims4Tools

s4pe 0.4.5 beta

09 Jun 14:47
Compare
Choose a tag to compare

Updates since 0.4.4 by CmarNYC:

  • Updates to CASP and GEOM for compatibility with the 6/2/16 game patch

To post feedback you can use this thread at mts. Feedback on the inline help goes in this thread.

Use 7zip to uncompress the binary, it will likely not work otherwise.

0.4.4-beta

11 Mar 10:11
Compare
Choose a tag to compare

Some updates since 0.4.3 by Buzzler, CmarNYC, pbox:

  • STBL: byte count corrected for non-ASCII strings and when adding strings with Copy (not Add), or Delete
  • SIMO updated for EP02 (v16)
  • More meaningful error message (including package name) when a package import fails
  • Inline Help added (Help > Contents)

To post feedback you can use this thread at mts. Feedback on the inline help goes in this thread.

Use 7zip to uncompress the binary, it will likely not work otherwise.

0.4.3

19 Feb 19:47
Compare
Choose a tag to compare

Some more small fixes to 0.4.3-beta, but those are mostly just internal cleanup. See below for a list of all updates since 0.3c (excerpts; see the beta release notes for full details).

Contributors: CmarNYC, Inge Jones, Buzzler, pbox; see the commits for details.

To post feedback you can use this thread at mts.

Use 7zip to uncompress the binary, it will likely not work otherwise.

Changelog since 0.3c:

0.4.3-beta:

  • Fixed CatalogCommon issue with additional byte in AuralProperties v4 (affected CCOL and COBJ); CatalogCommon is now version 0xB by default
  • Fixed CLIP issues with creating new instances, fixed bug in resource write
  • New wrappers for THUM (_THM) 0x16CA6BC4 / TMLT 0xB0118C15
  • Read/ReadOnly file open dialog overhaul
  • PNG import/export options added for 0xE254AE6E, 0xE18CAEE2, 0x16CCF748
  • MTBL updated from updated EA template

0.4.2-beta:

  • Fixed issue with perpetual "new updates" that were always the same old 0.3c
  • Fixed folder bookmarks issue
  • Added ability to import resources that follow the EA/Maxis naming convention (group!instance.type)
  • Added several import/export handlers back in, so everything should now work with rightclick > Import / Export
  • Various updates/fixes to STBL; will now also deal with STBL resources that have incorrect length information
  • Backwards compatibility: correctly deals with pre-1.13 tag format (16bit) used in COBJ, CCOL etc.
  • CASP resource flags now use external tag tuning file for better forwards compatibility
  • Added wrappers for WorldColorTimelineResource, SkyBoxColor, DMAP (DeformerMap), TRIM, CLIP; 32bit tag support added for CCOL; GEOMViewer updated

0.4.1-beta:

  • Catalogue tags are now 32bit as of the 1.13 patch (2015-12-04)
  • CASP/TONE update incorporated from here (CmarNYC)
  • All known XML resource types added to TextResources (which means they will have a preview in s4pe)

0.4-beta:

  • Catalogue tags: Replaced hard-coded tag lists with a separate XML file being parsed into tags and categories (which makes it easier for end users to update -> simply replace the XML with one from the current game files). Includes custom Grid editors for tags/categories (COBJ and others) and compound tags (CASP); they support autocomplete. See also here
  • Updated OBJD to correctly parse EnvironmentScoreEmotionTags. This is based on Inge’s and Snaitf’s wrappers from here (refactored to meet naming conventions)
  • Fixed MTST (fix by Inge from last November)
  • Updated FTPT, TONE, RSLT based on Maxis binary templates; more info here
  • New folder bookmark functionality (Top menu > Settings)

0.4.3-beta

13 Feb 14:49
Compare
Choose a tag to compare

Assorted fixes and updates by CmarNYC, Buzzler, pbox, Inge Jones (see the recent commits for detailed information):

Fixes:

  • Fixed CatalogCommon issue with additional byte in AuralProperties v4 (affected CCOL and COBJ); CatalogCommon is now version 0xB by default
  • Fixed CLIP issues with creating new instances, fixed bug in resource write

Updates, edits, additions:

  • New wrappers for THUM (_THM) 0x16CA6BC4 / TMLT 0xB0118C15
  • Read/ReadOnly file open dialog overhaul
  • png import/export options added for 0xE254AE6E, 0xE18CAEE2, 0x16CCF748
  • MTBL updated from updated EA template
  • Updated Extensions.txt ( = fewer UNKN)
  • Stray headers updated

To post feedback you can use this thread at mts.

Use 7zip to uncompress the binary, it will likely not work otherwise.

v0.4.2-beta

09 Feb 00:46
Compare
Choose a tag to compare

Lots of contributions by CmarNYC, Buzzler, Inge Jones (see the recent commits for detailed information):

  • Fixed issue with perpetual "new updates" that were always the same old 0.3c. Also, no more browser hijacking \o/
  • Fixed folder bookmarks issue (reported here)
  • Various updates/fixes to STBL; will now also deal with STBL resources that have incorrect length information
  • Backwards compatibility: correctly deals with pre-1.13 tag format (16bit) used in COBJ, CCOL etc.
  • 32bit tag support added for CCOL
  • Added ability to import resources that follow the EA/Maxis naming convention (group!instance.type)
  • CASP resource flags now use external tag tuning file for better forwards compatibility
  • WorldColorTimelineResource and SkyBoxColor added
  • DMAP (DeformerMap) added
  • TRIM added
  • CLIP added
  • Added several import/export handlers back in, so everything should now work with rightclick > Import / Export
  • Updated GEOMViewer
  • Updated extensions
  • Updated readme
  • Updated the included tag tuning to game version 1.15 (2016-02-04)

Use 7zip to uncompress the binary, it will likely not work otherwise.

0.4.1_beta

08 Dec 22:10
Compare
Choose a tag to compare
0.4.1_beta Pre-release
Pre-release

Preliminary update:

  • Catalogue tags are now 32bit as of the 1.13 patch (2015-12-04) -- this means in order to edit packages derived from older game versions, you should use version 0.4 beta until further notice since this is not compatible with the pre-1.13 format (yet).
  • CASP/TONE update incorporated from here (CmarNYC)
  • All known XML resource types added to TextResources (which means they will have a preview in s4pe)

Use 7zip to uncompress the binary, it will likely not work otherwise.

Updated 2016-01-09 with the tag/tagCategory list from 1.14.

0.4_beta

14 Sep 19:09
Compare
Choose a tag to compare
0.4_beta Pre-release
Pre-release

Please note that this version won't work for all resources from 1.13 or newer, since the catalog tag format has changed with that version (2015-12-04). Version 0.4.1 beta handles the new format.

Includes contributions from CmarNYC, Buzzler, Inge Jones and myself:

  • Catalogue tags: Replaced hard-coded tag lists with a separate XML file being parsed into tags and categories (which makes it easier for end users to update -> simply replace the XML with one from the current game files). Includes custom Grid editors for tags/categories (COBJ and others) and compound tags (CASP); they support autocomplete. See also here
  • Updated OBJD to correctly parse EnvironmentScoreEmotionTags. This is based on Inge’s and Snaitf’s wrappers from here (refactored to meet naming conventions)
  • Fixed MTST (fix by Inge from last November )
  • Updated FTPT, TONE, RSLT based on Maxis binary templates; more info here
  • New folder bookmark functionality (Top menu > Settings; scumbumbo request)

Screenshot of the tag editor:

Screenshot of Tag editor in Grid

Use 7zip to uncompress the binary, it will likely not work otherwise.