Skip to content

Release v1.5.0 - Customize your Installation

Compare
Choose a tag to compare
@dscalzi dscalzi released this 04 Jan 19:54
· 187 commits to master since this release
cb12c07

Release v1.5.0

If you have multiple drives, you may not want to install files to their default locations. This update allows you to change both the installation directory (Windows only) and the data directory (also known as .westeroscraft). All game files are installed to the data directory.

Change Windows installation directory
Change Windows installation directory

Change data directory
Change data directory

Changes

  • de15440 Added option to change data folder location.
    • Removed commonDirectory.
    • Removed instanceDirectory.
    • Added dataDirectory. The common and instance directories are now resolved from this.
    • The config.json and distribution.json are now stored in Electron's data folder (app.getPath('userData')).
    • Users can edit the dataDirectory under launcher settings.
  • e121975 Added option to change installation directory on Windows.