How to store music in .U file?

Search and find cool Voicepacks, Sounds and Music or show us your own ones!
Post Reply
User avatar
Voodoo Doll
Average
Posts: 42
Joined: Wed Aug 03, 2011 2:27 am
Location: Russian Federation

How to store music in .U file?

Post by Voodoo Doll »

Hello. I know that's is possible place textures and sounds in .u package, not only meshes and classes. But if I import IT or S3M song in Unrealed, it asks song name only, not package name, so it's possible to save UMX from music browser only. Is there a program which can embed music data in .u packages? I want to compile whole map in single UNR file, using mylevel.u to store all data inside it.

It will be cool if there is a way to put multiple songs in single file.
User avatar
Feralidragon
Godlike
Posts: 5493
Joined: Wed Feb 27, 2008 6:24 pm
Personal rank: Work In Progress
Location: Liandri

Re: How to store music in .U file?

Post by Feralidragon »

I never did that, but I think it works the same way as textures and other external packages.

Basically, you import the music into a .umx package the normal way, close the editor, load it up again and load your map, then you should execute this in the UnrealEd console:
OBJ LOAD FILE="..\Music\MyMusic.umx" PACKAGE=MyLevel

I think.... not sure though, never tried it.
User avatar
Voodoo Doll
Average
Posts: 42
Joined: Wed Aug 03, 2011 2:27 am
Location: Russian Federation

Re: How to store music in .U file?

Post by Voodoo Doll »

Thanks a lot!! this thing working :)
User avatar
Sp0ngeb0b
Adept
Posts: 376
Joined: Wed Feb 13, 2008 9:16 pm
Location: Cologne
Contact:

Re: How to store music in .U file?

Post by Sp0ngeb0b »

Importing music files in an external .u file also works with this line:

#exec NEW MUSICFACTORY FILE="Path\MusicFile" NAME="MyMusicFileName"

Especially usefull when you are not working with the Unrealeditor.
Website, Forum & UTStats

Image
******************************************************************************
Nexgen Server Controller || My plugins & mods on GitHub
******************************************************************************
Post Reply