•     Please make sure you check the Support FAQ and relevant Guides before you create a new thread in this section!

Technical Issue *Error 1 missing sound sets*

Posts
1
Likes
0
installed a new map (FFA_episode1_2004) to play with friends on gameranger server. map is extracted to game data base in steam and should work. but whenever i try to change to it via console /map FFA_episode1_2004 , it loads for a second the boots to the main menu with *Error 1 missing sound sets*

attempted reinstall ect, other maps work fine.

any ideas?
 

MaceMadunusus

Level Designer
Donator
Movie Battles II Team
Posts
1,890
Likes
2,575
FFA Episode 1 2004 has its own soundset file, which our internal one is overwriting. In order to fix you need to modify the sound.txt within mbassets3.pk3/sounds to include

Code:
;*********************
;forcefield2
;*********************
bmodelSet forcefield2
subWaves movers/doors forcefield_on forcefield_lp forcefield_off forcefield_on forcefield_off

at the very bottom.
 
Top