mirror of
https://gitlab.com/Nanolx/patchimage.git
synced 2024-10-31 23:05:06 +01:00
update README files
This commit is contained in:
parent
e678b74243
commit
07e41566bf
@ -70,9 +70,15 @@ SUK?01 Kirby's Adventure Wii (only exchanging first
|
|||||||
### Pokemon ###
|
### Pokemon ###
|
||||||
|
|
||||||
0004000000055D00 Pokemon X
|
0004000000055D00 Pokemon X
|
||||||
|
* Pokemon Neo X
|
||||||
|
* Pokemon Eternal X
|
||||||
0004000000055E00 Pokemon Y
|
0004000000055E00 Pokemon Y
|
||||||
|
* Pokemon Neo Y
|
||||||
|
* Pokemon Wilting Y
|
||||||
000400000011C400 Pokemon Omega Ruby
|
000400000011C400 Pokemon Omega Ruby
|
||||||
|
* Pokemon Rutile Ruby
|
||||||
000400000011C500 Pokemon Alpha Sapphire
|
000400000011C500 Pokemon Alpha Sapphire
|
||||||
|
* Pokemon Star Sapphire
|
||||||
|
|
||||||
### Toyko Mirage Sessions #FE ###
|
### Toyko Mirage Sessions #FE ###
|
||||||
|
|
||||||
|
@ -18,6 +18,12 @@ PATCHIMAGE_WBFS_DIR=/media/chris/WiiHDDX/wbfs
|
|||||||
# global directory your wbfs files will be saved to
|
# global directory your wbfs files will be saved to
|
||||||
PATCHIMAGE_GAME_DIR=/media/chris/WiiHDDX/wbfs
|
PATCHIMAGE_GAME_DIR=/media/chris/WiiHDDX/wbfs
|
||||||
|
|
||||||
|
# global directory where your rom files will be saved to
|
||||||
|
PATCHIMAGE_3DS_DIR=/media/sde1/
|
||||||
|
|
||||||
|
# global directory where your rom files will be saved to
|
||||||
|
PATCHIMAGE_ROM_DIR=/media/sde1/hans/
|
||||||
|
|
||||||
# global directory soundtracks will be saved to
|
# global directory soundtracks will be saved to
|
||||||
PATCHIMAGE_AUDIO_DIR=${HOME}/Music
|
PATCHIMAGE_AUDIO_DIR=${HOME}/Music
|
||||||
|
|
||||||
|
@ -11,7 +11,10 @@ While the script executes you will see some status codes, below you will find th
|
|||||||
1 <GAMEID>.iso found in ${PWD}
|
1 <GAMEID>.iso found in ${PWD}
|
||||||
2 <GAMEID>.wbfs found in ${PWD}
|
2 <GAMEID>.wbfs found in ${PWD}
|
||||||
3 <GAMEID>.iso found in ${PATCHIMAGE_WBFS_DIR}
|
3 <GAMEID>.iso found in ${PATCHIMAGE_WBFS_DIR}
|
||||||
4 <GAMEID>.iso found in ${PATCHIMAGE_WBFS_DIR}
|
4 <GAMEID>.wbfs found in ${PATCHIMAGE_WBFS_DIR}
|
||||||
|
5 no <MASK>.cxi found (3DS ROM)
|
||||||
|
6 <MASK>.cxi found in ${PWD}
|
||||||
|
7 <MASK>.cxi found in ${PATCHIMAGE_3DS_DIR}
|
||||||
|
|
||||||
*** 3) 0 no riivolution files found unpacked in ${PWD}
|
*** 3) 0 no riivolution files found unpacked in ${PWD}
|
||||||
1 riivolution files/archive not found in ${PWD}
|
1 riivolution files/archive not found in ${PWD}
|
||||||
|
Loading…
Reference in New Issue
Block a user