Skip to content

Commit

Permalink
Update metadata and improve compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
szapp committed May 11, 2024
1 parent 3f63a30 commit cb689ae
Show file tree
Hide file tree
Showing 5 changed files with 14 additions and 5 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/scripts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ on:
push:
paths:
- "Ninja/**/*.src"
- "Ninja/**/*.SRC"
- "Ninja/**/*.d"
- "Ninja/**/*.D"
workflow_dispatch:

# These permissions are necessary for creating the check runs
permissions:
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,11 @@ on:
push:
paths:
- "Ninja/**/*.src"
- "Ninja/**/*.SRC"
- "Ninja/**/*.d"
- "Ninja/**/*.D"
- "_work/Data/**/*"
workflow_dispatch:

# These permissions are necessary for creating the check runs
permissions:
Expand Down
3 changes: 3 additions & 0 deletions Compass.vm
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ VDFName=.\Compass.vdf

[FILES]
; Modular resources
_work\Data\Anims\*.MDS
_work\Data\Anims\MDS_Mobsi\*.MDS
_work\Data\Anims\MDS_Overlay\*.MDS
_work\Data\Anims\_compiled\*.MAN
_work\Data\Anims\_compiled\*.MDH
_work\Data\Anims\_compiled\*.MDL
Expand Down
4 changes: 2 additions & 2 deletions Ninja/Compass/Content/init.d
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ func void Ninja_Compass_Menu(var int menuPtr) {
MEM_InitAll();

// Version check
if (NINJA_VERSION < 2813) {
MEM_SendToSpy(zERR_TYPE_FATAL, "Compass requires at least Ninja 2.8.13 or higher.");
if (NINJA_VERSION < 2800) {
MEM_SendToSpy(zERR_TYPE_FATAL, "Compass requires at least Ninja 2.8 or higher.");
};

MEM_Info("Compass: Initializing entries in Gothic.ini.");
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ This patch (Gothic, Gothic Sequel, Gothic 2, and Gothic 2 NotR) adds an on-scree
This is a modular modification (a.k.a. patch or add-on) that can be installed and uninstalled at any time and is virtually compatible with any modification.
It supports <kbd>Gothic 1</kbd>, <kbd>Gothic Sequel</kbd>, <kbd>Gothic II (Classic)</kbd> and <kbd>Gothic II: NotR</kbd>.

###### Generated from [szapp/patch-template](https://github.com/szapp/patch-template).
<sup>Generated from [szapp/patch-template](https://github.com/szapp/patch-template).</sup>

<img src="https://github.com/szapp/Compass/assets/20203034/ada59636-7337-47cb-8c3d-0d2dc571b659" alt="Screenshot" width="29%" /> &nbsp;
<img src="https://github.com/szapp/Compass/assets/20203034/5e55e0ff-aadf-48df-9801-d93e285cd5e9" alt="Screenshot" width="51%" />
Expand Down Expand Up @@ -43,8 +43,8 @@ The patch is also available on
### Requirements

<table><thead><tr><th>Gothic</th><th>Gothic Sequel</th><th>Gothic II (Classic)</th><th>Gothic II: NotR</th></tr></thead>
<tbody><tr><td><a href="https://www.worldofgothic.de/dl/download_6.htm">Version 1.08k_mod</a></td><td>Version 1.12f</td><td><a href="https://www.worldofgothic.de/dl/download_278.htm">Report version 1.30.0.0</a></td><td><a href="https://www.worldofgothic.de/dl/download_278.htm">Report version 2.6.0.0</a></td></tr></tbody>
<tbody><tr><td colspan="4" align="center"><a href="https://github.com/szapp/Ninja">Ninja 2.8.13</a> (or higher)</td></tr></tbody></table>
<tbody><tr><td><a href="https://www.worldofgothic.de/dl/download_34.htm">Version 1.08k_mod</a></td><td>Version 1.12f</td><td><a href="https://www.worldofgothic.de/dl/download_278.htm">Report version 1.30.0.0</a></td><td><a href="https://www.worldofgothic.de/dl/download_278.htm">Report version 2.6.0.0</a></td></tr></tbody>
<tbody><tr><td colspan="4" align="center"><a href="https://github.com/szapp/Ninja">Ninja 2.8</a> or higher</td></tr></tbody></table>

<!--
Expand Down

0 comments on commit cb689ae

Please sign in to comment.