aboutsummaryrefslogtreecommitdiff
path: root/dists/wii/READMII
blob: d4bf6ea43bce2965c494a2df024320a4d121c0c9 (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
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
README for the Wii/Gamecube port of ScummVM 
-------------------------------------------

REQUIREMENTS

  Wii:
    - Supported SD card or USB mass storage device
    - Wiimote or Gamecube controller in port 1

  Gamecube:
    - Supported SD card
    - SD Gecko adapter
    - Gamecube controller in port 1

INSTALL

  - Copy the "scummvm" folder to the "/apps" folder of your chosen storage
    media
  - Copy your demos and/or games to the SD card, USB mass storage device or
    burn them on a DVD-R using the ISO9660 standard. A DVDX install is
    required for DVD support. DVDX can be installed through the HackMii
    installer, available at http://bootmii.org/download/

    Supported freeware games: https://scummvm.org/games/
    Supported demo versions: https://scummvm.org/demos/

RUN

  Wii:
    Either use The Homebrew Channel, available at
    http://hbc.hackmii.com/ and http://bootmii.org/download/
    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
    1: Port specific options dialog
    Home: F5 (ScummVM menu)
    DPad up: Shift (Mass-add for the launcher, combined with home: GMM)
    DPad down: Virtual keyboard
    DPad right: Predictive dialog (only in AGI games)

  Gamecube pad

    Analog stick: Mouse movement
    A: Left mouse button
    B: Right mouse button
    X: Escape
    Y: "." (Skip current line of text)
    Z: Enter
    R: Port specific options dialog
    Start: F5 (ScummVM menu)
    DPad up: Shift (Mass-add for the launcher, combined with start: GMM)
    DPad down: Virtual keyboard
    DPad right: Predictive dialog (only in AGI games)

DISPLAY SETUP

  "Graphics mode"
    There are 4 modes to choose from:
    1) Default
    2) Default, bilinear filtering
    3) Double-strike
    4) Double-strike, bilinear filtering

    Double-strike modes render at half the vertical resolution. On interlaced
    modes this means that only one field is used for rendering, effectively
    using progressive frames (240p) with no "combing" effect. These modes
    improve the picture quality for low-res games, especially on CRTs.
    Not all display devices support these modes. Only available for games with
    a vertical resolution of 240 pixels or less.

    Bilinear filtering softens the picture to some degree. This is a feature of
    the GPU (no game performance loss).

  "Aspect ratio correction"
    Some games run at a native resolution of 320x200 pixels using non-square
    pixels for a 4:3 display. This video mode is not available on the Wii or
    Gamecube, and this feature stretches the picture to 320x240 pixels to the
    original 4:3 aspect ratio.

  "Fullscreen mode"
    If your Wii is set to 16:9, this will stretch the picture to fullscreen.
    Turning this option off results in pillarboxing (black borders on the left
    and right sides), but the aspect ratio will be kept. This option has no
    effect on 4:3 setups.

  If the picture gets cropped or black bars are visible, use the Wii options
  dialog to adjust the video output to your display device. Pressing 1 on the
  Wiimote or R on the Gamecube pad opens this dialog. The presented video
  options have to be set for the default and the double-strike modes
  independently.

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