Posts by Jehree

    Jehree added a new version:

    Quote

    For SPT 3.11.X Only


    Fixed issue with keycard doors not being unlockable. They now are excluded from doors that you can lock.


    If you previously locked one of these doors and need to force it unlocked, press ~ to open the console while in raid and run the unlock_all_player_locked_doors command.

    Jehree added a new version:

    Jehree added a new version:

    Quote

    For SPT 3.11.X Only


    • Fixed certain move mode features only working on the first item you move in a raid (Physics, Undo Move, etc.)
      • Thanks SeatTurtleMan for the report!
    • Organized F12 config

    Jehree added a new version:

    Jehree added a new version:

    Quote

    This version will only work with SPT 3.11.x

    • Remove unneeded configs in cases.json
    • Add moved configs to config.default.json5
    • Rename settings to be more similar
    • Fix grids in special slots drawing in the inventory UI


    The following new settings have been added to the config.default.json5 file, and can be copied to your config.json5 if desired. They are no longer configurable on a per-case basis


    Code
    // Allow all cases in secure containers
    "allow_cases_in_secure": true,
    // Allow all cases in backpacks
    "allow_cases_in_backpacks": true,
    // A list of additional item IDs that should have cases allowed in them
    "cases_allowed_in": [],
    // A list of additional item IDs that should have cases disallowed in them
    "cases_disallowed_in": [],

    Jehree added a new version:

    Quote

    This version will only work with SPT 3.11.x


    Fix issue when running on Linux


    Not necessary for Windows users to download this, as nothing else was changed

    Jehree added a new version:

    Jehree added a new version:

    Jehree added a new version:

    Quote

    For SPT 3.10.X Only


    Fixed issue where exfil was visible and accessible on the map even when no Safehouse Radio was used


    Compiled with Leave It There 1.5.1

    Jehree added a new version:

    Quote

    For SPT 3.10.X Only


    Fixed issue that caused hideout to load infinitely

    Jehree added a new file:

    Jehree added a new version:

    Jehree added a new version:

    Quote

    For SPT 3.10.X Only


    Doors that normally start open will now be closed and locked if locked in a previous raid.


    Thank you Drakia for making Door Randomizer! It held the clue I needed to add this feature. :D

    Jehree added a new version:

    Quote

    for 3.10.X SPT versions

    Changelog

    Fixes for players

    • Fix broken Saferoom exfiltration on Interchange (players were trapped in the saferoom 😂)
    • Fix train exfils will always extract player automatically regardless of config (because if you don't trigger the extract on time the train just kills you)
    • Fix broken lab elevator exfils when user cancel (so this is not cancellable anymore)
    • Fix exfil with shared timers that should not be cancellable


    New feature for modders

    • Helpers.Settings is now public: This will allow to react to Interactable Exfils API Settings, or even change of them (.e.g. put it in readonly mode)


    ⚠️ Breaking changes for modders (this is why the v2)

    It should not be a real problem since these features have not been used.

    • Removed InteractableExfilsService.ExfilHasRequirement
    • Removed InteractableExfilsService.ExfilIsCar
    • Removed InteractableExfilsService.ExfilIsElevator
    • Removed InteractableExfilsServiceAddPlayerToPlayersMetAllRequirements

    Jehree added a new version:

    Quote

    For SPT 3.10.X Only


    Hotfix that fixes issue where hour value could sometimes be greater than 23, causing UI bugs and crashes on raid start with errors about invalid time data.