Skip to content

Releases: ginsm/nazarick-launcher

v1.3.3

23 Nov 06:51
Compare
Choose a tag to compare

Added

  • The launcher now checks for an internet connection before attempting to update a modpack. If there is no connection, it will simply launch the game so that you can play in single-player.

v1.3.2

22 Nov 07:42
Compare
Choose a tag to compare

Fixed

  • Switching themes no longer causes the update scripts to stall out.

v1.3.1

21 Nov 03:47
Compare
Choose a tag to compare

image

Changed

  • The application should now only ask to be elevated (ran as admin) if one or more of the provided paths require elevation (for example, some path in C:/Program Files (x86)/ was provided).
  • The application will always default to Blue when an invalid theme is set in the config.

v1.3.0

18 Nov 13:32
Compare
Choose a tag to compare

image

Added

  • Added new theme selector and themes (no longer requires restart).

v1.2.4

17 Nov 01:21
Compare
Choose a tag to compare

Changed

  • updater_common.py - The temporary directory is now made using os.makedirs with the exist_ok flag set to True (this stops the stalling when making the tmp directory).
  • The launcher now requests to be launched as administrator, which allows writing to Program Files.

v1.2.2

16 Nov 21:55
Compare
Choose a tag to compare

image

Fixed

  • In the previous version, the frame and selected icon backgrounds were no longer the same color. This has been rectified.

v1.2.1

16 Nov 12:04
Compare
Choose a tag to compare

image

Added

  • Added a new settings frame.
  • Added a new thread amount setting; this lets you choose how many threads the application uses which speeds up the game update process.
  • Added the ability to change accent color; this currently requires a restart, and more accent colors will come later.

Removed

  • Removed the old app menu which was previously used to configure the application.

v1.2.0

15 Nov 16:17
Compare
Choose a tag to compare

image

Added

  • Valheim support has been officially added; just follow these instructions:
    • Click on Valheim on the side bar to select the game.
    • Set the Install Path to your Valheim folder (i.e. YourSteamLibrary/steamapps/common/Valheim). You can click on the search icon or manually enter the path.
    • Press Start Game.
  • Added Auto Restart to the Options menu.
    • Auto Restart will automatically restart the launcher after updating.
    • This is disabled by default as it may not work for everyone.
    • If it does not work for you after enabling it, do the following:
      • Open task manager and close out of the app (Nazarick Launcher.exe).
      • Open Explorer and enter %LocalAppData%/Nazarick_Launcher into the address bar/
      • Edit the state.json file and modify autostart from true to false.
      • Make sure to save and try to run the launcher again; it should now work.