Implementing New Music

Post everything from general questions, to modding questions, to map WIPs to releases. (SWBF1 only)

Moderator: Moderators

Post Reply
Exclamation

Implementing New Music

Post by Exclamation »

I am working on learning how to implement new music into my custom maps.

My first step is to successfully use the music setup from the DataChainIsle mod, only changing every "chainisle" to "aaabc" (the ModID ;) ). I also added the stuff to the GCW Mission LUA, just like the ChainIsle one had (calling for the music from the Sounds folder).

I ran it in SPTest, and there was no music (everything else was fine). The only sound-related log message was this:

Code: Select all

Message Severity: 3
D:\src\FRONTLINE_PC\FrontLine\Source\LoadUtil.cpp(708)
Unable to find level chunk aaabcgcw in dc:sound\aaabc.lvl;aaabcgcw
Hmmm, what did I do wrong?
Leviathan
Missing Jedi Admin
Posts: 3277
Joined: Fri Nov 12, 2004 2:54 pm
Projects :: No Mod project currently.
Games I'm Playing :: I have not listed any games yet
xbox live or psn: No gamertag set

RE: Implementing New Music

Post by Leviathan »

Have you ever consulted this section of psych0fred web-site ? :? (Indeed, I think you'll find all informations you need there...)
Post Reply