3DS Storefront Tool: Difference between revisions
From GameBrew
More actions
Cave Johnson (talk | contribs) No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
|language=English | |language=English | ||
|format=.zip archive | |format=.zip archive | ||
|download=https://github.com/Drake-Rochelle/3DS-Storefront/releases/tag/V0. | |download=https://github.com/Drake-Rochelle/3DS-Storefront/releases/tag/V0.4 | ||
|website=https://github.com/Drake-Rochelle/3DS-Storefront/ | |website=https://github.com/Drake-Rochelle/3DS-Storefront/ | ||
}} | }} | ||
3DS Storefront Tool is a PC tool that automates the process of creating and managing storefronts for [https://www.gamebrew.org/wiki/3DS_Storefront 3DS Storefront]. For more info, see [https://www.gamebrew.org/wiki/3DS_Storefront 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 <code>storefront.bat</code>. | |||
=== 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''' | |||
<blockquote> | |||
This warning appears because Google has not officially published the program. | |||
</blockquote> | |||
=== Step 4: Create the Storefront === | |||
# In the command prompt, enter: | |||
<pre> | |||
storefront create "C:/Path/To/Your/Storefront/Folder" | |||
</pre> | |||
# The tool will begin creating your storefront. | |||
=== Step 5: Update the Storefront === | |||
# Add or modify files in your local storefront folder. | |||
# Run <code>storefront.bat</code> again. | |||
# Enter: | |||
<pre> | |||
storefront push "C:/Path/To/Your/Storefront/Folder" | |||
</pre> | |||
# 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: | |||
<pre> | |||
storefront push "C:/Path/To/Your/Storefront/Folder" --add-only | |||
</pre> | |||
Revision as of 04:50, 4 January 2026
| 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