| Latest version | 1.1.0 |
|---|---|
| Minimum Core | |
| Compatible Core | |
| Last updated | 1 year ago |
| Created | 2 years ago |
| Authors | |
| Languages |
|
| Systems | All systems |
| Project source | Project URL |
The Chris Sound Module is a Foundry VTT module designed to send and receive custom sound messages. This module allows a Game Master (GM) to play specific sounds for individual players, enhancing the immersive experience of your tabletop role-playing game.
Ensure the module is activated in the Module Settings.
Create a macro to use the playSoundForPlayer function. This function takes three arguments: playerName, playlistName, and songName.
Example macro:
const playerName = "Player6"; // Player's name
const playlistName = "Ambient Sounds"; // Playlist name
const songName = "Tor"; // Song name
playSoundForPlayer(playerName, playlistName, songName);
Save the macro and add it to your hotbar.
Execute the macro to play the sound for the specified player.
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: chris-sound-module 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.