From 8897f5693e940e2b47a86e2617da4035c66881dd Mon Sep 17 00:00:00 2001 From: PmNz8 <86913474+PmNz8@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:11:17 +0200 Subject: [PATCH 1/4] Add Divinity II modding tools landing page --- index.html | 661 +++++++++++++++++++++++++++-------------------------- 1 file changed, 339 insertions(+), 322 deletions(-) diff --git a/index.html b/index.html index 9c4230f9b..102ba2c75 100644 --- a/index.html +++ b/index.html @@ -1,322 +1,339 @@ - - - - - Real Estate Data Visualization - - - - - - - -
- Wojewódzkie wtórny - Śląskie Pierwotny - Śląsk Wtórny - Polska Wtórny - Polska Wtórny - nowe oferty z ostatnich 24h - Polska Wtórny - nowe oferty z ostatnich 7 dni - Polska Wtórny Rozmiary -
-
- - -
-
- -
-
- -
-
- -
-
- -
-
- -
- - - - - \ No newline at end of file + + + + + + + PmNz8 · Divinity II Modding Tools + + + +
+ +
+ +
+
+

Divinity II · Developer's Cut

+

Modding tools for an old game that deserves better tooling.

+

+ A small collection of utilities focused on exploring, modifying and rebuilding + assets for Divinity II: Developer's Cut. +

+ +
+ +
+

Tools

+

+ Initial landing page for the project. Repository links are placeholders for now + and currently point back to the main GitHub profile. +

+ +
+
+

Texture utility

+

Texture Viewer

+

+ Inspect Divinity II texture assets in a convenient standalone viewer. + Intended as a lightweight tool for analysis and modding workflows. +

+ + Open project + +
+ +
+

Build utility

+

Developer's Cut Patch Builder

+

+ Package modified files into patches for Divinity II: Developer's Cut, + with a workflow aimed at simple and repeatable mod distribution. +

+ + Open project + +
+
+ +
+ More tools, documentation and screenshots can be added here later without changing + the overall layout. +
+
+
+ + + + From 615b887178bbf253ea4575cb19b15e6fed4d6031 Mon Sep 17 00:00:00 2001 From: PmNz8 <86913474+PmNz8@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:14:42 +0200 Subject: [PATCH 2/4] Simplify Divinity II tools landing page --- index.html | 348 ++++++++++------------------------------------------- 1 file changed, 65 insertions(+), 283 deletions(-) diff --git a/index.html b/index.html index 102ba2c75..8229ee98c 100644 --- a/index.html +++ b/index.html @@ -3,337 +3,119 @@ - - PmNz8 · Divinity II Modding Tools + + PmNz8 - Divinity II tools -
- -
- -
-
-

Divinity II · Developer's Cut

-

Modding tools for an old game that deserves better tooling.

-

- A small collection of utilities focused on exploring, modifying and rebuilding - assets for Divinity II: Developer's Cut. -

- +
+

Divinity II: Developer's Cut tools

+

+ A small collection of hobby tools I use while experimenting with and modding + Divinity II: Developer's Cut. +

+ +
+
+

Texture Viewer

+

Simple utility for viewing texture files used by Divinity II.

+ GitHub +
+ +
+

Divinity II Developer's Cut Patch Builder

+

Small utility for building patch files for modified game content.

+ GitHub +
-
-

Tools

-

- Initial landing page for the project. Repository links are placeholders for now - and currently point back to the main GitHub profile. -

- -
-
-

Texture utility

-

Texture Viewer

-

- Inspect Divinity II texture assets in a convenient standalone viewer. - Intended as a lightweight tool for analysis and modding workflows. -

- - Open project - -
- -
-

Build utility

-

Developer's Cut Patch Builder

-

- Package modified files into patches for Divinity II: Developer's Cut, - with a workflow aimed at simple and repeatable mod distribution. -

- - Open project - -
-
- -
- More tools, documentation and screenshots can be added here later without changing - the overall layout. -
-
+
+ More information and source code will be added later. +
+ github.com/PmNz8 +
- -
-
- PmNz8 · Divinity II modding tools -
-
From 63564f705d1a9e056bc75a8f3dfe9298cde30701 Mon Sep 17 00:00:00 2001 From: PmNz8 <86913474+PmNz8@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:17:10 +0200 Subject: [PATCH 3/4] Touchup --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 8229ee98c..ddd0d6a3f 100644 --- a/index.html +++ b/index.html @@ -100,13 +100,13 @@

Divinity II: Developer's Cut tools

Texture Viewer

-

Simple utility for viewing texture files used by Divinity II.

+

Simple utility for viewing and exporting texture files used by Divinity II. Works together with Patch Builder

GitHub

Divinity II Developer's Cut Patch Builder

-

Small utility for building patch files for modified game content.

+

Small utility for building modded patch files for modified game content. Works together with the remaining tools.

GitHub
From dbd6ed7d1b06996d22b28afa96ae38e3f294f2ca Mon Sep 17 00:00:00 2001 From: PmNz8 <86913474+PmNz8@users.noreply.github.com> Date: Wed, 2 Sep 2026 15:18:21 +0200 Subject: [PATCH 4/4] Next touchups --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index ddd0d6a3f..5c28eda95 100644 --- a/index.html +++ b/index.html @@ -94,13 +94,13 @@

Divinity II: Developer's Cut tools

A small collection of hobby tools I use while experimenting with and modding - Divinity II: Developer's Cut. + Divinity II: Developer's Cut. Tested with GOG version. Available as-is.

Texture Viewer

-

Simple utility for viewing and exporting texture files used by Divinity II. Works together with Patch Builder

+

Simple utility for viewing and exporting texture files used by Divinity II. Works together with Patch Builder.

GitHub