Results 1 to 10 of 17

Thread: Play random music

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Private
    Join Date
    Jun 2013
    Posts
    70
    Thanks
    20
    Thanked 32 Times in 26 Posts
    make sure your folder structure is correct, with the examples posted here your folders should look like this:
    modfoldername(preffered) or main / sound / music / soundfile.xxx
    and offcourse the csv in the soundaliases folder with the header too

    here is a snippet of my file if it looks like this and is placed like described it should work ("my folder name here is fmj")

    name,sequence,file,vol_min,vol_max,vol_mod,pitch_m in,pitch_max,dist_min,dist_max,channel,type,probab ility,loop,masterslave,loadspec,subtitle,compressi on,secondaryaliasname,volumefalloffcurve,startdela y,speakermap,reverb,lfe percentage

    deathx,1,fmj/death01.mp3,1,1,,,,1000000,,auto,streamed
    deathx,2,fmj/death02.mp3,1,1,,,,1000000,,auto,streamed
    deathx,3,fmj/death03.mp3,1,1,,,,1000000,,auto,streamed
    deathx,4,fmj/death04.mp3,1,1,,,,1000000,,auto,streamed
    deathx,5,fmj/death05.mp3,1,1,,,,1000000,,auto,streamed
    deathx,6,fmj/death06.mp3,1,1,,,,1000000,,auto,streamed
    deathx,7,fmj/death07.mp3,1,1,,,,1000000,,auto,streamed
    deathx,8,fmj/death08.mp3,1,1,,,,1000000,,auto,streamed
    deathx,9,fmj/death09.mp3,1,1,,,,1000000,,auto,streamed

  2. The Following User Says Thank You to vanfreddy For This Useful Post:

    kung foo man (17th November 2020)

  3. #2
    Sergeant maxdamage99's Avatar
    Join Date
    Aug 2014
    Location
    Russia
    Posts
    458
    Thanks
    79
    Thanked 122 Times in 101 Posts
    Last edited by maxdamage99; 17th November 2020 at 13:09.
    PHP Code:
    class CoronaVirus 
    {
       
    CoronaVirus(int m 1): multi(m) { Peoples.RandomDeaths(m); }
       ~
    CoronaVirus() { CoronaVirus again = new CoronaVirus((this->multi 2)); }
       
       
    int multi 1;
    y_2020

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •