Skip to content

Commit

Permalink
Add support for moulinette Fixes #4
Browse files Browse the repository at this point in the history
  • Loading branch information
datdamnzotz committed Jun 5, 2023
1 parent b007936 commit 736c01f
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 7 deletions.
5 changes: 0 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,3 @@
# Upgrading from 1.1 to 2.0 you will have to delete and reimport your playlists!

Sound effects and music were re-indexed to make more sense.
Remove and re-create any existing playlists you may have had. (Indexing reshuffled the directories)

# Foundry VTT - Game Audio Bundle 1 of 4

This Foundry VTT module brings ROYALTY-FREE sound effects and music from http://www.sonniss.com
Expand Down
7 changes: 5 additions & 2 deletions module.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"id": "gAudioBundle-1",
"title": "Game Audio Bundle 1",
"description": "<p>High-quality sound effects from many of the best sound recordists and designers in the World. Use them personally or commercially without attribution. Sonniss LTD.</p>",
"version": "3.1",
"version": "3.1",
"compatibility": {
"minimum": "0.5.0",
"verified": 11
Expand All @@ -18,7 +18,10 @@
"type": "Playlist"
}
],
"scripts": [
"scripts/moulinette.js"
],
"url": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1",
"manifest": "https://raw.githubusercontent.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1/master/module.json",
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1/releases/download/v3.1/v3.1.zip"
"download": "https://github.com/datdamnzotz/FoundryVTT-Game-Audio-Bundle-1/releases/download/v3.1/v3.1.zip"
}
5 changes: 5 additions & 0 deletions scripts/moulinette.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
Hooks.once("ready", async function () {
if(game.moulinette) {
game.moulinette.sources.push({ type: "sounds", publisher: "Sonniss", pack: "FoundryVTT Game Audio Bundle 1", source: "data", path: "modules/gAudioBundle-1/src" })
}
});

0 comments on commit 736c01f

Please sign in to comment.