Questions about Mkombat

Info on other Mods that I have written/created/updated
Post Reply
Guest

Questions about Mkombat

Post by Guest »

Hey, Love the Mkombat mod, but got a few quuestions, 1stly id like the must to play more often, i rad how, to change it, but what i need to know is what program do i need to open the MKombat.lua file to edit the timed...

Also 1 other thing is, i like the mkombat theme that comes on but cant stand the blade/matrix music that are in the pack, Is there any way to disable matix/blade and make it play Mkombat everytime?

Thanks,

Kayde
Posts: 20
Joined: Sun Aug 07, 2005 3:14 pm

Post by Kayde »

If you go into the "mk.lua" file, scroll down and find:
-- Combat music, add or remove your music preferences
table.insert( MK_Pack["MKOMBAT_COMBAT"], "Interface\\AddOns\\MKombat\\Sounds\\mkedit.mp3" );
table.insert( MK_Pack["MKOMBAT_COMBAT"], "Interface\\AddOns\\MKombat\\Sounds\\matrix.mp3" );
table.insert( MK_Pack["MKOMBAT_COMBAT"], "Interface\\AddOns\\MKombat\\Sounds\\blade.mp3" );

It's well identified - but incase your using something that has line callouts, its lines 27-30.
All you need to do is add "--" to the very beginning of which every song you DONT want played. That's "--", not "-" or "__". Two dashes.


As for editing the time length of the songs that play, I would suggest downloading a music editor or convert the mp3's to wav file and just use your standard sound recorder to modify their length. Remember though, if you change a .mp3 to .wav, you must also change the file in mk.lua to reflect the same extention.

Post Reply