Last updated a week ago
Total downloads 24
Total rating 0 
Categories Cosmetic
Dependency string stratos_sucks-StratosTweaks-0.1.0
Dependants 0 other packages depend on this package

This mod requires the following mods to function

silksong_modding-BepInExPack_Silksong-1.0.3 icon
silksong_modding-BepInExPack_Silksong

BepInEx modloader, preconfigured and ready to use for Silksong

Preferred version: 1.0.3
silksong_modding-ModMenu-0.7.6 icon
silksong_modding-ModMenu

API for extending Silksong Menus

Preferred version: 0.7.6
silksong_modding-I18N-1.1.1 icon
silksong_modding-I18N

A Hollow Knight: Silksong mod that automatically loads localized text for other mods.

Preferred version: 1.1.1

README

Stratos Tweaks

Hollow Knight: Silksong plugin. Requires BepInExPack Silksong and ModMenu.

Configure from Options → Mods → Stratos Tweaks.

  • Enable Scene Injection — master switch for all room replacements
  • Enable Position Tracking — CSV logging (on by default)

Advanced Addressables paths are hardcoded in the plugin (not shown in ModMenu).

Position tracking

Events in each session CSV (utc,event,scene,x,y,z):

Event When
enter Walked into a room (recent movement before scene change)
bench_warp Benchwarp bench/respawn warp (requires Benchwarp installed)
door_warp Benchwarp door transition warp (requires Benchwarp installed)
warp Other teleport — heuristic fallback, or large same-room jump
exit Left a room
sample Periodic position while in a room

For stitching rooms on a map, pair exitenter and ignore warp / bench_warp / door_warp rows.

Tune in BepInEx cfg (Tracking section): WarpDistance, MovementWindowSeconds, WalkThreshold.