Skip to content

Releases: refringe/OpenExtracts

v1.6.0

23 Jan 20:48
aeeafd1
Compare
Choose a tag to compare

Updates:

  • SPT 3.10 Compatibility

Full Changelog: v1.5.1...v1.6.0

v1.5.1

06 Sep 13:54
Compare
Choose a tag to compare

What's Changed

  • Fixed mod not applying to the Ground Zero level 21+ variant by @paprikaspice in #7

New Contributors

Full Changelog: v1.5.0...v1.5.1

v1.5.0

10 Jul 02:08
Compare
Choose a tag to compare

Updates:

  • SPT 3.9.0 Compatibility

Full Changelog: v1.4.2...v1.5.0

v1.4.2

19 Apr 20:07
Compare
Choose a tag to compare

Changes:

  • New configuration option for resetting a payment extract (like car) if you leave the extract area and return.
    Huge shout-out to BlackDeathGER for finding the original issue and helping test the new feature.

Full Changelog: v1.4.1...v1.4.2

v1.4.1

17 Apr 03:05
Compare
Choose a tag to compare

Changes:

  • Adds the ability to adjust vehicle payment items and amounts.
  • Fixes the Climber's Trail extract from failing the isCliffExtract check. Thanks HB53!
  • Adjusts default coop extract payment to be 75 dollars.
  • Removes the Rock Passage and CCP Temporary extracts from the config file as they're no longer used.

Full Changelog: v1.4.0...v1.4.1

v1.4.0

15 Apr 03:52
Compare
Choose a tag to compare

Changes:

  • Updated for SPT 3.8.0 compatibility.
  • Adds support for Ground Zero extracts.
  • Removes the Fence reputation gain configuration option.

Full Changelog: v1.3.1...v1.4.0

v1.3.1

15 Oct 16:42
Compare
Choose a tag to compare

This update simply bring support for SPT v3.7.1. SPT has begun to move co-op extract features already present in this mod into the core. SPT v3.7.1 includes Fence gifts, so that has been removed from this version of the mod. SPT v3.7.2 will likely include Fence reputation gain, so this version has been pinned to require SPT v3.7.1 exactly. An update will be required for the future SPT v3.7.2 hotfix release.

Changes:

  • Made updates for SPT v3.7.1 compatibility.
  • The configuration file has been updated to remove the sendFenceGifts option.
  • Updated npm dependancies to be in-line with SPT core.

Full Changelog: v1.3.0...v1.3.1

v1.3.0

02 Oct 19:44
Compare
Choose a tag to compare

Changes:

  • Made updates for SPT v3.7 compatibility.
  • More Fence gifts are buffed. Now medical uses, face shield hits, food and drink resources, and key uses, should now be like-new.
  • Updates the build script with fixes for Windows compatibility.

Full Changelog: v1.2.0...v1.3.0

v1.2.0

13 Sep 19:28
Compare
Choose a tag to compare

Updates:

  • Adds an option to adjust Fence reputation on a successful cooperation extract (like live).
  • Adds an option to receive a Fence gift on a successful cooperation extract (like live).
  • Updates the default cooperation extract payment to 7500 rubles.
  • Updates initialization back to the synchronous methods so load order is enforced.
  • Updates build script to use the Ignore library for better ignore file support.
  • Updates build script to run copy operations in parallel.
  • Updates custom configuration validation to instead use the AJV library to enforce JSON schema compliance.
  • Updates the method in which the configuration file is loaded into the mod.
  • Updates the method in which extract database edits made.
  • Adds a npm postInstall script to handle TSyringe conflicts when running within SPT project directory.
  • Project now enforces double-quotes to be compatible with parent SPT project.

Notes:

  • The new configuration options must be present for the mod to run. If updating, copy your old configuration values into the new configuration file, or the new configuration options in your old configuration file.

Full Changelog: v1.1.0...v1.2.0

v1.1.0

05 Aug 03:43
Compare
Choose a tag to compare

Updates

  • Full rewrite of codebase.
  • Fixed issue with a number of extracts not being updated properly.
  • Configuration file is now validated.

Notes:

  • The configuration file is now in json5 format and has a slightly different structure. You're encouraged to start fresh.

Full Changelog: v1.0.1...v1.1.0