diff --git a/README.md b/README.md index 84200af1..a44878bc 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,8 @@ ### The project requires a few custom engine modules to run! read the Editing the game part! +Keep in mind, that most of the work went into the engine modules so far, and the style itself. + A 3D third person RPG. With both multiplayer, and singleplayer capabilities. The main gameplay-loop goal is to create an experience with enough complexity and depth, that can rival the more old-school MMO- and action rpgs, because nowadays I feel like that is something that got lost. diff --git a/build_linux_templates_release.sh b/build_linux_templates_release.sh index 9479e8a3..8ebbea61 100755 --- a/build_linux_templates_release.sh +++ b/build_linux_templates_release.sh @@ -4,7 +4,7 @@ export SCONS_CACHE=~/.scons_cache export SCONS_CACHE_LIMIT=5000 cd engine -scons -j2 platform=x11 target=release entities_2d=no tools=no +scons -j2 platform=x11 target=release_debug entities_2d=no tools=no # use_llvm=yes