![]() |
need help with med (dfbhd-ts)
i need to know how to insert dialog into a mission for the player to hear, thanks.
|
That's done using a .WAC script.
The Wave script would look something like this: If event (2) and never then wave("your wav file here.wav") endif or If ssnarea(10000,1) and never then wave("your wave here.wav") endif For consol or text , the script would look something like this : if never() then // initial instructions text("Type message here") text("and it will show up at the") text("upper center of the screen") consol("Insert your message here") consol("and it will show up at") consol("the start of your mission.") endif or if never() then // initial instructions text("Type message here") text("and it will show up at the") text("upper center of the screen") endif or if never() then // initial instructions consol("Insert your message here") consol("and it will show up at") consol("the start of your mission.") endif There are different types of triggers that you can use. If you need any assistance with using triggers, just ask ! |
thank you sooooo much im new to mission editing. i've made a sort of mission it needs work though... any way thanks for the advice.
|
I just realized DF:BHD may not have a .WAC tool.
If you need a blank .WAC to start out with ... I added one just for you on my website. http://home.comcast.net/~dthomas1188...WAC%20file.zip |
thanks i wuz havin a little trouble i tried copying and editing some script out of chalk courtyard.wac for test. maybe this'll help.
|
do i hav to do anything in the med? (ver. 2.05c)
|
No the .wac will see the your map and will respond by itself. There is nothing to change within the MED for the WAC to work. The WAC "sees" all your event triggers and actions.
However, at some point in time when you get more comfortable with using the WAC , I can show you how to comunicate more from the MED to the WAC and back again (using variables). Right now, just work on scripts that your WAC can see from your map. For more on .WAC scripts check out my WAC script webpage. http://home.comcast.net/~dthomas1188...%20scripts.htm |
i see what ur talking about. if u select "output text" from the then statements it asks "var num?".
|
Quote:
Just write the script in the WAC and the WAC alone will see your map and it's actions. The (examples only triggers) "If event (2) and never then" or the "if ssnarea(10000,1) and never then" or the "if ssndead(1) and never then" type triggers will work without using any output from the MED. You .wac should respond without using any "output text" commands. The variables are used when triggering other events in the MED or when you really just have to use a variable to trigger a .WAC event. |
for some reason my wac wont do anything (mission name: My mission.mis;My mission.bms. wac name: My mission.wac) i could email u the file if u want.
|
Yeah, just send me your .WAC and your maps .mis file to
deltadave61@hotmail.com |
done
|
u get it?
|
oh yea wat about attaching ais to fast ropes?
|
All times are GMT -5. The time now is 01:05 PM. |
Powered by vBulletin®