Images
This commit is contained in:
parent
1a04fff476
commit
e4add7aadb
17 changed files with 78 additions and 54 deletions
132
.gitignore
vendored
132
.gitignore
vendored
|
|
@ -1,54 +1,78 @@
|
||||||
# Ignore all files
|
# Ignore all files
|
||||||
*.*
|
*.*
|
||||||
|
|
||||||
# File Types
|
# File Types
|
||||||
!*.mps
|
!*.mps
|
||||||
!*.json
|
!*.json
|
||||||
!*.txt
|
!*.txt
|
||||||
!*.project
|
!*.project
|
||||||
!*.js
|
!*.js
|
||||||
!*.7z
|
!*.7z
|
||||||
!*.csv
|
!*.csv
|
||||||
!*.ain
|
!*.ain
|
||||||
!*.fnl
|
!*.fnl
|
||||||
!*.ks
|
!*.ks
|
||||||
!*.tjs
|
!*.tjs
|
||||||
!*.yaml
|
!*.yaml
|
||||||
!*.rb
|
!*.rb
|
||||||
!*.rvdata2
|
!*.rvdata2
|
||||||
|
|
||||||
# Other Needed Files
|
# Other Needed Files
|
||||||
!.gitignore
|
!.gitignore
|
||||||
!README.md
|
!README.md
|
||||||
!patch-config.txt
|
!patch-config.txt
|
||||||
!patch-config.example.txt
|
!patch-config.example.txt
|
||||||
!GameUpdate*
|
!GameUpdate*
|
||||||
!patch*
|
!patch*
|
||||||
!Game.dat
|
!Game.dat
|
||||||
!bsxx.dat*
|
!bsxx.dat*
|
||||||
!game.ini
|
!game.ini
|
||||||
!package.nw
|
!package.nw
|
||||||
!SRPG_Unpacker.exe
|
!SRPG_Unpacker.exe
|
||||||
!(SRPG_Unpacker Patcher).bat
|
!(SRPG_Unpacker Patcher).bat
|
||||||
!UberWolfCli.exe
|
!UberWolfCli.exe
|
||||||
!UberWolfCli.LICENSE.txt
|
!UberWolfCli.LICENSE.txt
|
||||||
!Data/BasicData/CommonEvent.dat
|
!Data/BasicData/CommonEvent.dat
|
||||||
!Data/BasicData/DataBase.dat
|
!Data/BasicData/DataBase.dat
|
||||||
!Data/BasicData/CDataBase.dat
|
!Data/BasicData/CDataBase.dat
|
||||||
!Data/BasicData/SysDatabase.dat
|
!Data/BasicData/SysDatabase.dat
|
||||||
|
|
||||||
|
|
||||||
# WolfDawn pristine originals kept locally for re-injection (never shipped)
|
# WolfDawn pristine originals kept locally for re-injection (never shipped)
|
||||||
wolf_json/originals/
|
wolf_json/originals/
|
||||||
|
|
||||||
# Ignore
|
# Ignore
|
||||||
previous_patch_sha.txt
|
previous_patch_sha.txt
|
||||||
kabe3_save.dat
|
kabe3_save.dat
|
||||||
kabe3_system.dat
|
kabe3_system.dat
|
||||||
psbpack.dat
|
psbpack.dat
|
||||||
Save*
|
Save*
|
||||||
cg.dat
|
cg.dat
|
||||||
scene.dat
|
scene.dat
|
||||||
BSXScript_*
|
BSXScript_*
|
||||||
|
|
||||||
# Images
|
# Images
|
||||||
|
|
||||||
|
# DazedTL image manager working files
|
||||||
|
/.dazedtl/
|
||||||
|
/DazedTL_Images/
|
||||||
|
|
||||||
|
# DazedTL selected image patches
|
||||||
|
!/img/
|
||||||
|
!/img/pictures/
|
||||||
|
!/img/pictures/erostatus_1.png_
|
||||||
|
!/img/pictures/erostatus_Kenta.png_
|
||||||
|
!/img/pictures/erostatus_Kenta2.png_
|
||||||
|
!/img/pictures/erostatus_Yuu.png_
|
||||||
|
!/img/pictures/Menu_end.png_
|
||||||
|
!/img/pictures/Menu_end_0.png_
|
||||||
|
!/img/pictures/Menu_item.png_
|
||||||
|
!/img/pictures/Menu_item_0.png_
|
||||||
|
!/img/pictures/Menu_lord.png_
|
||||||
|
!/img/pictures/Menu_lord_0.png_
|
||||||
|
!/img/pictures/Menu_memory.png_
|
||||||
|
!/img/pictures/Menu_memory_0.png_
|
||||||
|
!/img/pictures/Menu_option.png_
|
||||||
|
!/img/pictures/Menu_option_0.png_
|
||||||
|
!/img/pictures/Menu_save.png_
|
||||||
|
!/img/pictures/Menu_save_0.png_
|
||||||
|
|
|
||||||
BIN
img/pictures/Menu_end.png_
Normal file
BIN
img/pictures/Menu_end.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_end_0.png_
Normal file
BIN
img/pictures/Menu_end_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_item.png_
Normal file
BIN
img/pictures/Menu_item.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_item_0.png_
Normal file
BIN
img/pictures/Menu_item_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_lord.png_
Normal file
BIN
img/pictures/Menu_lord.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_lord_0.png_
Normal file
BIN
img/pictures/Menu_lord_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_memory.png_
Normal file
BIN
img/pictures/Menu_memory.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_memory_0.png_
Normal file
BIN
img/pictures/Menu_memory_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_option.png_
Normal file
BIN
img/pictures/Menu_option.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_option_0.png_
Normal file
BIN
img/pictures/Menu_option_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_save.png_
Normal file
BIN
img/pictures/Menu_save.png_
Normal file
Binary file not shown.
BIN
img/pictures/Menu_save_0.png_
Normal file
BIN
img/pictures/Menu_save_0.png_
Normal file
Binary file not shown.
BIN
img/pictures/erostatus_1.png_
Normal file
BIN
img/pictures/erostatus_1.png_
Normal file
Binary file not shown.
BIN
img/pictures/erostatus_Kenta.png_
Normal file
BIN
img/pictures/erostatus_Kenta.png_
Normal file
Binary file not shown.
BIN
img/pictures/erostatus_Kenta2.png_
Normal file
BIN
img/pictures/erostatus_Kenta2.png_
Normal file
Binary file not shown.
BIN
img/pictures/erostatus_Yuu.png_
Normal file
BIN
img/pictures/erostatus_Yuu.png_
Normal file
Binary file not shown.
Loading…
Reference in a new issue