deathgod 0 Posted August 6, 2005 wane im am trying to load the map in editor it says something like this  found b insteed of { Help! <table border="0" align="center" width="95%" cellpadding="0" cellspacing="0"><tr><td>Code Sample </td></tr><tr><td id="CODE">class CfgMusic {   tracks[]={ SwCantina Band,Falcon,SwMarch,Sw rap,Wired al catlina,myname is dhaetvade,Battel,Light,main teame};   class SwCantina Band   {     name="SwCantina Band";     sound[]={"\music\StarWars - Cantina Band.ogg",db+70,1.0};   };   class Falcon   {     name="Falcon";     sound[]={"\music\Disc 2. 02 - The Millennium Falcon & Imperial Cruiser Pursuit.ogg",db+60,1.0};   };   class SwMarch   {     name="SwMarch";     sound[]={"\music\05 The Imperial March - Darth Vaders Theme.ogg",db+70,1.0};   };   class Sw rap   {     name="Sw rap";     sound[]={"\music\Weird Al Yankovick - Star Wars Gangsta Rap (Yoda Mix).ogg",db+60,1.0};   };   class Wired al catlina   {     name="Wired al catlina";     sound[]={"\music\Weird Al - Star wars cantina.ogg",db+70,1.0};   };   class myname is dhaetvade   {     name="myname is dhaetvade";     sound[]={"\music\Wierd Al Yankovic- Star Wars - My Name Is Darth Vader.ogg",db+60,1.0};   };   class Battel   {     name="balttel";     sound[]={"\music\[Movie Themes] - Star Wars - Battle Theme.ogg",db+65,1.0};   };   class Light   {     name="light";     sound[]={"\music\THEME - The light of the Force Star wars.ogg",db+60,1.0};   };   class main teame   {     name="main teame";     sound[]={"\music\john williams - star wars main theme.ogg",db+65,1.0};   }; }; Share this post Link to post Share on other sites
nettrucker 142 Posted August 6, 2005 Hi! I encountered the same prob when experimenting with a soundfile. I used a soundfile which started with a capital letter. I changed it then and renamed the soundfile and it worked, but I'm not quite sure if this was the reason, maybe I had a typing error as you. Quote[/b] ] class Battel { name="balttel"; sound[]={"\music\[Movie Themes] - Star Wars - Battle Theme.ogg",db+65,1.0}; Watch the name line you wrote balttel instead of battel. I don't know if you wrote it on purpose, but isn't it supposed to be written battle? However I think you gotta do some more experiments. Share this post Link to post Share on other sites
crashdome 3 Posted August 6, 2005 I think the problem is spaces in the classnames. Use an underscore instead. Share this post Link to post Share on other sites
deathgod 0 Posted August 7, 2005 1 yes 2 undersocre? Share this post Link to post Share on other sites