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
+11Lines changed: 11 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -25,6 +25,17 @@ Run these commands in terminal:
25
25
* cd GLKeeper
26
26
* make
27
27
28
+
### How to Run
29
+
30
+
Original Dungeon Keeper 2 game resources required in order to play (GOG or Retail version). It still can be purchased here https://www.gog.com/game/dungeon_keeper_2
31
+
32
+
Note that GLKeeper must be compiled and configured (optionally) before this step as described above.
33
+
To run it on Linux just type in console:
34
+
* cd GLKeeper
35
+
* run ARGS="-gamedir XXX -mapname YYY"
36
+
37
+
Here XXX is path to original game resources directory and YYY is map name to load.
0 commit comments