Jump to content

Music Folder and Script Question


vanblam

Recommended Posts

Hello..

 

Just wondering if it is possible to set up a functional additional music folder. "Example: data/music/CharRoom".. I noticed that the cell info In TESCS shows only 3 music types "Dungeon, Public and Default".. So I don't know how you would associate your new folder to that particular Cell. Also was wondering if I could just make a loop script that would just stream that music over and over. This is what I have so far :P ...

 

scn CharRoomVB

 

begin OnLoad

 

streamMusic "data\music\CharRoom\CharAmb_01.mp3"

 

end

 

 

 

This is just on some random object.

Link to comment
Share on other sites

Hello..

 

Just wondering if it is possible to set up a functional additional music folder. "Example: data/music/CharRoom".. I noticed that the cell info In TESCS shows only 3 music types "Dungeon, Public and Default".. So I don't know how you would associate your new folder to that particular Cell. Also was wondering if I could just make a loop script that would just stream that music over and over. This is what I have so far :P ...

 

scn CharRoomVB

 

begin OnLoad

 

streamMusic "data\music\CharRoom\CharAmb_01.mp3"

 

end

 

 

 

This is just on some random object.

Unfortunately, no. Oblivion, or atleast the CS only recognizes those three folders for the purposes of determining what music is played within an area. As best as I can tell, this is something that is hard coded, and cannot be bypassed by any means.

 

As far as scripting with StreamMusic, while it does allow for other directories, the things you can do with it are fairly limited since it doesn't contain any native functions for looping or changing tracks, or keeping the music going between area transitions. I think there were a couple mods which made use of some of OBSE's functions to get around this somewhat, but don't know how well. From the little bit of tinkering I did awhile back, I came to the conclusion that it wasn't something that could be scripted with very well if you were wanting to have music play consistently between multiple areas, or wanted that music to play more than once.

Link to comment
Share on other sites

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...