• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

How to play .mp3 file from local files?

Status
Not open for further replies.
Level 6
Joined
Jul 2, 2013
Messages
153
Hi, I know Newgen pack has the option to enable local files and it's possible to play .mp3 from your pc's folders. But the question is how to trigger it? D
 

Chaosy

Tutorial Reviewer
Level 40
Joined
Jun 9, 2011
Messages
13,183
Custom MPQ
Local files

Combine these two, I'd imagine. (for those using newer patches that are not supported by jngp)
then just: call PlaySoundBJ("mypath//sound.mp3")

That is to say, I am not suggesting you use a mpq but the same method is used for local files.

edit: maybe its \\
 
Last edited:
Status
Not open for further replies.
Top