Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Releases: overfl0/Bulletproof-Arma-Launcher

1.15.2

19 Apr 21:55
Compare
Choose a tag to compare

1.15.2 (2019-04-19)

Update Frontline's domain name

Fixes:

Enhancements:

Other:

1.15.1

17 Jun 22:02
Compare
Choose a tag to compare

1.15.1 (2018-06-18)

Update information will be added soon

Fixes:

Enhancements:

Other:

1.15.0

31 May 22:15
Compare
Choose a tag to compare

1.15.0 (2018-06-01)

Update information will be added soon

Fixes:

Enhancements:

Other:

1.14.0

22 Jul 18:07
Compare
Choose a tag to compare

1.14.0 (2017-07-22)

Fixes:

Fixed error at the start when the user had unicode characters in the PATH env variable
Prevent passing too big upload/download limits to libtorrent

Enhancements:

Add Opentrack support. Run Opentrack at start if it's installed (can be disabled in options)
Experimental: Added hidden/passworded servers/mods.

Other:

1.13.0

15 May 18:14
Compare
Choose a tag to compare

1.13.0 (2017-05-15)

Fixes:

  • Changed wording to use "uploading" instead of "seeding" for people who have been living under a rock and don't know what seeding means -_-.
  • Implement another way of fetching user documents directory. Fixes #223
  • Correctly close and join the threadpool, preventing thread leaking (actually, not noticeable at all since the process was killed either way after 5 seconds)
  • Prevent people from pointing two or more links to one mod directory.
  • Better arma installation detection. Resolves #228
  • Allow using a list of TS addresses in metadata.json. Resolves #241.
  • Detect the opening of the Arma launcher instead of Arma 3. Resolves #243
  • Fixed case where correct mod directory could be taken for an incorrect one.

Enhancements:

  • Changed the presentation layer of unreachable servers (-/- instead of xx/xx)
  • Added a workaround to have better unicode error reports
  • Added OK button to dismissable error popups. Fixes #229
  • Add a check for Arma development branch on disk. Resolves #226.
  • Add a note that very low upload limits affect download speeds. Resolves #222.
  • Even more verbose teamspeak error messages. Resolves #221
  • Run Teamspeak directly from the executable instead of relying on URLs. Resolves #231. (this should prevent some potential errors)
  • Expand the information about the exception in case of a unicode error

Other:

  • Introducing threaded Paras (experimental).
  • Increased the default timeout value when uploading torrents.
  • Updated seedbox population script
  • Updated false positive report template.
  • Log the process name at the start of each para run.

1.12.0

31 Mar 22:17
Compare
Choose a tag to compare

1.12.0 (2017-03-31)

Fixes:

Skip arma3launcher.exe completely because there are some issues with it the first time an UAC prompt is shown.
Use Teamspeak Clientquery API key to connect to Teamspeak.
Better check which torrent files are removed when updating torrents.
Fix popup error when Kivy registers several keypresses on an OK button.
Show a nice message if you don't have permissions to delete a directory when making symlinks.
Don't use check for file writability before running seeding-only syncing. (caused errors when arma was running)
Show custom message explaining the problem when you have more than 6 network interfaces.

Enhancements:

Dynamic, per-server background images.
Server listing + steam querying for player count.
Custom refresh interval possible to be set in metadata.json.
Added the possibility to set extra threads for Arma.
Try to make an educated guess for TS location if it cannot be found in the registry.
Don't retrieve metadata on mod checking restart to speed up checks after changing servers.
Let the admins dump torrents urls from the launcher.
Don't seed the launcher (or other mods) if the mod is not complete.
Add the possibility to add a whitelist IP filter

Other:

Do not require to restart the launcher after creating new torrents.
Automatic restart after mod upload.
Mark a mod as clean and done, after creating a torrent based on it
Made the launcher version a little more visible
Use the new (color corrected) BusyIndicator.
Changed disabled action button color to: #302f3680.

Development builds

11 May 11:50
Compare
Choose a tag to compare
Development builds Pre-release
Pre-release

Those are automatic builds and aren't even guaranteed to work! Don't use those unless you know what you're doing. Try the regular builds first!

1.11.1

25 Mar 18:28
Compare
Choose a tag to compare

1.11.1 (2017-03-25)

This hotfix will cause the launcher to connect to Teamspeak 3.1.3+ every time you click PLAY.
Yes, this will be fixed later but right now it's still better than plain crashing.

Fixes:

  • Hotfix for #216. Teamspeak ClientQuery was crashing the launcher.

Enhancements:

Other:

1.11.0

17 Mar 11:57
Compare
Choose a tag to compare

1.11.0 (2017-03-17)

64bit Suppport added and possibility to play with BattlEye disabled. This version is required if you want to play on 64bit (95% of you) and use TFR since the new TFR dll is not blocked by BattlEye so it has to be run with BattlEye disabled for the time being.

Fixes:

  • Run arma through steam only when steam.exe is not already running. Otherwise run Arma3.exe directly (fixes some strange bugs)
  • Don't round the status value to 100.00% if the actual value is 99.999%
  • Ignore errors in decoding libtorrent info messages, which were not actually used, anyway.

Enhancements:

  • 64bit Arma support
  • Optional mods support
  • Enabled several much requested arma parameters to be set (like Profile or Unit ID)
  • Ability to connect without running BattlEye on the client
  • Enable or disable TrackIR in the options menu
  • Enable or disable FacetrackNoIR in the options menu
  • Better error message layout + automatic copying of the message to the clipboard

Other:

  • Moved all the settings options to a common file.
  • Fixed bizarre news panel movement in TacBF launcher.

1.10.0

03 Mar 15:53
Compare
Choose a tag to compare

1.10.0 (2017-03-03)

Fixes:

Workaround to prevent crash when sound cannot be initialized.
Fixed error when the Windows username contained special characters.
Retry HTTP requests in case of an exception (fixes the issues when starting a download).

Enhancements:

Added a list of currently used mods that you are using right now with the real mod location in case of using Junctions.
You can set those junctions manually and this makes the launcher recheck everything again.
Added the news box to TacBF Launcher.

Other:

Rename UPGRADE button to UPDATE to prevent confusion (reported by users).