Skip to content

v1.3.0-rc.3

Pre-release
Pre-release

Choose a tag to compare

@apocalyptech apocalyptech released this 11 May 21:07

Welcome to OpenBLCMM v1.3.0-rc.3! This is a release candidate of OpenBLCMM, which is a new 100% open-source fork of the original Borderlands Community Mod Manager (BLCMM). OpenBLCMM feels quite solid to us, and it seems to work fine, but this is being released as a candidate first so that we can solicit some extra help testing, prior to doing a full public release. Please let us know if you have any problems, either in via the Issues here on the github, or via Discord.

Changes since the previous Release Candidate:

  • Windows installer now installs the Visual C++ Redistributable, if needed, which the EXE requires
  • Refuse to import .py files, and warn about them possibly being PythonSDK mods
  • Fix some exceptions when running in Java 8
  • Fix some display errors in OE when doing a getall on array properties

About

OpenBLCMM is the next version of BLCMM which has a couple of main differences:

  1. It's 100% open-source
  2. The Windows version is entirely contained in an EXE. No Java install is required! There's also an installer which will get OpenBLCMM into your Start Menu.
  3. "Pure Java" versions support all current Java versions, up through Java 20
  4. Support for Assault on Dragon Keep (including OE data!)
  5. Object Explorer datapack handling is significantly different

OpenBLCMM is completely separate from BLCMM -- you can have both installed at the same time and they won't interfere with each other at all. You can even have them open at the same time if you want, though I wouldn't recommend pointing them at the same patch file.

Release Files

Windows

Linux

  • Pure Java - OpenBLCMM-1.3.0-rc.3-Java-Linux.tgz
    • This version requires that Java is installed, and will not install Java for you. Just install via your distro's package manager. Supported Java versions are: 8, 11, 17, and 20. Launch with launch_openblcmm.sh one Java is installed.

Mac

  • Pure Java - OpenBLCMM-1.3.0-rc.3-Java-Mac.tgz
    • This version requires that Java is installed, and will not install Java for you. We recommend Adoptium Temurin. Supported Java versions are: 8, 11, 17, and 20. Launch by doubleclicking on launch_openblcmm.command.

Object Explorer Data Packs

  • Datapack Releases: https://github.com/BLCM/OpenBLCMM-Data/releases
    • Datapacks must now be downloaded manually. Download the ones you want and store them in the same directory as OpenBLCMM.exe or OpenBLCMM.jar. The app will see them on the next startup!

Changelog

v1.3.0-rc.3 Full Changelog