You are viewing a potentially older version of this package.
View all versions.

EOSExt SecDoorTerminal
Rundown Dev side SecurityDoorTerminal. Now added ExtraDoor support
Date uploaded | a month ago |
Version | 1.1.2 |
Download link | Inas07-EOSExt_SecDoorTerminal-1.1.2.zip |
Downloads | 681 |
Dependency string | Inas07-EOSExt_SecDoorTerminal-1.1.2 |
This mod requires the following mods to function


GTFOModding-SecDoorTerminalInterface
(Plugin Dev Libaray) Attach Terminal to Security Door with API
Preferred version: 1.0.5README
This plugin allows you to setup SecDoorTerminal with json datablock.
This plugin works with plugin ExtraObjectiveSetup
, pls make sure you install that as well.
A template file will be generated in YOUR_RUNDOWN/Custom/ExtraObjectiveSetup
upon first startup after installing this plugin.
Documentation of this plugin: https://github.com/Inas-07/EOSExt.SecDoorTerminal/wiki
How to use:
- Toss this plugin into your
BepInEx/plugins
folder. - Start your game.
- There should me files generated in your
BepInEx/plugins/YOUR_RUNDOWN/Custom/ExtraObjectiveSetup
- Explore those generated stuff.
- If you need examples, take ones from my rundown
LEGACY
. - Supports Partial Data.
- Supports
AWO
.
CHANGELOG
1.1.2
- Fixed a null ref in last version.
1.1.1
- Updated warden event to interact with
SDT
onExtraDoor
- Updated documentation accordingly
1.1.0
- Added
ExtraDoor
support:SDT
could now be added to doors added byEOSExt_ExtraDoor
.- Updated documentation accordingly
- Basically, specify the
ExtraDoor
you wanna addSDT
to byFCWorldEventObjectFilter
in your SDT config file. - Make sure to install
EOSExt_ExtraDoor
first if you wanna use this feature.
- Fixed: ChainedPuzzles of
UniqueCommand
onSDT
with command ruleNormal
is not reset on puzzle complete, making the command not repeatable by design.
1.0.0
Initial release