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
|
||||
*.*
|
||||
|
||||
# File Types
|
||||
!*.mps
|
||||
!*.json
|
||||
!*.txt
|
||||
!*.project
|
||||
!*.js
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!*.rb
|
||||
!*.rvdata2
|
||||
|
||||
# Other Needed Files
|
||||
!.gitignore
|
||||
!README.md
|
||||
!patch-config.txt
|
||||
!patch-config.example.txt
|
||||
!GameUpdate*
|
||||
!patch*
|
||||
!Game.dat
|
||||
!bsxx.dat*
|
||||
!game.ini
|
||||
!package.nw
|
||||
!SRPG_Unpacker.exe
|
||||
!(SRPG_Unpacker Patcher).bat
|
||||
!UberWolfCli.exe
|
||||
!UberWolfCli.LICENSE.txt
|
||||
!Data/BasicData/CommonEvent.dat
|
||||
!Data/BasicData/DataBase.dat
|
||||
!Data/BasicData/CDataBase.dat
|
||||
!Data/BasicData/SysDatabase.dat
|
||||
|
||||
|
||||
# WolfDawn pristine originals kept locally for re-injection (never shipped)
|
||||
wolf_json/originals/
|
||||
|
||||
# Ignore
|
||||
previous_patch_sha.txt
|
||||
kabe3_save.dat
|
||||
kabe3_system.dat
|
||||
psbpack.dat
|
||||
Save*
|
||||
cg.dat
|
||||
scene.dat
|
||||
BSXScript_*
|
||||
|
||||
# Images
|
||||
# Ignore all files
|
||||
*.*
|
||||
|
||||
# File Types
|
||||
!*.mps
|
||||
!*.json
|
||||
!*.txt
|
||||
!*.project
|
||||
!*.js
|
||||
!*.7z
|
||||
!*.csv
|
||||
!*.ain
|
||||
!*.fnl
|
||||
!*.ks
|
||||
!*.tjs
|
||||
!*.yaml
|
||||
!*.rb
|
||||
!*.rvdata2
|
||||
|
||||
# Other Needed Files
|
||||
!.gitignore
|
||||
!README.md
|
||||
!patch-config.txt
|
||||
!patch-config.example.txt
|
||||
!GameUpdate*
|
||||
!patch*
|
||||
!Game.dat
|
||||
!bsxx.dat*
|
||||
!game.ini
|
||||
!package.nw
|
||||
!SRPG_Unpacker.exe
|
||||
!(SRPG_Unpacker Patcher).bat
|
||||
!UberWolfCli.exe
|
||||
!UberWolfCli.LICENSE.txt
|
||||
!Data/BasicData/CommonEvent.dat
|
||||
!Data/BasicData/DataBase.dat
|
||||
!Data/BasicData/CDataBase.dat
|
||||
!Data/BasicData/SysDatabase.dat
|
||||
|
||||
|
||||
# WolfDawn pristine originals kept locally for re-injection (never shipped)
|
||||
wolf_json/originals/
|
||||
|
||||
# Ignore
|
||||
previous_patch_sha.txt
|
||||
kabe3_save.dat
|
||||
kabe3_system.dat
|
||||
psbpack.dat
|
||||
Save*
|
||||
cg.dat
|
||||
scene.dat
|
||||
BSXScript_*
|
||||
|
||||
# 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