3DS Storefront Tool
From GameBrew
More actions
| 3DS Storefront Tool | |
|---|---|
| General | |
| Author | Cave Johnson |
| Type | PC Utilities |
| Version | V0.4 |
| License | MIT License |
| Language | English |
| Last Updated | 2025/12/25 |
| Links | |
| Download | |
| Website | |
3DS Storefront Tool is a PC tool that automates the process of creating and managing storefronts for 3DS Storefront. For more info, see 3DS Storefront.
How to Make a Custom Storefront
Step 1: Prepare Your Storefront Folder
- Create a folder on your PC.
- Place all of your storefront files and subfolders inside this folder.
Step 2: Download and Run the Tool
- Download the 3DS Storefront Tool from the provided link.
- Extract the downloaded files.
- Run
storefront.bat.
Step 3: Sign In with Google
- A Google login page will open.
- Log in using the account you want the storefront to be associated with.
- If a security warning appears, click:
- Advanced
- Go to 3DS Storefront Tool (unsafe)
- Continue
This warning appears because Google has not officially published the program.
Step 4: Create the Storefront
- In the command prompt, enter:
storefront create "C:/Path/To/Your/Storefront/Folder"
- The tool will begin creating your storefront.
Step 5: Update the Storefront
- Add or modify files in your local storefront folder.
- Run
storefront.batagain. - Enter:
storefront push "C:/Path/To/Your/Storefront/Folder"
- This will sync your storefront with your local folder and only process new or changed files to save time.
Optional: Add Files Without Deleting Anything
If you want to only add new files without removing existing ones, use:
storefront push "C:/Path/To/Your/Storefront/Folder" --add-only