Hatchet 0 Posted May 12, 2002 How do I get music to play during the level I'm making? I don't mean the game music, I know how to do that, I mean music I have on my computer that isn't in the Flashpoint directory Share this post Link to post Share on other sites
RED 0 Posted May 12, 2002 Go to : http://www.ofpec.com/ for some good tutorials on how to do this. RED Share this post Link to post Share on other sites
Tales_From_Topographic_Oceans 0 Posted May 13, 2002 I am trying to add custom sound and music to my mission. I have been to the editing center, have the manuals..etc Where does the .ext file go? Is it in the same directory as the SQM user mission file? or does it have to be in the SOUND directory? I put it in the SOUND directory with the ogg files and the sound does not work in the game. Share this post Link to post Share on other sites
LauryThorn 0 Posted May 13, 2002 You mean the description.ext file? It has to be put in the same folder with .sqm and .sqs files, not to the SOUND dir. Share this post Link to post Share on other sites
Tales_From_Topographic_Oceans 0 Posted May 13, 2002 Ok. Does it have to be named description.ext? I think I had it named mission1.ext does it matter? Share this post Link to post Share on other sites
LauryThorn 0 Posted May 13, 2002 Are you talking about the file which contains the class CfgSounds { }; and stuff? If so, I think that is has to be named description.ext. At least i haven't seen anything else.. Share this post Link to post Share on other sites
Tales_From_Topographic_Oceans 0 Posted May 13, 2002 Thank you. yes, the .ext file that contains the sound/music classes. I am not familiar with scripting language so I just copied and pasted the scripts from the tutorial to a new .ext file and changed the ogg file names. Say do you know how to elevate/raise an object? I inserted a house with gunslinger and the house is sunk in a hill. I need to raise the floor elevation a few feet. I looked through the reference manual and did not see a command. Share this post Link to post Share on other sites
AK-Chester 0 Posted May 13, 2002 @ Tales_From_Topographic_Oceans: init: this setpos[(getpos this select 0),(getpos this select 1),.75] .75 could also be -5 or 10 or -10.259 or whatever you need. Share this post Link to post Share on other sites