View Poll Results: How should Autosounds Trigger?
- Voters
- 49. You may not vote on this poll
Multiple Choice Poll.
Thread: DOE: Sound Extension
-
January 5th, 2019, 12:04 #1311Devotee
- Join Date
- Dec 2005
- Posts
- 8
Actually, I found a better code. No need to specify the number of files nor the exact path. Also, it's better if you allow multiple instances of vlc, as this new code now automatically closes vlc and can play multiple simultaneous sounds.
It's the exact same code every time, with one tiny change : replace *fileName* with the common name of the files you want to randomly play (before the brackets).
set fname=*fileName*
set count=0
for %%x in (*%fname%" "*.wav) do set /a count+=1
set /a num=%random% %% count + 1
SET spath="%fname% (%num%).wav"
"C:\Program Files\VideoLAN\VLC\vlc.exe" -I dummy --dummy-quiet %spath% vlc://quit
-
January 28th, 2019, 16:55 #1312Crusader
- Join Date
- Feb 2018
- Posts
- 11
Great work, I have 1 question. Can you create a sound table & link it to a trigger allowing randomness into combat for example.
-
January 29th, 2019, 05:23 #1313
Dulux-Oz
√(-1) 2^3 Σ Π
...And it was Delicious!
Alpha-Geek
ICT Professional
GMing Since 1982
NSW, Australia, UTC +10
LinkedIn Profile: www.linkedin.com/in/mjblack
Watch our games on Twitch: www.twitch.tv/dulux_oz
Support Me on Patreon: www.patreon.com/duluxoz
Past Games, etc, on my YouTube Channel: www.youtube.com/c/duluxoz
-
January 30th, 2019, 12:05 #1314

Archangel
- Join Date
- Apr 2008
- Location
- Virginia Beach
- Posts
- 3,093
Hey, Dulux, while I am thinking about it, are you going to be able to do anything to take advantage of the new masters and minions functionality in Syrinscape in the Sound extension. I have to confess I am not sure how to make it work outside FG yet, but I remember reading a post that said it was now released, but I think it is APIs that make it work (since I cannot find anything in the player interface that has anything to do with it).
-
January 30th, 2019, 14:04 #1315
Unfortunately, the solution that Syrinscape came up with for their Master/Minion Web-based version is, at the moment, 100% incompatible with how FG and the DOE:Sound work. I've been investigating the solution for a couple of weeks now and, to get it to work, it is going to require either SmiteWorks radically changing the FG-Engine (something which in the past they have been super reluctant to do) or a complete architectural re-design of the Syrinscape M/M system. In either case, its out of my hands.
Having said that (and I've had this discussion with Benjamin from Syrinscape) everything that the M/M solution can do the DOE:Sound has been able to do since approx v3. Yes, it does it in a different way, but there is no "end-point result" that the M/M can do that the DOE:Sound can't - or, in other words, for uses of FG (on a Windows-based system), there is no need for the Master/Minion solution as the DOE:Sound and the original Syrinscape Desktop App can do it all.Dulux-Oz
√(-1) 2^3 Σ Π
...And it was Delicious!
Alpha-Geek
ICT Professional
GMing Since 1982
NSW, Australia, UTC +10
LinkedIn Profile: www.linkedin.com/in/mjblack
Watch our games on Twitch: www.twitch.tv/dulux_oz
Support Me on Patreon: www.patreon.com/duluxoz
Past Games, etc, on my YouTube Channel: www.youtube.com/c/duluxoz
-
January 30th, 2019, 15:18 #1316Live stream: https://www.twitch.tv/gwydione
Youtube replays of fg sessions and tutorials: https://www.youtube.com/channel/UCQr...bIpAauZB41z8gA
Free stuff:
D&D5e FAQ module for fg: http://www.dmsguild.com/product/196704/FAQs
FG 5e Module Conversions: https://tinyurl.com/y6awo2la
Map Maker Conversion: https://tinyurl.com/y3awlo4b
Roll Player Conversion: https://tinyurl.com/y399kffz
Rangers of Shadow Deep Conversion: https://tinyurl.com/rnyrgwg
-
January 30th, 2019, 16:53 #1317
Problems? See; How to Report Issues, Bugs & Problems
On Licensing & Distributing Community Content
Community Contributions: Gemstones, 5E Quick Ref Decal, Adventure Module Creation, Dungeon Trinkets, Balance Disturbed, Dungeon Room Descriptions
Note, I am not a SmiteWorks employee or representative, I'm just a user like you.
-
January 30th, 2019, 23:53 #1318

Archangel
- Join Date
- Apr 2008
- Location
- Virginia Beach
- Posts
- 3,093
Well, I have to say, I am just now contemplating getting into this sound thing, so I found the whole M/M thing a little confusing because I thought it was redundant. Been on the Syrinscape forums, though, and you would have thought it was solving world hunger. Thanks, Dulux.
BTW, Gwydion, I saw your post over there on using VTC player to do stereo rather than Discord (which I really don't care for anyway). That is some great work, Gwydion.
-
January 31st, 2019, 01:34 #1319
Well, it's redundant for *US* because of the DOE:Sound - but remember that Syrinscape's "use case" is more than just FG; a lot of Roll20 people (and others) want to use it as well, so Benjamn's doing a "good thing" in terms of his business by providing that option to his customers. There is also this... fasination... that people seem to have with cloud-based computing these days (one which I, as a Professional ICT Consultant, can't understand because while "The Cloud" has it's uses its *not* a panacea(sp?) for computing), so with this fasicination "everyone" is pushing their stuff into the cloud - which I consider a mistake in some (but not all) cases. Thanks God(s) that Smiteworks didn't go this route, and that we can still get Desktop Apps for all our stuff, including Syrinscape, etc.
TL: DR - FG Users don't *need* M/M when using the DOE:Sound, but there's more than one VTT-ecosystem out there, and only FG has the DOE:Sound - plus *some* people like to put *everything* in the cloud
Dulux-Oz
√(-1) 2^3 Σ Π
...And it was Delicious!
Alpha-Geek
ICT Professional
GMing Since 1982
NSW, Australia, UTC +10
LinkedIn Profile: www.linkedin.com/in/mjblack
Watch our games on Twitch: www.twitch.tv/dulux_oz
Support Me on Patreon: www.patreon.com/duluxoz
Past Games, etc, on my YouTube Channel: www.youtube.com/c/duluxoz
-
January 31st, 2019, 01:37 #1320

Archangel
- Join Date
- Apr 2008
- Location
- Virginia Beach
- Posts
- 3,093
Well, I am not an IT professional, so my opinion comes at a discount, but I do agree with you, Dulux on the cloud craze.
Thread Information
Users Browsing this Thread
There are currently 2 users browsing this thread. (0 members and 2 guests)


Reply With Quote


Bookmarks