view README @ 46:3aa3d244ad90

Brand new README!
author thib
date Thu, 26 Mar 2009 18:06:32 +0000
parents 4d7486cb20a9
children 6581f7eccd26
line wrap: on
line source

OtakuNoRaifu
------------

OtakuNoRaifu is a libre reimplementation of RealLive Visual Novel engine.
It is a fork of Jagarl's xclannad (which can be found at
http://www.creator.club.ne.jp/~jagarl/xclannad.html).

OtakuNoRaifu doesn't suffice to itself, it will need a game to run.

Project site: http://www.sitedethib.com/otakunoraifu/
SVN: http://www.sitedethib.com/svn/otakunoraifu/



Dependencies:
-------------

The following dependencies are required for OtakuNoRaifu:
    * SDL, SDL_mixer and SDL_gfx
    * Freetype

Other dependences:
    * libvorbis or libtremor/libvorbisidec (to use it, specify --enable-tremor when calling ./configure).
      If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args.



How to build:
-------------

Just type './configure' followed by 'make'.
If you want to build nwatowav (an utility to convert background musics to wav files), add '--enable-nwatowav' to the './configure' call.
Same with visarc (an utility to extract some data, such as the graphics files).

Type 'make install' to install OtakuNoRaifu.



Running OtakuNoRaifu:
---------------------

To run OtakuNoRaifu, type 'otakunoraifu' followed by the wanted options.

Options:
    -f          fullscreen mode
    -d          double buffer mode
    -t          set font (typeface)
    -r          set root path of the game (default /mnt/KEY/CLANNAD)
    -k          set xor key, if needed
    -v          show version and exit
    -h, -?      show help and exit

In-game keys:
    ESCAPE or right mouse button:
        In-game menu

    SHIFT (while holding):
        Skip mode

    ALT+ENTER, F11:
        Toggle fullscreen