Skip to content

[Suggestion] Dynamic File Paths #490

@Lazorne

Description

@Lazorne

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>"

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions