forked from Nanolx/patchimage
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.RC
59 lines (42 loc) · 1.46 KB
/
README.RC
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
patchimage rc file
patchimage (as of version 2.5) supports a configuration file, below is an example with explanations:
Filename: $HOME/.patchimage.rc
##################
# patchimage rc #
##################
# global directory your riivolution hacks will be looked for
# or there they will be downloaded to:
PATCHIMAGE_RIIVOLUTION_DIR=${HOME}/Hacks
# global directory to look for original game image
PATCHIMAGE_WBFS_DIR=/media/chris/WiiHDDX/wbfs
# global directory your wbfs files will be saved to
PATCHIMAGE_GAME_DIR=/media/chris/WiiHDDX/wbfs
# global directory soundtracks will be saved to
PATCHIMAGE_AUDIO_DIR=${HOME}/Music
# global directory covers will be saved to
PATCHIMAGE_COVER_DIR=${HOME}/Covers
# always (try) to download riivolution patches
PATCHIMAGE_RIIVOLUTION_DOWNLOAD=TRUE
# always (try) to download custom banners
PATCHIMAGE_BANNER_DOWNLOAD=TRUE
# always (try) to download soundtrack
PATCHIMAGE_SOUNDTRACK_DOWNLOAD=TRUE
# always (try) to download covers
PATCHIMAGE_COVER_DOWNLOAD=TRUE
# always share the save with original game
PATCHIMAGE_SHARE_SAVE=TRUE
#####################
# Mario Kart Wiimmm #
#####################
# message language for Mario Kart Wiimm
# de = german
# de+ = all languages will be german
# en = english
# en+ = all languages will be english
MKWIIMM_MSG_LANG="de"
# use own savegame
# 1=ja (use own save, no sharing)
# 2=nein (share save with original game)
MKWIIMM_OWN_SAVE="1=ja"
# override szs tools
MKWIIMM_OVERRIDE_SZS="TRUE"