Please disclose if any significant portion of your mod was created using AI tools by adding the 'AI Generated' category. Failing to do so may result in the mod being removed from Thunderstore.
| Date uploaded | a week ago |
| Version | 0.1.0 |
| Download link | stratos_sucks-StratosTweaks-0.1.0.zip |
| Downloads | 25 |
| Dependency string | stratos_sucks-StratosTweaks-0.1.0 |
This mod requires the following mods to function
silksong_modding-BepInExPack_Silksong
BepInEx modloader, preconfigured and ready to use for Silksong
Preferred version: 1.0.3silksong_modding-I18N
A Hollow Knight: Silksong mod that automatically loads localized text for other mods.
Preferred version: 1.1.1README
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 exit → enter and ignore warp / bench_warp / door_warp rows.
Tune in BepInEx cfg (Tracking section): WarpDistance, MovementWindowSeconds, WalkThreshold.