-
Notifications
You must be signed in to change notification settings - Fork 411
Command Line Parameters (Startup Options)
These parameters are added to the command line when launching Pyfa. You can do this by creating a shortcut to the executable, or by launching the executable via command line and passing in the appropriate parameters.
If you want pyfa to store its data in root folder (same folder as executable), use this option
-r
or --root
pyfa.exe -r
pyfa.exe --root
Force usage of wxPython 2.8.
-w
or --wx28
pyfa.exe -w
pyfa.exe --x28
Enables debug mode for additional logging.
-d
or --debug
pyfa.exe -d
pyfa.exe --debug
Set Window Title
-t
or --title
pyfa.exe -t "New Title For Window"
pyfa.exe --title "Pyfa Is The Coolest Fitting Program Ever"
Set the folder for savedata location.
-s
or --savepath
pyfa.exe -s "c:\PyfaData\
pyfa.exe --savepath "%ENV_VARIABLE%\PyfaData\"
Forces use of a particular language codec to run. Used by the operating system to decode special characters in file paths. See: https://docs.python.org/2/library/codecs.html#standard-encodings
-c
or --codec
pyfa.exe -c "UTF32"
pyfa.exe --codec "cp1251"