Because nothing calms you down like a rug being pressure-washed...
...while you're bleeding out in Interchange.
This mod adds configurable video overlays directly into your SPT-AKI raids.
Perfect for tactical vibing mid-fight — pure visual dopamine.
- 🎥 Plays videos during raids
- Supports up to 10 videos at the same time!
- ⚙️ Fully configurable settings per video-player:
- Position (X/Y)
- Scale (Width/Height)
- Transparency
- Audio toggle
- Custom video from mod folder
- Download and install KmyTarkovApi v1.4.0 or later – this is required!
- Extract the
BepInExfolder from the.7zarchive into your SPT root directory. - Launch the game — done!
📺 Video guide: https://youtu.be/ZoWvqE2H6d4
- Drop your
.mp4files into:
BepInEx/plugins/SatisfyingOverlay/Videos - Start SPT.
- Press F12 to open the overlay configurator.
- Select your video from the dropdown list.
- ❌ No. Videos play only during raids.
- Comes with 5 example videos:
- Carpet cleaning
- Kinetic sand cutting
- Slime
- Soap crushing
- Subway Surfers gameplay
- ✅ Yes!
- Enable “AudioEnable” in the video slot settings.
- Volume is linked to in-game music volume slider.
- Make sure the file is a
.mp4 - Avoid strange characters in the filename.
- Re-encode the video using
ffmpeg:ffmpeg -i broken.mp4 -c:v libx264 -c:a aac fixed.mp4