As it's states above, I'm confused about how to change the music in the MP part of the game... Could someone give me instructions how to? Thx... :cool:
music/t2_dpred/ImpBaseB_Action.mp3 inside the assets0.pk3. Overwrite the mp3 file with your own by opening the pk3 file with winzip or pakscape. But this will change the music in the "t2_dpred" map too, so if you don't want to overwrite any mp3 file, you could open the "assets1.pk3", and get in the UI\jamp directory, open the "main.menu" file with notepad and change this command line: onOpen { exec "music music/t2_dpred/ImpBaseB_Action" ; } into this: onOpen { exec "music music/mpmenu/mymusic.mp3" ; } Then create a pk3 inside your gamedata\base folder and inside it place the UI\jamp\main.menu file and your music\mpmenu\mymusic.mp3 file, (remember to keep the directory structure\path) then save it and play :)