From d48f0f6236f47b19641a000a433c4a9b3ff1ed1d Mon Sep 17 00:00:00 2001 From: LegendaryGuard Date: Fri, 19 Mar 2021 20:07:12 +0000 Subject: [PATCH] Added sections --- SMB-modpack.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/SMB-modpack.md b/SMB-modpack.md index 2957273..0cdce3e 100644 --- a/SMB-modpack.md +++ b/SMB-modpack.md @@ -4,9 +4,11 @@ The modpack build works using a submodule from '_xonotic-dat.pk3dir_' from the o Uses **update.sh** and **build.sh** shell script files. +# How submodule works, ./update.sh and ./build.sh + Uses '_update.sh_' to obtain the content of '_gmqcc_', '_xonotic-data.pk3dir_' in '_xonotic_' folder and '_csprogs_' in '_.cache_' folder. Clearly, needs gmqcc to be able to compile, this means that '_build.sh_' calls gmqcc to compile the code. -
+## Submodule and ./update.sh The submodule of this modpack was created using: @@ -36,7 +38,7 @@ Inside '_update.sh_', there is a line: Means that when you use '_./update.sh_' with this line, the submodule content will be downloaded in your local computer where you've cloned the modpack repository. -
+## ./build.sh '_./build.sh_' compiles all repository code using gmqcc if already downloaded from '_./update.sh_', looks inside '_mod_' folder the similar contents of '_xonotic-data.pk3dir/qcsrc_' where there are: '_client_', '_common_', '_menu_' and '_server_' folders. -- 2.39.2