| 1 | OtakuNoRaifu |
|---|
| 2 | ------------ |
|---|
| 3 | |
|---|
| 4 | OtakuNoRaifu is a libre reimplementation of RealLive Visual Novel engine. |
|---|
| 5 | It is a fork of Jagarl's xclannad (which can be found at |
|---|
| 6 | http://www.creator.club.ne.jp/~jagarl/xclannad.html). |
|---|
| 7 | |
|---|
| 8 | OtakuNoRaifu doesn't suffice to itself, it will need a game to run. |
|---|
| 9 | |
|---|
| 10 | Project site: http://www.sitedethib.com/otakunoraifu/ |
|---|
| 11 | SVN: http://www.sitedethib.com/svn/otakunoraifu/ |
|---|
| 12 | |
|---|
| 13 | |
|---|
| 14 | |
|---|
| 15 | Dependencies: |
|---|
| 16 | ------------- |
|---|
| 17 | |
|---|
| 18 | The following dependencies are required for OtakuNoRaifu: |
|---|
| 19 | * SDL, SDL_mixer and SDL_gfx |
|---|
| 20 | * Freetype |
|---|
| 21 | |
|---|
| 22 | Other dependences: |
|---|
| 23 | * libvorbis or libtremor/libvorbisidec (to use it, specify --with-tremor when calling ./configure). |
|---|
| 24 | If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args. |
|---|
| 25 | * X11 is used by default, but you can build OtakuNoRaifu without it. |
|---|
| 26 | Just add --without-x11 to the ./configure arguments. |
|---|
| 27 | |
|---|
| 28 | |
|---|
| 29 | |
|---|
| 30 | How to build: |
|---|
| 31 | ------------- |
|---|
| 32 | |
|---|
| 33 | Just type './configure' followed by 'make'. |
|---|
| 34 | If you want to build nwatowav (an utility to convert background musics to wav files), add '--enable-nwatowav' to the './configure' call. |
|---|
| 35 | Same with visarc (an utility to extract some data, such as the graphics files) and scn2kdump (an utility to dump all data from a scenario file). |
|---|
| 36 | |
|---|
| 37 | Type 'make install' to install OtakuNoRaifu. |
|---|
| 38 | |
|---|
| 39 | |
|---|
| 40 | |
|---|
| 41 | Running OtakuNoRaifu: |
|---|
| 42 | --------------------- |
|---|
| 43 | |
|---|
| 44 | To run OtakuNoRaifu, type 'otakunoraifu' followed by the wanted options. |
|---|
| 45 | |
|---|
| 46 | Options: |
|---|
| 47 | -f fullscreen mode |
|---|
| 48 | -d double buffer mode |
|---|
| 49 | -t set font (typeface) |
|---|
| 50 | -r set root path of the game (default /mnt/KEY/CLANNAD) |
|---|
| 51 | -k set xor key, if needed |
|---|
| 52 | -v show version and exit |
|---|
| 53 | -h, -? show help and exit |
|---|
| 54 | |
|---|
| 55 | In-game keys: |
|---|
| 56 | ESCAPE or right mouse button: |
|---|
| 57 | In-game menu |
|---|
| 58 | |
|---|
| 59 | SHIFT (while holding): |
|---|
| 60 | Skip mode |
|---|
| 61 | |
|---|
| 62 | ALT+ENTER, F11: |
|---|
| 63 | Toggle fullscreen |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | Known bugs: |
|---|
| 68 | ----------- |
|---|
| 69 | |
|---|
| 70 | * The stack state is inconsistent in some saves. So, DO NOT SAVE RIGHT |
|---|
| 71 | AFTER A SCENE IN THE ILUSIONARY WORLD. Just read one more dialog before |
|---|
| 72 | saving. |
|---|
| 73 | |
|---|
| 74 | * You cannot change your name yet (the text input boxes are not implemented yet) |
|---|
| 75 | |
|---|
| 76 | |
|---|