We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4b44e28 commit 19bb1caCopy full SHA for 19bb1ca
src/INSTALLATION.md
@@ -26,3 +26,9 @@
26
From time to time update of submodules is needed to load latest assets:
27
28
`git submodule update --recursive`
29
+
30
+## Using local game engine ([OpenXray](https://github.com/OpenXRay/xray-16))
31
32
+- [SETUP OpenXray locally with Visual studio](https://github.com/OpenXRay/xray-16/wiki/%5BEN%5D-How-to-build-and-setup-on-Windows)
33
+- LINK game folder resources with visual studio project
34
+- todo;
src/tools/cli/cli.md
@@ -18,3 +18,4 @@ Command line tools to assist with xray engine development.
18
- [Archive commands](archive.md)
19
- [LTX commands](ltx.md)
20
- [Spawn commands](spawn.md)
21
+- [Translations commands](translations.md)
0 commit comments