Open Extract

  • Refringe added a new file:

    Quote

    Open Extract

    Features:

    • Make extracts available no matter what side of the map you spawned.
    • Updates the percentage that random extracts are available.
    • Updates CO-OP extracts to be useable via payment (like cars).
    • Updates no-backpack extracts to be useable with backpacks.
    • Updates cliff extracts to be useable without a paracord, red rebel, and with an armored rig.
    • Sets a maximum hold time for extracts.
    • Ability to update payment extract currency and amount.
    • Ability to reset payment extract timers when the player leaves the extract area and returns later.

    Known Issues:

    • Anything handled client-side can not currently be changed by this mod. Examples:
      • All scav extracts.
      • Green flare requirement for the Klimov Street extract on Streets of Tarkov.

    To Install:

    1. Decompress the contents of the download into your root SPT directory.
    2. Open the OpenExtracts/config/config.json5 file to adjust configuration options.
      • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it!
    3. Leave a review and let me know what you think.

    Having Issues?

  • Refringe added a new version:

    Quote

    Updates:

    • Fixed a bug that prevented extracting in Interchange's Hole in the Fence location with a backpack. Thanks Artur90il!

    If you experience any problems, please submit a detailed bug report.

  • Refringe added a new version:

    Quote

    Updates:

    • Updated for SPT v3.5.0 compatibility.
    • Updated to include Streets of Tarkov extracts.

    Notes:

    • This update is not compatible with SPT v3.4. You're still able to use v1.0.3 of this mod for SPT v3.4, but no support will be provided or updates made to help with legacy versions of SPT.

    If you experience any problems, please submit a detailed bug report.

  • um, so should I leave the content of config.json here?

    I disabled the mod right night due to the issue.


    {

    "_comment": "Enables the use of the mod. [true/false]",

    "mod_enabled": false,


    "_comment": "Enables verbose logging. [true/false]",

    "debug": false,


    "_comment": "Make extracts available no matter what side of the map you spawned. [true/false]",

    "ignore_entry_point": false,


    "_comment": "Updates the percentage that random extracts are available. [number:0-100]",

    "_comment": "For example: Smuggler's Boat or Pier Boat. The Default is typically 50.",

    "random_extract_update": true,

    "random_extract_chance": 55,


    "_comment": "Updates CO-OP extracts to be useable via payment (like cars). [true/false]",

    "_comment": "By default, the payment is 5000 rubles.",

    "convert_cooperation": true,

    "cooperation_item": "5449016a4bdc2d6f028b456f",

    "cooperation_number": 5000,


    "_comment": "Updates no-backpack extracts to be useable with backpacks. (Labs:Vents, Reserve:Sewer, Interchange:Hole in the Fence) [true/false]",

    "ignore_backpack_requirements": false,


    "_comment": "Updates Reserve Cliff extract to be useable without a paracord, red rebel, and with an armored rig. [true/false]",

    "ignore_cliff_requirements": false,


    "_comment": "Sets a maximum hold time for extracts. [number:seconds:1-60]",

    "max_extraction_time": 15

    }



    and here's another config.json from Custom Raid Times (idk but just in case you might need this)


    {

    "_comment": "Enables the use of the mod. [true/false]",

    "mod_enabled": true,


    "_comment": "Enables verbose logging. [true/false]",

    "debug": false,


    "_comment": "Override raid times for all locations regardless of any custom times set below. [true/false]",

    "master_time_override": false,


    "_comment": "Number of minutes to override all raid times to. Only used if master_time_override is set to true.",

    "_comment": "This example has three options for a raid time value:",

    "_comment": " - The first setting (60 minutes) will be used 10 times more often than the third setting value due to the difference in the weight options.",

    "_comment": " - The second setting (30 minutes) has a random weighting chosen between the min and max settings. It will be used 2-5 times more often than the third setting value.",

    "_comment": " - The third setting has a random raid time value chosen between the min and max settings (15-20 minutes). Due to the weighting, it will be used 1/10th as often as the first setting.",

    "master_time_minutes": [

    {"minutes": 60, "weight": 10},

    {"minutes": 30, "weight": {"min": 2, "max": 5}},

    {"minutes": {"min": 15, "max": 20}, "weight": 1}

    ],


    "_comment": "Number of minutes for specific locations.",

    "_comment": "These will only be used if the master_time_override option is set to false.",

    "_comment": "These values follow the same rules as the master_time_minutes option. (Additional settings, and min/max values may be used).",

    "custom_times": {

    "customs": [

    {"minutes": 45, "weight": 1}

    ],

    "factory_day": [

    {"minutes": 25, "weight": 1}

    ],

    "factory_night": [

    {"minutes": 25, "weight": 1}

    ],

    "interchange": [

    {"minutes": 50, "weight": 1}

    ],

    "laboratory": [

    {"minutes": 40, "weight": 1}

    ],

    "lighthouse": [

    {"minutes": 45, "weight": 1}

    ],

    "reserve": [

    {"minutes": 45, "weight": 1}

    ],

    "shoreline": [

    {"minutes": 50, "weight": 1}

    ],

    "streets": [

    {"minutes": 55, "weight": 1}

    ],

    "woods": [

    {"minutes": 45, "weight": 1}

    ]

    },


    "_comment": "This mod will adjust regular bot spawn waves to ensure that bots continue to spawn throughout the entire raid.",

    "adjust_bot_waves": false,

    "maximum_bots": 35,

    "maximum_group_gap_minutes": 8,

    "minimum_group_gap_minutes": 4,

    "maximum_wave_per_group": 4,

    "minimum_wave_per_group": 1

    }


    thanks in advance, mate :)

  • Refringe added a new version:

    Quote

    Updates:

    • Resolved an issue that would randomly cause all extracts to close. Huge props to RHST and AHuman for reporting the issue.
    • Updated the configuration file to include options for each of the chance based extracts.

    Notes:

    • The green flare requirement for the Klimov Street extract on Streets of Tarkov is confirmed server-side and will remain required.

    If you experience any problems, please submit a detailed bug report.

  • Refringe added a new version:

    Quote

    Updates:

    • Full code rewrite.
    • 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.

    If you experience any problems, please submit a detailed bug report.

  • Refringe added a new version:

    Quote

    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.
    • Updates the method in which the configuration file is loaded into the mod.
    • 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.

    Issues?

    This version should be compatible with any SPT v3.6 release.

    If you experience any problems, please submit a detailed bug report.


  • Refringe added a new version:

    Quote

    Updates:

    • 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.

    Notes:

    • This version should be compatible with any SPT v3.7 release.

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

    SPT has begun to move co-op extract features already present in this mod into the core codebase. SPT v3.7.1 includes Fence gifts, so that feature has been removed from this version of the mod. The next hotfix version of SPT will likely include the Fence reputation gain feature. With that in mind, this version has been pinned to require SPT v3.7.1 exactly. An update will be required for the next SPT hotfix release.

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

    Notes:

    • This version is only compatible with the SPT v3.7.1 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it.

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

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

    Notes:

    • This version should be compatible with any SPT v3.8 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it.

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

    • 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.

    Notes:

    • This version should be compatible with any SPT v3.8 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it.

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

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

    Notes:

    • This version should be compatible with any SPT v3.8 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it.

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

    • SPT 3.9.0 Compatibility

    Notes:

    • This version should be compatible with any SPT v3.9 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it!

    Issues?

  • Refringe added a new version:

    Quote

    Updates:

    • Fixes a bug where the mod did not apply changes to the high-level Ground Zero map extracts.
      Thank you to paprikaspice for the PR.

    Notes:

    • This version should be compatible with any SPT v3.9 release.
    • The configuration file is in JSON5 format. The file extension is not a mistake. Do not rename it!

    Issues?

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!