mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-11-24 10:09:22 +01:00
updated README.RC
This commit is contained in:
parent
4c9da45a85
commit
813180358c
38
README.RC
38
README.RC
@ -12,20 +12,50 @@ Filename: $HOME/.patchimage.rc
|
|||||||
# or there they will be downloaded to:
|
# or there they will be downloaded to:
|
||||||
PATCHIMAGE_RIIVOLUTION_DIR=${HOME}/Hacks
|
PATCHIMAGE_RIIVOLUTION_DIR=${HOME}/Hacks
|
||||||
|
|
||||||
# global directory your wbfs files will be saved to
|
|
||||||
PATCHIMAGE_WBFS_DIR=/media/WiiHDD/wbfs
|
|
||||||
|
|
||||||
# global directory to look for original game image
|
# global directory to look for original game image
|
||||||
PATCHIMAGE_GAME_DIR=/media/WiiHDD/wbfs
|
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
|
# global directory soundtracks will be saved to
|
||||||
PATCHIMAGE_AUDIO_DIR=${HOME}/Music
|
PATCHIMAGE_AUDIO_DIR=${HOME}/Music
|
||||||
|
|
||||||
|
# global directory covers will be saved to
|
||||||
|
PATCHIMAGE_COVER_DIR=${HOME}/Covers
|
||||||
|
|
||||||
# always (try) to download riivolution patches
|
# always (try) to download riivolution patches
|
||||||
PATCHIMAGE_RIIVOLUTION_DOWNLOAD=TRUE
|
PATCHIMAGE_RIIVOLUTION_DOWNLOAD=TRUE
|
||||||
|
|
||||||
# always (try) to download custom banners
|
# always (try) to download custom banners
|
||||||
PATCHIMAGE_BANNER_DOWNLOAD=TRUE
|
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
|
# always share the save with original game
|
||||||
PATCHIMAGE_SHARE_SAVE=TRUE
|
PATCHIMAGE_SHARE_SAVE=TRUE
|
||||||
|
|
||||||
|
#####################
|
||||||
|
# Mario Kart Wiimmm #
|
||||||
|
#####################
|
||||||
|
|
||||||
|
# game language for Mario Kart Wiimm
|
||||||
|
# de = german
|
||||||
|
# en = english
|
||||||
|
MKWIIMM_GAME_LANG="de"
|
||||||
|
|
||||||
|
# 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"
|
||||||
|
Loading…
Reference in New Issue
Block a user