Compare commits

..

22 commits

Author SHA1 Message Date
argoneus
a9b671eb12 ignoring scripts in side03 2021-05-22 15:14:38 +02:00
argoneus
2638b72b6b added cze as language 2021-02-14 20:41:04 +01:00
argoneus
7ef9b77264 excluding Diva files from name parsing 2020-10-31 12:43:18 +01:00
argoneus
12051045cc added scene images to scene json 2020-10-21 23:40:00 +02:00
argoneus
2cc7eba22b removed todo 2020-07-09 19:07:45 +02:00
argoneus
1f5ff96b8e fixed diva quest 2020-05-16 15:38:56 +02:00
argoneus
a2308379f2 added --utage switch to diva quest 2020-05-16 13:47:41 +02:00
argoneus
b541f43804 updated -g to not replace jp translations 2020-05-16 13:15:58 +02:00
argoneus
c15343b4b8 fixed newlines and other windows stuff 2020-05-15 23:13:38 +02:00
argoneus
1f26e8a9ce rewrote zsh scripts for asset extract 2020-05-15 15:44:18 +02:00
argoneus
cb0a4d8bf6 ported update_bgm to python 2020-04-23 21:44:50 +02:00
argoneus
404de87624 ported update_se 2020-03-07 05:15:21 +01:00
argoneus
9bede047a5 updated readme 2020-03-07 00:38:40 +01:00
argoneus
bf14c96338 updated readme 2020-03-06 19:36:06 +01:00
argo neus
1a12512c7e Merge pull request 'Added --global flag for Global XDU' (#2) from feature/global_update into develop 2020-03-06 12:47:37 -05:00
argoneus
01fb281481 fixed quotes thanks j 2020-02-21 00:06:16 +01:00
argoneus
05a29b6ee6 translate command now works with global languages 2020-02-20 23:57:09 +01:00
argoneus
1ef9a26aee added basic nametranslations for global languages 2020-02-16 03:05:24 +01:00
argoneus
fe9741a20a fixed up updater 2020-02-16 02:24:03 +01:00
argoneus
ecde988fd9 sorting out zsh script calling and folder names 2020-02-16 00:55:31 +01:00
argoneus
c5736014db added "is_global" flag 2020-02-16 00:15:29 +01:00
argoneus
0991108b11 updated .gitignore and added readme to scripts folder 2020-02-15 20:16:16 +01:00

View file

@ -20,17 +20,4 @@ Make sure these executables are called the same way on your machine.
## Usage
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.
TODO