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
_Work
directory inside your Gothic or Gothic 2 NotR. Enter clone command when_Work
directory is current working directory:git clone https://github.com/Szmyk/gmbt-example-mod.git
After that you will have
gmbt-example-mod
directory directly in_Work
.
-
Depending on the version of the game you have chosen go to the applicable directory:
G1
orG2NoTR
. -
Run
gmbt test -h
orgmbt build -h
for 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.