Skip to content

Commit 9cd94e1

Browse files
committed
Update readme
1 parent ab7a49e commit 9cd94e1

1 file changed

Lines changed: 25 additions & 2 deletions

File tree

README.md

Lines changed: 25 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,31 @@
1-
# Battlezone98Redux_GOGModDownloader
2-
Automates downloading mods from Steam Workshop for GOG users
1+
# Battlezone 98 Redux - GOG Mod Downloader
2+
3+
A tool to download and manage Steam Workshop mods for non-Steam versions of Battlezone 98 Redux.
34

45
<img width="1152" height="882" alt="image" src="https://github.com/user-attachments/assets/e8a8766e-e375-4fa7-89df-5ce66886f4ae" />
56

67
<img width="1152" height="882" alt="image" src="https://github.com/user-attachments/assets/ee798aa0-df0f-42b9-9a5a-0068b9c6a2cf" />
78

9+
## Features
10+
* **Steam Workshop Integration**: Downloads mods using SteamCMD.
11+
* **Mod Management**: Enable, disable, update, or delete mods via a GUI.
12+
* **Smart Linking**: Uses Windows Junctions to link mods to the game folder without duplicating files.
13+
* **Auto-Detection**: Locates GOG installations and SteamCMD automatically.
14+
15+
## Requirements
16+
* Windows 10/11
17+
* Battlezone 98 Redux
18+
* Python 3.x (if running from source)
19+
20+
## Usage
21+
1. Run the application as Administrator (required for creating Junction links).
22+
2. **Downloader Tab**:
23+
* Ensure Game Path and SteamCMD paths are correct.
24+
* Paste a Steam Workshop URL or ID. You can also drag a link from Steam right into the box!
25+
* Click "Install Mod".
26+
3. **Manage Mods Tab**:
27+
* Right-click mods to Enable (Link) or Disable (Unlink).
28+
* Check for updates to keep mods synchronized with the Workshop.
829

30+
## Installation
31+
* **Source**: Install dependencies (`pip install Pillow tkinterdnd2`) and run `cmd.py`.

0 commit comments

Comments
 (0)