root/README

Revision 67:419761c8d9b9, 2.1 KB (checked in by Emmanuel Gil Peyrot <linkmauve@…>, 12 months ago)
Add configure option to build scn2kdump.
Line 
1OtakuNoRaifu
2------------
3
4OtakuNoRaifu is a libre reimplementation of RealLive Visual Novel engine.
5It is a fork of Jagarl's xclannad (which can be found at
6http://www.creator.club.ne.jp/~jagarl/xclannad.html).
7
8OtakuNoRaifu doesn't suffice to itself, it will need a game to run.
9
10Project site: http://www.sitedethib.com/otakunoraifu/
11SVN: http://www.sitedethib.com/svn/otakunoraifu/
12
13
14
15Dependencies:
16-------------
17
18The following dependencies are required for OtakuNoRaifu:
19    * SDL, SDL_mixer and SDL_gfx
20    * Freetype
21
22Other 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
30How to build:
31-------------
32
33Just type './configure' followed by 'make'.
34If you want to build nwatowav (an utility to convert background musics to wav files), add '--enable-nwatowav' to the './configure' call.
35Same 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
37Type 'make install' to install OtakuNoRaifu.
38
39
40
41Running OtakuNoRaifu:
42---------------------
43
44To run OtakuNoRaifu, type 'otakunoraifu' followed by the wanted options.
45
46Options:
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
55In-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
67Known 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
Note: See TracBrowser for help on using the browser.