Adding informations about config files

This commit is contained in:
yannk 2021-12-17 22:52:29 +01:00
parent 37f4c78f3b
commit 1035416935

View file

@ -6,11 +6,9 @@ This repository use [Git LFS](https://git-lfs.github.com/).
### Configuration of the Makefile
The beginning of the Makefile contains all the variables and configuration needed.
The files `global-config.mk` and `local-config.mk` contain configuration informations about paths to sources, executables and to the building destinations. The `global-config.mk` one contains all the variables which can be set, and shouldnt be modified, as it can receive new variables in the future needed for the script to work, and is handled by git for new versions. If you want to specify a dedicated value to any variable, you should copy its line definition to the `local-config.mk` file, as it has been done for the preview build folder as example. Like this, you will keep your local configuration files in the future with new versions of the script.
# Variables definitions
The very first one shouldnt be changed, as it will check the proper shell is used to execute the script.
Simply write either the absolute or the relative path from your Makefile script situation for any information needed.
## Executables used
@ -18,13 +16,13 @@ These are the adress of the substance automation toolkit binaries.
## Sbsar files generation part
You need to define a sbs source folder where the script will check for new content. It must be indicated in the corresponding place there. Simply write either the absolute or the relative path from your Makefile script situation for the `SBS_DIR` variables content.
You need to define a sbs source folder where the script will check for new content in the `SBS_DIR` variables content.
You must write down also the place where the script will write the generated sbsar.
## Texturesets files
You can leave the folder indicated here, as it will be used only internally by the script to check the texturesets it handles.
This files will be used only internally by the script to check the texturesets it handles.
# Texture names possible