Skip to content
Yi Zhou edited this page Apr 4, 2024 · 10 revisions

This is the wiki page of ExtraChainedPuzzleCustomization.

Feature:

  • Custom static bioscan point position.
  • Custom T-scan:
    • Custom movement speed
    • Custom T-scan travel path
  • Cluster T-scan (i.e. multiple T-scan at the same time).
  • Add 'required items to scan' to your puzzle.
    • This is also possible: add different required items to different children scan of a cluster scan.
  • Setup concurrent cluster scan (which means: for a cluster scan, all children scan must progress simultaneously).
  • Execute warden events when the bioscan / cluster scan is solved.
  • Execute warden events when reached certain progress.

You can find the full template on your right-hand side.

However, the template could be overcomplicated for configuring a single scan. Feel free to drop unwanted field to make your config file more compact.

Usage Note:

  • Puzzle Override data location: BepInEx\plugins\YOUR_RUNDOWN\Custom\ScanPositionOverrides
  • Restart is NOT required in most cases to reload the Puzzle Override data. View the BepInEx log to confirm the change being applied.
  • Since level layout, number of chained puzzles in the level may vary before level design being finalized, it's recommended that you deem overriding scan positions as one of the last steps of finalizing your level.