Skip to content

ltroylove/windrose-mod-tool

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BlackFlag Mod Manager

A desktop GUI application for managing and creating mods for Windrose (Early Access, Steam).

Note: This is our first modding project, so not everything may work as expected. It is still actively being developed and improved.

Features

  • Mod Manager — install, enable, and disable .pak mods for the client and dedicated server
  • Game Tuning Creator — generate custom .pak mods that adjust stack sizes, loot drop multipliers, and resource spawner timing
  • Mod Library — unified library for downloaded and generated mods
  • Backup System — automatic backups of your ~mods/ folder before any destructive operation
  • Activity Log — persistent history of every install, remove, enable, disable, and generation
  • Dashboard — quick actions, recent activity, and one-click game launch

Requirements

  • Python 3.10+
  • Windows 10/11
  • Windrose installed via Steam

Setup

pip install -r requirements.txt
python main.py

On first launch, the tool will attempt to auto-detect your Windrose installation via the Steam registry. If not found, set the path manually in Settings.

Project Structure

core/           Business logic (no UI imports)
ui/             customtkinter GUI
  tabs/         One file per tab
tools/          repak.exe and extracted reference data
data/           Runtime data (gitignored)
Docs/           Developer notes and planning docs

How It Works

The Game Tuning Creator applies your chosen multipliers to vanilla game values and repacks them into a custom .pak mod using repak.

Supported tuning categories: stack sizes, loot (wood, fiber, stone, ore, minerals, crops, food plants, herbs, scrap, fishing), and resource spawner respawn timing.

License

This project is licensed under the GNU General Public License v3.0 — see LICENSE for details.

Any distributed modifications must also be released under GPL v3.

About

Desktop mod manager and game tuning tool for Windrose (UE5)

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages