Dynamic File Paths
Ironwail supports configurable path via command-line -basedir.
I would like to expand on that and split them.
If a path is not provided on the command line, Ironwail will fall back to the values defined in ironwail.cfg.
Command-Line Options
-
-moddir
Specifies the directory where mods are downloaded and loaded from.
-
-savedir
Specifies the directory where save files are saved including the autosave dir.
-
-iddir
Specifies the directory where pak files are located.
-
-config
Specifies the path to the Ironwail configuration file and where it should read it from.
Configuration File (ironwail.cfg)
The same paths can be defined in the configuration file and will be used when the corresponding CLI options are not specified.
If you use the -config option and point towards a config file it will instead use the values as defined:
savedir "<PATH>"
moddir "<PATH>"
iddir "<PATH>"
Dynamic File Paths
Ironwail supports configurable path via command-line -basedir.
I would like to expand on that and split them.
If a path is not provided on the command line, Ironwail will fall back to the values defined in
ironwail.cfg.Command-Line Options
-moddirSpecifies the directory where mods are downloaded and loaded from.
-savedirSpecifies the directory where save files are saved including the autosave dir.
-iddirSpecifies the directory where pak files are located.
-configSpecifies the path to the Ironwail configuration file and where it should read it from.
Configuration File (
ironwail.cfg)The same paths can be defined in the configuration file and will be used when the corresponding CLI options are not specified.
If you use the
-configoption and point towards a config file it will instead use the values as defined: