patchimage/README.RC

60 lines
1.5 KiB
Plaintext
Raw Normal View History

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
2014-05-14 20:36:42 +02:00
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
2014-05-14 20:36:42 +02:00
# 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
2014-05-14 20:36:42 +02:00
# 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
2014-05-14 20:36:42 +02:00
#####################
# 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"
2015-04-11 21:01:24 +02:00
# override szs tools
MKWIIMM_OVERRIDE_SZS="TRUE"