Skip to content
This repository has been archived by the owner on Feb 11, 2022. It is now read-only.

Releases: laundmo/northstar-updater

Config self-fixing

31 Dec 18:41
Compare
Choose a tag to compare

Small release

it will now remove old config sections automatically

that is all

Easier mod config and --update-everything commandline flag

30 Dec 22:27
Compare
Choose a tag to compare

Hey there

I simplified the config so that you should only need the repository name, it now looks like this:

[ModName]
repository = github_user/mod_name
last_update = 0001-01-01T00:00:00

Besides that you can now run this with the --update-everything command line flag to update everything no matter what.

It also has an icon now, just a green version of the northstar icon.

Completely rewritten, and much better

30 Dec 07:39
79a7713
Compare
Choose a tag to compare

This release adds a lot of features that are somewhat important.

  • No longer overwrites the ns_startup_args.txt
  • Can now be configured to update mods (see README.md)
  • The updater can now automatically update itself to stay up to date with new updates.

Initial Release

29 Dec 21:10
93ee267
Compare
Choose a tag to compare

Initial Release

Just drop the .exe into the Titanfall 2 folder next to the Titanfall2.exe and run it.

Features:

  • Uses semantic versioning to find out whether a update is necessary
  • Only overwrites files if NorthstarLauncher.exe exists in the release

(large filesize is due to compiling python, which is inefficient)