1. Welcome to the official Starbound Mod repository, Guest! Not sure how to install your mods? Check out the installation guide or check out the modding help thread for more guides.
    Outdated Mods have been moved to their own category! If you update your mod please let a moderator know so we can move it back to the active section.
    Dismiss Notice

Chicklet - Save file editor & Map Editor V2.1.4

A save file & Map editor for StardewValley

  1. Hotfix for the auto updater

    stefanhaan
    Issue with auto-updater solved!
    Thanks to ZeroByDivide wanting to be my guinea pig to see what the issue was for the auto updater not actually updating Chicklet, we managed to find the issue.

    The issue comes from having Chicklet stored in a filepath that contains a space.
    For instance storing Chicklet as followed:
    G:/Chicklet-win32-64x/

    Then you would have no issues with the auto updater.
    But if you stored it in a place like:
    G:/Save Editors/Chicklet-win32-64x/

    Then the auto updater would fail, as it uses the file path without escaping the space in Save Editors. Then the command line sees it as separate commands which are not recognised.
    To solve this " need to be added around the paths in order to not break on file paths that contain a space.

    If you don't want to redownload a new version you can open up the update.bat file in /resources/app.asar.unpacked/ and replace its contents with the line below:
    Code:
    TIMEOUT 3 && del "%~dp0..\app.asar" && ren "%~dp0..\update.asar" app.asar && "%~dp0..\..\Chicklet.exe"

    Then the auto-update should work flawlessly. I will be building 1.8.7 with this finks and replace the links with them.
    Minkah likes this.
Return to update list...