You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-7Lines changed: 7 additions & 7 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -49,11 +49,11 @@ Restart the command line console to make the new environment variables available
49
49
50
50
## How to Build: Prebuilt Binaries
51
51
52
-
You will need to download and extract additional binary files (as of 2026/05/30) from the CDN into the X:\develop\DagorEngine folder:
53
-
*[tools-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.05.30/tools-base.7z) - contains initial data for tools
52
+
You will need to download and extract additional binary files (as of 2026/06/13) from the CDN into the X:\develop\DagorEngine folder:
53
+
*[tools-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/tools-base.7z) - contains initial data for tools
54
54
*[samples-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.04.30/samples-base.7z) - contains initial assets that will be compiled into binary files that will be loaded by the game (samples)
55
-
*[outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.04.30/outerSpace-devsrc.7z) - contains initial assets for OuterSpace sample project
56
-
*[dngSceneViewer.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.05.30/dngSceneViewer.7z) - contains binary data for east_district sample with dngSceneViewer (windows-x86_64 executables also included)
55
+
*[outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/outerSpace-devsrc.7z) - contains initial assets for OuterSpace sample project
56
+
*[dngSceneViewer.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/dngSceneViewer.7z) - contains binary data for east_district sample with dngSceneViewer (windows-x86_64 executables also included)
57
57
58
58
More downloads in the repository [https://github.com/GaijinEntertainment/DagorEngine/releases](https://github.com/GaijinEntertainment/DagorEngine/releases) with prebuilt binaries (may be a bit outdate):
First unpack [tools-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.05.30/tools-base.7z) to DagorEngine root to get mandatory binary files in their place.
83
+
First unpack [tools-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/tools-base.7z) to DagorEngine root to get mandatory binary files in their place.
84
84
85
85
If you are going to run samples unpack [samples-base.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.04.30/samples-base.7z) to DagorEngine root (if you plan to only build EXE and shaders these binary data are not mandatory).
86
86
87
-
To build and run OuterSpace sample project unpack also [outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.04.30/outerSpace-devsrc.7z) to DagorEngine root.
87
+
To build and run OuterSpace sample project unpack also [outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/outerSpace-devsrc.7z) to DagorEngine root.
88
88
89
89
Then run `build_all.py` in DagorEngine root.
90
90
@@ -125,7 +125,7 @@ Example: `build_all.py project:dngSceneViewer code shaders` will build only code
125
125
[Demos of a new Gaijin’s game showcase Dagor Engine power](https://gaijinent.com/news/demos-of-a-new-gaijins-game-showcase-dagor-engine-power)<br>
126
126
[East District review on YouTube](https://youtu.be/miABl6aekBA)
127
127
* Multiplayer sample: **Outer Space**<br>
128
-
[Code](https://github.com/GaijinEntertainment/DagorEngine/tree/main/outerSpace/prog) and source (develop) files [outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.04.30/outerSpace-devsrc.7z) to be unpacked to DagorEngine root<br>
128
+
[Code](https://github.com/GaijinEntertainment/DagorEngine/tree/main/outerSpace/prog) and source (develop) files [outerSpace-devsrc.7z](https://dagorenginedata.cdn.gaijin.net/head-2026.06.13/outerSpace-devsrc.7z) to be unpacked to DagorEngine root<br>
129
129
Prebuilt game (executables, shaders, vromfs, gameres) is available as [outerSpace-prebuilt-fullsrc.tar.gz](https://dagorenginedata.cdn.gaijin.net/rel-fea0a2b3ae5acdb25e088e57a8fb1f77d5ba3e1d/outerSpace-prebuilt-fullsrc.tar.gz)
0 commit comments