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
+6-3Lines changed: 6 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,7 +35,7 @@ Android and iOS versions might happen someday, but there are no concrete plans a
35
35
36
36
RigelEngine is not very demanding, but it does require OpenGL-capable graphics hardware.
37
37
Either OpenGL 3.0 or OpenGL ES 2.0 can be used, depending on what's chosen at compile time.
38
-
To build in GL ES mode, pass `-DUSE_GL_ES=1` to CMake.
38
+
To build in GL ES mode, pass `-DUSE_GL_ES=ON` to CMake.
39
39
40
40
Most Desktop/laptop graphics cards support OpenGL 3.0 nowadays.
41
41
However, some older integrated GPUs might only support OpenGL 2.
@@ -75,6 +75,9 @@ The only files actually required for RigelEngine are:
75
75
76
76
Currently, the game will abort if the intro movies are missing, but they aren't mandatory for gameplay, and I'm planning to make them optional in the future.
77
77
78
+
If there are existing saved games, high score lists, or settings found in the game files,
79
+
RigelEngine imports them into its own user profile when running for the first time.
80
+
78
81
### Command line options, debugging tools, more info
79
82
80
83
You can find more info that didn't quite fit in this README over on [the Wiki](https://github.com/lethal-guitar/RigelEngine/wiki). For example, you'll find info on how to activate the built-in debugging tools, a list of bugs in the original version that have been fixed in Rigel Engine, etc.
@@ -253,12 +256,12 @@ Older versions like Stretch don't have recent enough versions of CMake, Boost an
253
256
254
257
Installing the dependencies on Buster works exactly like [on Ubuntu](#linux-build-instructions-194).
255
258
256
-
When building, you need to enable OpenGL ES Support, and I also recommend doing a release build:
259
+
When building, you need to enable OpenGL ES Support:
0 commit comments