46
|
1 OtakuNoRaifu
|
|
2 ------------
|
0
|
3
|
46
|
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).
|
0
|
7
|
46
|
8 OtakuNoRaifu doesn't suffice to itself, it will need a game to run.
|
0
|
9
|
46
|
10 Project site: http://www.sitedethib.com/otakunoraifu/
|
|
11 SVN: http://www.sitedethib.com/svn/otakunoraifu/
|
0
|
12
|
46
|
13
|
0
|
14
|
46
|
15 Dependencies:
|
|
16 -------------
|
0
|
17
|
46
|
18 The following dependencies are required for OtakuNoRaifu:
|
|
19 * SDL, SDL_mixer and SDL_gfx
|
|
20 * Freetype
|
0
|
21
|
46
|
22 Other dependences:
|
|
23 * libvorbis or libtremor/libvorbisidec (to use it, specify --enable-tremor when calling ./configure).
|
|
24 If you don't need vorbis playback, you can add --disable-vorbis to the ./configure args.
|
0
|
25
|
46
|
26
|
0
|
27
|
46
|
28 How to build:
|
|
29 -------------
|
0
|
30
|
46
|
31 Just type './configure' followed by 'make'.
|
|
32 If you want to build nwatowav (an utility to convert background musics to wav files), add '--enable-nwatowav' to the './configure' call.
|
|
33 Same with visarc (an utility to extract some data, such as the graphics files).
|
|
34
|
|
35 Type 'make install' to install OtakuNoRaifu.
|
|
36
|
|
37
|
|
38
|
|
39 Running OtakuNoRaifu:
|
|
40 ---------------------
|
|
41
|
|
42 To run OtakuNoRaifu, type 'otakunoraifu' followed by the wanted options.
|
|
43
|
|
44 Options:
|
|
45 -f fullscreen mode
|
|
46 -d double buffer mode
|
|
47 -t set font (typeface)
|
|
48 -r set root path of the game (default /mnt/KEY/CLANNAD)
|
|
49 -k set xor key, if needed
|
|
50 -v show version and exit
|
|
51 -h, -? show help and exit
|
|
52
|
|
53 In-game keys:
|
|
54 ESCAPE or right mouse button:
|
|
55 In-game menu
|
|
56
|
|
57 SHIFT (while holding):
|
|
58 Skip mode
|
|
59
|
|
60 ALT+ENTER, F11:
|
|
61 Toggle fullscreen
|
|
62
|