This wiki is a copy of the original Oblivion CS wiki created and maintained by the UESP.net. See CSwiki:Copy Notice for more info.

StreamMusic

From the Oblivion ConstructionSet Wiki
Revision as of 14:38, 7 May 2006 by imported>JOG
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Syntax:

StreamMusic "<Filename>" 

Example:

StreamMusic "data\music\special\success.mp3"

Tells the game to start playing the file. (The filename needs to be in quotes!)


  • The filename needs to be located somewhere within the Oblivion-folder not neccessary in Data\Music.
  • The file-type isn't restricted to MP3. Any format that may be played by Windows Media Player can also be played by Oblivion (e.g .MID files).
  • The file-type isn't even restricted to music; if you start a video this way, Oblivion will minimize and display the video in an own window. After the video's end Oblivion will resume. (This is bound to make the game instable, so don't use it for anything but easter-eggs.)