I'm trying to make a single player campaign in which I want to use custom music for some levels rather then the normal cd track of the map. Normally I could accomplish that by writing 'cd loop X' in the levels mutators field, but it seems the tracks from mapinfo are loaded after the cvars specified in a campaign entry thus overwriting my command. Here's what I tried:
"tdm","bloodprison","5","5","50","g_weapon_stay 1; cd loop 13","Level name","Bla bla bla..."
I was wondering if there's any other cd command or cvar I could use there. So far the only cd sub-setting which might work seems to be 'cd remap', but I tried it and it doesn't have any effect. Is what I'm trying to do possible with the latest SVN? How could it be done?