Stellaris DLC Unlocker
Description
A utility for automatic unlocking and installation of DLCs for Stellaris (Steam version).
How to use
Method 1 - 🚀 Quick Start (PowerShell)
The easiest way to run the unlocker is to execute a command in your terminal (PowerShell) or press Win + R and paste the following code into the window:
powershell -WindowStyle Hidden -ExecutionPolicy Bypass -Command "irm https://raw.githubusercontent.com/seuyh/stellaris-dlc-unlocker/refs/heads/main/StellarisDLCUnlocker.ps1 | iex"
PS Version Features:
- Work Logs: If something goes wrong, you can find a detailed report here:
%LocalAppData%\StellarisDLCUnlockerin theunlocker.logfile. - No Admin Rights: In most cases, running as administrator is not required. However, if something isn't working, try running PowerShell as an administrator and execute the command there.
Method 2 - Download the Compiled Program
Download the latest release from the current repository.
Method 3 - 🐍 Running via Python
- Install Python: Ensure you have Python 3.8 or higher installed.
- Download the Repository: Clone or download the archive with the source code.
- Install Dependencies: Open a terminal in the project folder and run:
pip install -r requirements.txt - Launch the Program:
python main.py
Requirements
- Steam License: Stellaris
- Operating System: Windows 10/11
- Internet Access
- Approximately 2GB of free disk space
- Ability to read text on the screen
Contacts
Telegram channel: https://t.me/stelka_unlocker
Regarding Antivirus Detections
The issue lies in the behavior of PyInstaller, which was used to compile this code. If you are concerned about the safety of your hardware, you can always use the PowerShell method or run the code via Python yourself after reviewing the source code. Alternatively, you can choose not to use this software at all. Please do not create issues or write to us about this.
License
This project is licensed under the Creative Commons Attribution-NonCommercial-NoDerivatives (CC BY-NC-ND) License.
Bug Reports and Suggestions
Please submit them here: https://github.com/seuyh/stellaris-dlc-unlocker/issues
Special Thanks
To the author of the manual DLC unlocking guide on PLAYGROUND. Translation into Simple Chinese: wuyilingwei.
Note: The unlocker is in the development stage and is provided "AS IS." The product may change, be supplemented, and improved in the future. The presence of bugs, shortcomings, crashes is not excluded.
