winterheart / RimTranslate

Tool for translation RimWorld
GNU General Public License v3.0
6 stars 2 forks source link

"No Action Requested" error #2

Closed NancokPS2 closed 3 years ago

NancokPS2 commented 3 years ago

Whenever i try to use any of the commands in the readme i get this:

usage: RimTranslate.py [-h] [--source-dir SOURCE_DIR]
                       [--output-dir OUTPUT_DIR] [--po-dir PO_DIR]
                       [--compendium COMPENDIUM] [-v V]
RimTranslate.py: error: No action requested. The following arguments are require
d:
  "--source-dir <SOURCE_DIR> --po-dir <PO_DIR>"
  or
  "--output-dir <SOURCE_DIR> --po-dir <PO_DIR>"
winterheart commented 3 years ago

Hi. First you need to run

python RimTranslate.py --source-dir <directory where RimWords files placed> --po-dir <where you need to save PO files>

Example:

python RimTranslate.py --source-dir /home/winterheart/.local/share/Steam/steamapps/common/RimWorld/Data/Core/ --po-dir out
NancokPS2 commented 3 years ago

Seems like the issue was that i was using directories between ", i used the commands you just showed me and i got the same error As soon as i removed them and changed all folders to not have spaces it started working fine