Skip to content

Example modification using Gothic Mod Build Tool.

Notifications You must be signed in to change notification settings

Szmyk/gmbt-example-mod

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Structure

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

Configuration

How to install?

  1. See installation guide of Gothic Mod Build Tool

  2. 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.

Usage

  • Depending on the version of the game you have chosen go to the applicable directory: G1 or G2NoTR.

  • Run gmbt test -h or gmbt 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.

Used resources

From original game