Skip to content

Releases: plu5/p-borderlands

v2.1.0

25 Feb 15:35
Compare
Choose a tag to compare

Contains

  • Sprint Adjuster 2.0.0
  • Exp Adjuster 1.1.0
  • Saves Backuper 1.0.1

Changes since previous release

Installation

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder.

For Saves Backuper, also install in the same way its third-party dependency, UserFeedback.

See the README in root for more details.

v2.0.0

05 Jan 07:29
Compare
Choose a tag to compare

Contains

  • Sprint Adjuster 2.0.0
  • Exp Adjuster 1.0.0
  • Saves Backuper 1.0.1

Changes since previous release

  • fix(SprintAdjuster): AirControl in TPS (#10)
    Simpler method to apply AirControl that works in TPS too; changing the global PlayerAirControl instead of the AirControl property on the pawn, because the latter isn't the same in TPS. Downside is it requires respawn to take effect.

Installation

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder.

For Saves Backuper, also install in the same way its third-party dependency, UserFeedback.

See the README in root for more details.

v1.1.2

20 Dec 13:12
Compare
Choose a tag to compare

Contains

  • Sprint Adjuster 1.1.0
  • Exp Adjuster 1.0.0
  • Saves Backuper 1.0.1

Changes since previous release

  • fix(SavesBackuper): Dialog shows at launch despite valid paths (#9)

Installation

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder.

For Saves Backuper, also install in the same way its third-party dependency, UserFeedback.

See the README in root for more details.

v1.1.1

17 May 22:23
Compare
Choose a tag to compare

Contains

  • Sprint Adjuster 1.1.0
  • Exp Adjuster 1.0.0
  • Saves Backuper 1.0.0

Changes since previous release

  • Sprint Adjuster new approach for applying speed, which fixes issue #1.

Installation

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder.

See the README in root for more details.

v1.1.0

21 Apr 15:34
Compare
Choose a tag to compare

Contains

  • Sprint Adjuster 1.0.0
  • Exp Adjuster 1.0.0
  • Saves Backuper 1.0.0

Changes since previous release

  • New mod: Saves Backuper.

Installation

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder.

See the README in root for more details.

v1.0.0

04 Apr 23:49
Compare
Choose a tag to compare

Download the archive of the mod you want to install and extract the folder within it (which should be the mod name) into the PythonSDK Mods folder, which is in Binaries/Win32 in your Borderlands 2 folder. You can also download the archive of source and extract the folders therein.