]> git.xonotic.org Git - xonotic/xonotic.wiki.git/blobdiff - SMB-modpack.md
Update title
[xonotic/xonotic.wiki.git] / SMB-modpack.md
index f7a472a25655f315061e30926adac7a9de8d128e..163d7da0d2a6639427925f78040872929235a3a4 100644 (file)
@@ -1,6 +1,6 @@
 **[SMB modpack](https://github.com/MarioSMB/modpack)** project developed by **[Mario](https://github.com/MarioSMB)**.
 
-The modpack build works using a submodule from '_xonotic-dat.pk3dir_' from the official gamelogic development repository.
+The modpack build works using a submodule from '_xonotic-data.pk3dir_' from the official gamelogic development repository.
 
 Uses **update.sh** and **build.sh** shell script files. 
 
@@ -26,6 +26,10 @@ 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.
 
+To run '_update.sh_' script, you should go to the current directory where is this script and execute:
+
+`./update.sh`
+
 ### Commit with submodule
 
 Additionally, after done `git submodule update --remote --merge`, if you want to commit:
@@ -42,4 +46,8 @@ Additionally, after done `git submodule update --remote --merge`, if you want to
 
 '_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.
 
-What this does is relate the directory path to the submodule '_xonotic_' directory inside the '_qcsrc_' folder. Thanks to this, makes possible to look at the '_mod_' folder having to relate the submodule directory '_xonotic/qcsrc_'.
\ No newline at end of file
+What this does is relate the directory path to the submodule '_xonotic_' directory inside the '_qcsrc_' folder. Thanks to this, makes possible to look at the '_mod_' folder having to relate the submodule directory '_xonotic/qcsrc_'.
+
+To run '_build.sh_' script, you should go to the current directory where is this script and execute:
+
+`./build.sh`
\ No newline at end of file