Skip to content

A Small program I Wrote to assist with downloading workshop items for stellaris, aimed at the GOG.com version

Notifications You must be signed in to change notification settings

RaithSphere/Workshop-Downloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stellaris Steam Downloader

The Stellaris Steam Downloader is a tool that allows you to download mods for the game Stellaris from the Steam Workshop. This program utilizes SteamCMD, a command-line utility for Steam, to fetch the mod files based on the provided ModID or URL.

Requirements

  • SteamCMD: Make sure you have SteamCMD installed on your system. You can download it from the official SteamCMD website.

Usage

  1. Clone or download the repository to your local machine.

  2. Open the program file Program.cs and update the following variables as per your system configuration:

    • steamCmdPath: Path to your SteamCMD executable.
    • appId: The desired AppID for Stellaris.
  3. Build and run the program using your preferred C# compiler or development environment.

  4. Follow the prompts in the console application:

    • Enter the ModID or URL of the mod you want to download.
    • The program will check if the ModID is valid and retrieve the mod name.
    • SteamCMD will be invoked to download the mod files from the Steam Workshop.
    • The downloaded files will be zipped and organized in a folder with the mod's ID.
    • A .mod file will be created with relevant mod information.
    • The mod folder and files will be moved to the appropriate locations.

Notes

  • This program relies on the availability and functionality of SteamCMD and the Steam Workshop webpages.

About

A Small program I Wrote to assist with downloading workshop items for stellaris, aimed at the GOG.com version

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages