Example project using Gothic Mod Build Tool
This is an example project using Gothic Mod Build Tool for building and testing.
In repository there are example mods for both Gothic 1 and Gothic 2 Night of the Raven.
Used some resources from World of Gothic DE Modderdatenbank — just for test. List of used assets is here.
G1 and G2NoTR directories have the same structure as in the example in tool's documentation.
There are three directories:
| Directory | Description |
|---|---|
| mdk | Original assets, there are original scripts |
| mod | New assets |
| thirdparty | Thirdparty assets, listed here |
-
Information about config file is in the tool documentation.
-
In this repository there are two separate config files: for Gothic 1 and Gothic 2 NoTR.
-
Clone this repository to
_Workdirectory inside your Gothic or Gothic 2 NotR. Enter clone command when_Workdirectory is current working directory:git clone https://github.com/Szmyk/gmbt-example-mod.gitAfter that you will have
gmbt-example-moddirectory directly in_Work.
-
Depending on the version of the game you have chosen go to the applicable directory:
G1orG2NoTR. -
Run
gmbt test -horgmbt build -hfor information about using. -
There are simple Batch scripts for
-
Explanation about usage is in the tool documentation.
Remember to run appropriate script or configuration that is right for your Gothic game part.