mirror of
https://github.com/Relintai/broken_seals.git
synced 2024-11-10 08:42:11 +01:00
Update to Readme.md.
This commit is contained in:
parent
937914d390
commit
30c0c0b5ad
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user