Compare commits

..

22 commits

Author SHA1 Message Date
8b1bb1e3b5 Update README with a basic example 2026-08-10 20:23:14 +00:00
argoneus
d062c94d46 ignoring scripts in side03 2021-12-28 15:52:57 -05:00
argoneus
6f83c7c8a7 added cze as language 2021-12-28 15:52:57 -05:00
argoneus
3319ba7098 excluding Diva files from name parsing 2021-12-28 15:52:57 -05:00
argoneus
b42c731c17 added scene images to scene json 2021-12-28 15:52:57 -05:00
argoneus
421e313f10 removed todo 2021-12-28 15:49:14 -05:00
argoneus
7f33acf8ea fixed diva quest 2021-12-28 15:49:14 -05:00
argoneus
c811af1d08 added --utage switch to diva quest 2021-12-28 15:49:14 -05:00
argoneus
17dc031b9e updated -g to not replace jp translations 2021-12-28 15:49:14 -05:00
argoneus
5a9859cb56 fixed newlines and other windows stuff 2021-12-28 15:49:14 -05:00
argoneus
9f73c50d56 rewrote zsh scripts for asset extract 2021-12-28 15:49:14 -05:00
argoneus
ddca11509b ported update_bgm to python 2021-12-28 15:49:14 -05:00
argoneus
560e00764b ported update_se 2021-12-28 15:49:14 -05:00
argoneus
2da7834c61 updated readme 2021-12-28 15:49:14 -05:00
argoneus
30af5fbe9a updated readme 2021-12-28 15:49:14 -05:00
argoneus
cdf57ce583 fixed quotes thanks j 2021-12-28 15:49:14 -05:00
argoneus
15afb39759 translate command now works with global languages 2021-12-28 15:49:14 -05:00
argoneus
9b998704e2 added basic nametranslations for global languages 2021-12-28 15:49:14 -05:00
argoneus
057273552b fixed up updater 2021-12-28 15:49:14 -05:00
argoneus
77e78a73eb sorting out zsh script calling and folder names 2021-12-28 15:49:14 -05:00
argoneus
d761d12c63 added "is_global" flag 2021-12-28 15:49:14 -05:00
argoneus
70321bcbf2 updated .gitignore and added readme to scripts folder 2021-12-28 15:49:14 -05:00

View file

@ -20,4 +20,17 @@ Make sure these executables are called the same way on your machine.
## Usage ## Usage
TODO TODO: add detailed descriptions for all parameters.
Using the tool to update XDUData for the player:
```
divatool.py xdudata update [path to the 'files' folder from the game] [path to the XDUData folder for the player] [path to the 'xdutranslations' repo folder] [path to the temp files folder]
```
Example:
```
divatool.py xdudata update /home/user/gameapp/files /home/user/player/XDUData /home/user/git/xdutranslations /var/tmp
```
Note that the 'files' folder from the app must contain the db files for this to work.