Don't Starve Together

Don't Starve Together

Drops Reset Countdown
Showing 1-10 of 58 entries
< 1  2  3  4  5  6 >
Update: Jun 6 @ 6:50pm

Version 1.1.12

  • Updated the mod description in the Mods selection menu as it failed to mention Vietnamese as a supported language (translation was added in Version 1.1.11)

Update: May 1 @ 3:07pm

Version 1.1.11

  • Added Vietnamese language support

Update: Feb 27 @ 1:59pm

Version 1.1.10

  • Increased the size of the Skin Statistics panel to accommodate for the new "Resurrected" skin rarity that was introduced in today's Game Update (v657284)

Update: Feb 13 @ 5:34pm

Version 1.1.9

  • Yesterday's Game Hotfix (v654051)[forums.kleientertainment.com] finally created the "unsafedata" directory and, thus, actually restored io:write functionality for mods (but it's now restricted to this folder).
    • The mod has been updated to once again use io:write for mod save files and exports
      • Mod save files are now saved to the "<DST Directory>/data/unsafedata/dropsdata_<KUID>.json" file
        • Note: Mod save files will also be duplicated using PersistentStrings. In the unlikely event that Klei disables io:write functionality again for mods, this will allow the mod to continue to keep track of Weekly Drops.
      • Exported JSON files are now found in the "<DST Directory>/data/unsafedata" directory
    • The mod had changed to using PersistentStrings in Version 1.1.7 for mod save files when Klei disabled io:write functionality for mods in Game Hotfix (v651414)[forums.kleientertainment.com].
        PersistentStrings are unfortunately stored separately between the Main and UpdateBeta branches of the game, so drops were tracked separately between the two game branches during Version 1.1.7 and Version 1.1.8 of the mod.
        • To fix this, the mod will now merge the PersistentString mod save file with the io:write mod save file (from the new "unsafedata" directory) on the first launch into each the Main and UpdateBeta branches (if both save files are present).
        • Note: As a precaution, the mod will also create separate backups of the PersistentString and io:write mod save files before merging them together. These backups can, likewise, be found in the "unsafedata" directory.

    Update: Feb 5 @ 10:53am

    Version 1.1.8

    • Today's Game Hotfix (v653007)[forums.kleientertainment.com] restored io:write functionality, but it's now restricted to the "unsafedata" directory and specific file types.
      • Unfortunately, the Game Hotfix didn't actually create the "unsafedata" directory. So, mods still don't have access to io:write functionality unless a player manually creates that folder.
      • Once Klei rectifies this issue, the mod will be updated again to revert to using io:write for mod save files and exports (instead of the temporary stop-gap change to PersistentStrings introduced in Version 1.1.7).
    • Using io:write to any other directory now causes a game crash. As this mod was still referencing old save paths, the mod was updated to prevent said crashes.

    Update: Jan 25 @ 3:58pm

    Version 1.1.7

    • Yesterday's Game Hotfix (v651414)[forums.kleientertainment.com] disabled the ability for mods to use the io:write function.
        As the Weekly Drops Counter, Weekly Skin Drops History, and Curio Cabinet Skin Data Export features of this mod all use this function, the mod was updated to instead use PersistentStrings.
          This is a temporary stop-gap fix until Klei releases an io:write alternative since PersistentStrings are stored separately between the UpdateBeta and Main branches of the game. So, Weekly Drops obtained in the UpdateBeta branch will unfortunately be tracked separately from the Main branch (and vice versa).
            • Curio Cabinet Skin Data JSON File Exports are now found in the "Klei//DoNotStarveTogether/<SteamID>/client_save" folder instead of the "steamapps/workshop/content/322330/1688661034/" folder.
              • All PersistentStrings are appended by a Klei header. This header must be manually removed, otherwise it will not be in a valid JSON readable format.
            • Likewise, Weekly Drops save files are now located at "Klei//DoNotStarveTogether/<SteamID>/client_save/dropsdata_<KUID>" (new location) instead of "<DST Directory>/data/dropsdata_<KUID>.json" (old location)
              • In the event that io:write functions are restored, the mod currently will attempt to save in both the old and new locations. But, without the io:write function, only saving at the new location will succeed.
            • Note: Any drops obtained (with this mod enabled) between the release of yesterday's Game Hotfix (v651414) and today's Version 1.1.7 mod update were unfortunately not tracked by the Weekly Drops Counter nor the Weekly Skin Drops History

          Update: Aug 2, 2024 @ 7:56pm

          Version 1.1.6

          • Fixed a rare spacing issue that could cause text to flow outside the modal box when translated skin names (from other language mods) contain special characters

          Update: Dec 20, 2023 @ 10:14pm

          Version 1.1.5

          • As there were still scaling issues with Cyrillic characters when using this mod at the same time as a specific Russian translation mod, this mod now completely disables text scaling elements in the main modal box when that translation mod is enabled.
            • This should resolve all black screen issues related to using both this and that translation mod at the same time.

          Update: Dec 18, 2023 @ 10:25am

          Version 1.1.4

          • As there were scaling issues with Cyrillic characters when using this mod in conjunction with a specific Russian translation mod, this mod now detects if that translation mod is enabled.
            • If it is, then certain text scaling elements in the modal box are either reduced or disabled.

          Update: Dec 8, 2023 @ 6:00am

          Version 1.1.3

          • Fixed another situation where Cyrillic characters fail to properly scale when using this mod in conjunction with a Russian translation mod