| Latest version | 1.0.0 |
|---|---|
| Minimum Core | 11 |
| Compatible Core | 13 |
| Last updated | 6 months ago |
| Created | 6 months ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
System agnostic module that ransforms your FoundryVTT combat encounters into cinematic experiences with dynamic film bars that automatically appear during combat, just like in movies and TV shows.
Geanos CineBars automatically adds sleek cinematic black bars (letterbox effect) to the top and bottom of your screen whenever combat begins. The bars smoothly animate in when combat starts and fade out when combat ends, creating an immersive, movie-like atmosphere for your most dramatic encounters.
https://github.com/GeanoFee/geanos-cinebars/releases/latest/download/module.jsonThe module works automatically once enabled:
For special cinematic moments, you can manually control the bars:
// Toggle bars on/off
GeanoCineBars.toggleBars();
// Force bars to appear
GeanoCineBars.showBars();
// Force bars to hide
GeanoCineBars.hideBars();
// Check current combat status
GeanoCineBars.checkCombatStatus();
The cinematic bars create the classic "letterbox" or "widescreen" effect:
The module uses multiple FoundryVTT hooks for maximum compatibility:
combatStart - Primary combat detectioncreateCombat - Alternative combat creation detectionupdateCombat - Monitors combat state changescombatEnd / deleteCombat - Combat termination detectionrenderCombatTracker - Additional state validationThis multi-hook approach ensures the bars work reliably across different systems and combat scenarios.
Made with ❤️ for the FoundryVTT community
To install this package, open your Foundry Setup screen and navigate to your Module tab and click the Install Module button.
From there, you can either search for the package unique name: geanos-cinebars or copy its manifest URL:
And paste it to the input box at the bottom of your window.

You can install this package directly to your Forge account.