Skip to content

Commit 22fef9a

Browse files
committed
Add steam workshop IDs
1 parent 6bb9f52 commit 22fef9a

2 files changed

Lines changed: 9 additions & 10 deletions

File tree

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@ on:
1616
# (3) the workshop item IDs must be added below (one or both)
1717
# Leaving the variables empty, will skip the deployment steps
1818
env:
19-
STEAM_WORKSHOP_G1:
20-
STEAM_WORKSHOP_G2:
19+
STEAM_WORKSHOP_G1: 3524697500
20+
STEAM_WORKSHOP_G2: 3524696788
2121

2222
permissions:
2323
contents: write

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
[![Support on Ko-fi](https://img.shields.io/badge/ko--fi-support-ff586e?logo=kofi&logoColor=white)](https://ko-fi.com/szapp)
88
<!-- [![World of Gothic](https://raw.githubusercontent.com/szapp/patch-template/main/.github/actions/initialization/badges/wog.svg)](https://www.worldofgothic.de/dl/download_XXXX.htm) -->
99
<!-- [![Spine](https://raw.githubusercontent.com/szapp/patch-template/main/.github/actions/initialization/badges/spine.svg)](https://clockwork-origins.com/spine) -->
10-
<!-- [![Steam Gothic 1](https://img.shields.io/badge/steam-Gothic%201-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXX) -->
11-
<!-- [![Steam Gothic 2](https://img.shields.io/badge/steam-Gothic%202-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXX) -->
10+
[![Steam Gothic 1](https://img.shields.io/badge/steam-Gothic%201-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=3524697500)
11+
[![Steam Gothic 2](https://img.shields.io/badge/steam-Gothic%202-2a3f5a?logo=steam&labelColor=1b2838)](https://steamcommunity.com/sharedfiles/filedetails/?id=3524696788)
1212

1313
Common tools and modified utilities for modular mods for Gothic, Gothic Sequel, Gothic 2 and Gothic 2 NotR
1414

@@ -33,13 +33,12 @@ It supports <kbd>Gothic 1</kbd>, <kbd>Gothic Sequel</kbd>, <kbd>Gothic II (Class
3333

3434
2. Copy the file `Toolkit.vdf` to `[Gothic]\Data\`. To uninstall, remove the file again.
3535

36-
<!--
3736
The patch is also available on
38-
- [World of Gothic](https://www.worldofgothic.de/dl/download_XXXX.htm) | [Forum thread](https://forum.worldofplayers.de/forum/threads/XXXXXXX)
39-
- [Spine Mod-Manager](https://clockwork-origins.com/spine/)
40-
- [Steam Workshop Gothic 1](https://steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXX)
41-
- [Steam Workshop Gothic 2](https://steamcommunity.com/sharedfiles/filedetails/?id=XXXXXXXXXX)
42-
-->
37+
38+
<!-- - [World of Gothic](https://www.worldofgothic.de/dl/download_XXXX.htm) | [Forum thread](https://forum.worldofplayers.de/forum/threads/XXXXXXX) -->
39+
<!-- - [Spine Mod-Manager](https://clockwork-origins.com/spine/) -->
40+
- [Steam Workshop Gothic 1](https://steamcommunity.com/sharedfiles/filedetails/?id=3524697500)
41+
- [Steam Workshop Gothic 2](https://steamcommunity.com/sharedfiles/filedetails/?id=3524696788)
4342

4443
### Requirements
4544

0 commit comments

Comments
 (0)