Need a Briefing on Debriefs
- Jimmyjay86
- Hero of the Glowing Lands
- Posts: 2102
- Joined: Thu Apr 18, 2002 4:02 am
- Location: Wisconsin
- Contact:
Need a Briefing on Debriefs
This is the story of the case of the repeating debriefs. I have four debriefs that pop up when certain conditions are met. They can be combined so that a maximum of three can be displayed if you do very well in the mission otherwise you may get only one or two. Here are the 8 triggers as set up in the editor:
And here are the actions of two of the triggers, the other six are similar:
Can anyone see what I am doing wrong? Why do they repeat at the end of the mission?
And here are the actions of two of the triggers, the other six are similar:
Can anyone see what I am doing wrong? Why do they repeat at the end of the mission?
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
- Jimmyjay86
- Hero of the Glowing Lands
- Posts: 2102
- Joined: Thu Apr 18, 2002 4:02 am
- Location: Wisconsin
- Contact:
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Yep.
If you feel foolish now, wait a couple of minutes until I post about a trigger pitfall that we've been falling into. I felt really stupid when I discovered how to get around it. It was so simple. Right under our noses all this time...
Edit: The preceeding paragraph is a great example of how someone ends up w/egg all over their face... :oops:
OTB
If you feel foolish now, wait a couple of minutes until I post about a trigger pitfall that we've been falling into. I felt really stupid when I discovered how to get around it. It was so simple. Right under our noses all this time...
Edit: The preceeding paragraph is a great example of how someone ends up w/egg all over their face... :oops:
OTB
Last edited by OnTheBounce on Thu Sep 19, 2002 9:43 am, edited 1 time in total.
"On the bounce, you apes! Do you wanna live forever?!"
- Jimmyjay86
- Hero of the Glowing Lands
- Posts: 2102
- Joined: Thu Apr 18, 2002 4:02 am
- Location: Wisconsin
- Contact:
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Easy. Just save an alternate version of your map, then use that to set the triggers that trip your debriefs up to "Always" conditions. Just go through and do it for each one. Since you have only four debrief topics is shouldn't take too long. Otherwise you're right, it takes a long, long time. (Then again, that might be fun if you're lookin' for some good play time. )Jimmyjay86 wrote:Hmmm, now have to figure an easy way to test the debriefs without going through the mission several different ways...............................
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Jimmyjay86
- Hero of the Glowing Lands
- Posts: 2102
- Joined: Thu Apr 18, 2002 4:02 am
- Location: Wisconsin
- Contact:
- Max-Violence
- Wandering Hero
- Posts: 1221
- Joined: Thu Apr 18, 2002 4:15 am
- Location: In my own personal vault
- Contact:
JJ86, you might want to throw in some variables to ensure that multiple of your triggers don't fire. However, it's almost 1:30 A.M. right now, so don't ask me to explain right now........ zzzzzZZzzz?zzzzzzzzzzzzzzz..............zzzzzzzzz.......zzzzz....
Closing our eyes forces us to look
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
- Forty-six & Two
- Wandering Hero
- Posts: 1109
- Joined: Thu May 09, 2002 11:52 pm
- Location: Out of sight
- Contact:
Hey now were talking about briefings... For some reason my new map displays the briefing 2 times.... in different kinds of boxes... First the pipboy interface, then the ordinary briefing box (As in core campaign maps)
The trigger setup is: Condition: Main Actor Alive (Tried "Always" as well, same thing) Action: Display briefing text.
Whats up with that?
The trigger setup is: Condition: Main Actor Alive (Tried "Always" as well, same thing) Action: Display briefing text.
Whats up with that?
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
This is really simple, 46+2, because you don't need to do a damned thing for the Mission Debrief to display. All you have to do is have the appropriate text in your speech file (which since you're getting the PipBoy Interface, you do) and when the mission starts up the mission briefing will appear in the appropriate box.Forty-six & Two wrote:Hey now were talking about briefings... For some reason my new map displays the briefing 2 times.... in different kinds of boxes... First the pipboy interface, then the ordinary briefing box (As in core campaign maps)
The trigger setup is: Condition: Main Actor Alive (Tried "Always" as well, same thing) Action: Display briefing text.
The reason you're getting that second box is because you're telling the game to display World Text, which is handy for many things, but not required for your Mission Briefing.
Alles klar, Herr Kommisar? :mrgreen:
Red: Well, I don' know nuthin' 'bout no fancy codes, but I will say that the thing that frustrates me is the lack of logical operators in the triggers. Things would be so much easier to script if you could set up triggers w/conditions like "P and Q or X and Y". Not everyone is a programer, but logic is allegedly intuitive. (I confess I have my doubts about that...)
JJ86: Max might be on to something there. You may very well have multiple conditions being satisfied and hence be getting multiple debrief paragraphs. (Sorry that position issue didn't fix it, but that was an error that stuck out.) You'll just have to set up your variables in such a way that no matter what happens you will only satisfy the conditions for one option. If you dl'd The Refinery you might want to take a look at the trigger section dealing w/the Ranger and the Slaves in the debriefing. There are something like 10 different options for the debriefing, so those triggers serve as a good example of how to avoid duplicate endings.
Cheers,
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Forty-six & Two
- Wandering Hero
- Posts: 1109
- Joined: Thu May 09, 2002 11:52 pm
- Location: Out of sight
- Contact:
Ah.... ok... Now I feel stupid. But thanks anyway .OnTheBounce wrote:This is really simple, 46+2, because you don't need to do a damned thing for the Mission Debrief to display. All you have to do is have the appropriate text in your speech file (which since you're getting the PipBoy Interface, you do) and when the mission starts up the mission briefing will appear in the appropriate box.
The reason you're getting that second box is because you're telling the game to display World Text, which is handy for many things, but not required for your Mission Briefing.
Alles klar, Herr Kommisar? :mrgreen:[OTB
Oh yea, btw bout my map and rendering it? I sent you it by E-mail but it was returned. But I think Red will try to render it so its ok. Last thing I need to send it off to DAC.
SÃ¥ den er bare fjong du.
- Max-Violence
- Wandering Hero
- Posts: 1221
- Joined: Thu Apr 18, 2002 4:15 am
- Location: In my own personal vault
- Contact:
OnTheBounce wrote:Alles klar, Herr Kommisar? :mrgreen:
One of you two wanna clue the rest of us in?46 & 2 wrote:SÃ¥ den er bare fjong du.
Closing our eyes forces us to look
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
At the darkness inside.
Our emotions always find us
Regardless of where we hide.
maxviolence@hotmail.com
http://mvmaphub.duckandcover.cx <--- Updated July 10th, 2006
- OnTheBounce
- TANSTAAFL
- Posts: 2257
- Joined: Thu Apr 18, 2002 8:39 am
- Location: Grafenwoehr, Oberpfalz, Bayern, Deutschland
- Contact:
Strange that it was returned. If you do need me to render it, PM me and I'll give you another (better) eMail address that I can be reached at.46+2 wrote:Oh yea, btw bout my map and rendering it? I sent you it by E-mail but it was returned. But I think Red will try to render it so its ok. Last thing I need to send it off to DAC.
Well, I'll clue you in on my bit. What that little phrase means (literally)is, "Is everything clear, Mr. Inspector?" Right around the time you were born there was an Austrian chap who went by the unlikely name of "Falco" and he had a hit that -- amazingly enough -- actually went somewhere in the US, even though it was sung in German. There was also a (lame-ass) English version which was also a hit, done by After the Fire.Max-Violence wrote:One of you two wanna clue the rest of us in?OnTheBounce wrote:Alles klar, Herr Kommisar? :mrgreen:
I'm not sure 'bout 46+2's bit. I think it's a safe bet that it's Danish -- I admit I threw my little bit in there to see if German was similar enough to Danish to give him a headache like Dutch does me -- but all I can really recognize is the last word which looks like an informal "you" (du). (English got rid of the formal/informal versions of you quite some time ago.)
OTB
"On the bounce, you apes! Do you wanna live forever?!"
- Red
- Hero of the Glowing Lands
- Posts: 2085
- Joined: Wed May 15, 2002 11:58 am
- Location: Nowhere (important anyway)
- Contact:
With normal programming the overhead wouldn't be incredible to learn... I mean it's basically the same thing exacpt you have to type the commands instead of go through a lame script UI...
Sometimes I also wonder wether this script UI is actually just a interface to make programming which we could reverse engeneer and make our own programming language (and possibly allow funky stuff likeyou want to do...) But I highly doubt it (since it would break the UI if it was possible).
Sometimes I also wonder wether this script UI is actually just a interface to make programming which we could reverse engeneer and make our own programming language (and possibly allow funky stuff likeyou want to do...) But I highly doubt it (since it would break the UI if it was possible).
...
- Forty-six & Two
- Wandering Hero
- Posts: 1109
- Joined: Thu May 09, 2002 11:52 pm
- Location: Out of sight
- Contact:
Ok, thanks. But I think Red will do it. Hehe.OnTheBounce wrote:Strange that it was returned. If you do need me to render it, PM me and I'll give you another (better) eMail address that I can be reached at.46+2 wrote:Oh yea, btw bout my map and rendering it? I sent you it by E-mail but it was returned. But I think Red will try to render it so its ok. Last thing I need to send it off to DAC.
Well, I'll clue you in on my bit. What that little phrase means (literally)is, "Is everything clear, Mr. Inspector?" Right around the time you were born there was an Austrian chap who went by the unlikely name of "Falco" and he had a hit that -- amazingly enough -- actually went somewhere in the US, even though it was sung in German. There was also a (lame-ass) English version which was also a hit, done by After the Fire.Max-Violence wrote:One of you two wanna clue the rest of us in?OnTheBounce wrote:Alles klar, Herr Kommisar? :mrgreen:
I'm not sure 'bout 46+2's bit. I think it's a safe bet that it's Danish -- I admit I threw my little bit in there to see if German was similar enough to Danish to give him a headache like Dutch does me -- but all I can really recognize is the last word which looks like an informal "you" (du). (English got rid of the formal/informal versions of you quite some time ago.)
OTB
"Den er bare fjong du" 60's hippie expression... means something like "everythings just a-okay!" (Youre right on the "du" part)