Secret Maryo Chronicles

Download

Build from source:

You must download these three files:

http://ftp.dedibox.fr/gentoo/distfiles/SMC_0.97_game.zip

http://ftp.dedibox.fr/gentoo/distfiles/SMC_0.97_source.zip

http://ftp.dedibox.fr/gentoo/distfiles/SMC_music_4.0_high.zip

Then type the following commands:

unzip SMC_0.97_source.zip -d ./

unzip SMC_0.97_game.zip -d ./

unzip SMC_music_4.0_high.zip -d ./0.97/data

For compiling:

sh ./autogen.sh

./configure --prefix=/resources/smc CC="gcc -lm" CPPFLAGS="-I/resources/indexes/include/SDL"

make

mkdir /resources/smc

mkdir /resources/smc/share

mkdir /resources/smc/share/smc

make install

in "/resources/smc/share/smc/music/game/" directory

type:

cp ./menu.ogg ./mainmenu.ogg

copy all files in "/resources/smc/share/smc/levels" sub-directory in "/resources/smc/bin/data/levels"

Create "maryo" file in "resources/smc/bin" sub-directory with aedit for example:

#!/bin/bash

cd /resources/smc/bin

./smc

Save your changes

type chmod +x /resources/smc/bin/maryo

Create "savegames" & "screenshots" sub-directories in "/resources/smc/bin" directory

package register smc

Type maryo to launch the game

The game is imcomplete because files are missing(ogg,png,etc...) but you can play.

In the game, you can open/close the level editor in pressing F8.