Release v1.5.0 - Customize your Installation
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
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.