blob: c0c67eafd7dd39eb52b9b9dfbb4676d1b69d2cfa (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
|
Wii/Gamecube port of ScummVM README
-----------------------------------
features not compiled in:
- the AGI game engine
REQUIREMENTS
wii:
- sd card
- wiimote or gamecube controller in port 1
gamecube:
- sd card
- sd gecko adapter
- gamecube controller in port 1
INSTALL
- copy the "scummvm" folder into the "/apps" folder of your sd card
- copy your demos and/or games onto the same sd card
each game goes into its own subdirectory, do not place those under
"/apps/scummvm", and do not set the "theme" or "extra" path to that folder
freeware versions: http://scummvm.org/downloads.php#extras
demos: http://scummvm.org/demos.php
RUN
wii:
either use the homebrew channel, available at
http://hbc.hackmii.com/
or load "/apps/scummvm/boot.dol" with your favorite loader
gamecube:
load "/apps/scummvm/scummvm-gc.dol" with your favorite loader
CONTROLS
wiimote
IR: mouse movement
a: left mouse button
b: right mouse button
minus: escape
plus: "." (skip current line of text)
2: enter
home: f5 (scummvm menu)
dpad up: shift (mass add for the gui)
dpad down: "0"
dpad left: "y"
dpad right: "n"
gamecube pad
analog stick: mouse movement
a: left mouse button
b: right mouse button
x: escape
y: "." (skip current line of text)
z: enter
start: f5 (scummvm menu)
dpad up: shift (mass add for the gui)
dpad down: "0"
dpad left: "y"
dpad right: "n"
DISPLAY SETUP
"Graphics mode"
you can choose between multiple overscan options to adjust the screen size
used for drawing. select a higher overscan mode to get rid of black
borders or choose a lower overscan mode if parts of the picture get cropped
"Fullscreen mode"
If your wii is set to 16:9, this will stretch the picture to fullscreen.
Turning this option off results in black borders on the left and right
sides, but the aspect ratio will be kept. This option has no effect on 4:3
displays
you have to restart scummvm after changing one of these options
THANKS
shagkur and WinterMute, for devkitppc/libogc and the coorperation
svpe, for fixing the libfat feof/thread bugs on the last minute
para, for making wiiuse available in libogc
|