diff options
author | B. Watson <yalhcru@gmail.com> | 2014-04-12 22:39:33 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2014-04-12 22:39:33 +0700 |
commit | 75badd19c0a3bc0edb2d84821762a1d04f73ae3e (patch) | |
tree | a3a53b593706fdd8d027cad510279a9eb77d6902 /games/smc/README | |
parent | a18b2dc8085a024f8d4a8b1b14c04dd13181e3a4 (diff) |
games/smc: Added (Secret Maryo Chronicles).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'games/smc/README')
-rw-r--r-- | games/smc/README | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/games/smc/README b/games/smc/README new file mode 100644 index 000000000000..a1cfb3ec335d --- /dev/null +++ b/games/smc/README @@ -0,0 +1,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. |