Dota 6.57b question

For fulfilled maps that most likely don't work on the latest patch (1.24 or later).

Moderator: Cheaters

User avatar
zamundax
Forum Fanatic
Posts: 342
Joined: October 8th, 2008, 4:21 pm

Dota 6.57b question

Post by zamundax »

Now i want to know how to change some sounds in dota 6.57b you know there is a "-music" command in dota and i was wondering how i can change some of them or add a new sound?
Spoiler:
Image
Kidn
initialD
Some Honorary Title
Posts: 1713
Joined: June 8th, 2007, 5:08 am
Title: Angry Bird

Re: Dota 6.57b question

Post by initialD »

sound are all in wc3imported file
User avatar
zamundax
Forum Fanatic
Posts: 342
Joined: October 8th, 2008, 4:21 pm

Re: Dota 6.57b question

Post by zamundax »

But how can i compres it its too big the ting that i want to put in
and what format does it have to be
and what files from the wc3imported are the "-music" sounds
Spoiler:
Image
Kidn
User avatar
ZaXTheAlien
Senior Member
Posts: 136
Joined: June 9th, 2007, 11:27 pm
Location: Indonesia

Re: Dota 6.57b question

Post by ZaXTheAlien »

it must be .mp3 or .wav, just compress it till under 700kb, place in wc3imported, and call it in DotA's script.

here, i made an example : ifile.it
type "-music bgm" , and listen
if you want to change the music, just replace this file : "war3mapImported\bgm.mp3" in that map with mpqmaster.

i only inserted this in war3map.j :
Spoiler:
elseif s=="-music bgm" then
call IO1I1OO("war3mapImported\\bgm.mp3")
on the right line
Image
User avatar
zamundax
Forum Fanatic
Posts: 342
Joined: October 8th, 2008, 4:21 pm

Re: Dota 6.57b question

Post by zamundax »

Thaks it worked :)
Spoiler:
Image
Kidn