Gourdlets: How to Unlock All Items Immediately

Unlocking all the items in Gourdlets can be a time-consuming process, taking around 20 hours of in-game idling. If you create a new save file, you’ll need to go through this process again, which can be both impractical and tedious.

Fortunately, there’s a quicker way to unlock everything by editing your save file. This guide will walk you through the steps to modify your save file and access all items without the hassle.

Locating Your Save File

Before you start editing, you need to find your save data. Here’s how to locate it based on your operating system:

  • Windows: %APPDATA%\Godot\app_userdata\Gourdlets\SavedGames\UserFiles
  • macOS: ~/Library/Application Support/Godot/app_userdata/Gourdlets/SavedGames/UserFiles
  • Linux: ~/.local/share/godot/app_userdata/Gourdlets/SavedGames/UserFiles

Editing the Save File

  1. Create a Backup
    • Before making any changes, it’s crucial to back up your saved file. This precaution will prevent accidental loss of data.
  2. Open the Save File
    • Use a text editor, such as Notepad, to open your saved file.
  3. Modify the Save Data
    • Scroll to the bottom of the file where you’ll find information about your town and items.

    To Unlock a Single Item:

    • Find the line  "TOWN_SCORE": 0, and change it to "TOWN_SCORE": 2500,. This adjustment will unlock one item based on your town’s score.

    To Unlock All Items at Once:

    • Locate the "UNLOCKED_ASE_TAGS" section. Delete its contents and replace it with the following list:
      “UNLOCKED_ASE_TAGS”: [
      “park_grill”,
      “picnic_blanket_a”,
      “sewer_grate”,
      “mushroom_a”,
      “sandcastle_a”,
      “egg_a”,
      “beach_umbrella_a”,
      “plastic_flamingo_a”,
      “little_library_a”,
      “billboard_a”,
      “windmill_a”,
      “minigolf_a”,
      “spring_rider_a”
      ],
  4. Save and Reload
    • After making the changes, save the file and load the game. You should now have access to all the items you unlocked.

Enjoy exploring all the new items and enhancing your Gourdlets experience!

Leave a Comment