summaryrefslogtreecommitdiffstats
path: root/games/smc/README
blob: a1cfb3ec335d85de354ba1352e0af95ecea06cdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
smc (Secret Maryo Chronicles)

Secret Maryo Chronicles is an Open Source two-dimensional platform game
with a style designed similar to classic sidescroller games such as
Super Mario Bros. It uses the platform independent library SDL and, since
version 0.98, the OpenGL accelerated graphics renderer from CEGUI. The
game is developed in C++.

Notes:

Older versions of smc came without the music, so there used to be a
separate smc_music package. This is no longer the case: this build
includes the background music at the highest quality available.

To compile this game you will need CEGUI0.7. Make sure CEGUI0.7 is
compiled after FreeImage, as this needs a CEGUI0.7 with FreeImage support
built in (the latest CEGUI0.7 SlackBuild will automatically use FreeImage
if available).

Unfortunately, as of this writing, it's impossible to install both CEGUI
and CEGUI0.7 at the same time, so make sure CEGUI (the 0.8 version)
isn't installed or you'll end up with a mess.

If you get compile errors related to CEGUI's NullRenderer, rebuild
CEGUI0.7 using the latest SlackBuild (older ones were missing NullRenderer
support).

When running, the game emits CEGUI::InvalidRequestException messages on
its stderr. These are harmless and can be ignored: they're caused by
the CEGUI library searching for files in the current directory before
looking in the game directory at /usr/share/smc.