Latest version | 1.1.0 |
---|---|
Minimum Core | |
Compatible Core | |
Last updated | 1 month ago |
Created | 7 months 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.
Necessary cookies are absolutely essential for the website to function properly. This category only includes cookies that ensures basic functionalities and security features of the website. These cookies do not store any personal information.
Functional cookies help to perform certain functionalities like sharing the content of the website on social media platforms, collect feedbacks, and other third-party features.
Performance cookies are used to understand and analyze the key performance indexes of the website which helps in delivering a better user experience for the visitors.
Advertisement cookies are used to deliver visitors with customized advertisements based on the pages they visited before and analyze the effectiveness of the ad campaign.
Analytical cookies are used to understand how visitors interact with the website. These cookies help provide information on metrics the number of visitors, bounce rate, traffic source, etc.