Very Strange Trigger Problem

Battle[StFh]

New Member
Reaction score
6
Hey Guys,

I have a very strange problem with 2 of my triggers which I can't solve myself...

I'll first give to you the 2 triggers:
Code:
Tal Wins
    Events
        Unit - A unit enters QuestTheRaceStart <gen>
    Conditions
        (Entering unit) Equal to The Boy from Dar-Kindon 0002 <gen>
    Actions
        Trigger - Turn off Mathew Wins <gen>
        Cinematic - Turn cinematic mode On for (All players)
        Cinematic - Clear the screen of text messages for (All players)
        Cinematic - Turn on letterbox mode (hide interface) for (All players): fade out over 0.00 seconds
        Cinematic - Turn subtitle display override On
        Cinematic - Disable user control for (All players)
        Cinematic - Fade out over 2.00 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
        Wait 2.00 seconds
        Unit - Order Mathew (Quest The Race) 0133 <gen> to Stop
        Unit - Order The Boy from Dar-Kindon 0002 <gen> to Stop
        Unit - Pause all units
        Set Temp_Point = (Point(-5200.50, -2394.20))
        Unit - Move The Boy from Dar-Kindon 0002 <gen> instantly to Temp_Point
        Custom script:   call RemoveLocation(udg_Temp_Point)
        Set Temp_Point = (Point(-5310.30, -2394.20))
        Unit - Move Mathew (Quest The Race) 0133 <gen> instantly to Temp_Point
        Set Temp_Point2 = (Temp_Point offset by (-3.00, -67.30))
        Unit - Move Mathew's Friend (2) (Quest The Race) 0210 <gen> instantly to Temp_Point2
        Custom script:   call RemoveLocation(udg_Temp_Point2)
        Set Temp_Point2 = (Temp_Point offset by (-3.00, 67.30))
        Unit - Move Mathew's Friend (Quest The Race) 0211 <gen> instantly to Temp_Point2
        Custom script:   call RemoveLocation(udg_Temp_Point2)
        Custom script:   call RemoveLocation(udg_Temp_Point)
        Camera - Apply QuestTheRace5thCamera <gen> for Player 1 (Red) over 0.00 seconds
        Cinematic - Fade in over 2.00 seconds using texture Black Mask and color (0.00%, 0.00%, 0.00%) with 0.00% transparency
        Unit - Make The Boy from Dar-Kindon 0002 <gen> face Mathew (Quest The Race) 0133 <gen> over 0.00 seconds
        Unit - Make Mathew (Quest The Race) 0133 <gen> face The Boy from Dar-Kindon 0002 <gen> over 0.00 seconds
        Unit - Make Mathew's Friend (2) (Quest The Race) 0210 <gen> face The Boy from Dar-Kindon 0002 <gen> over 0.00 seconds
        Unit - Make Mathew's Friend (Quest The Race) 0211 <gen> face The Boy from Dar-Kindon 0002 <gen> over 0.00 seconds
        Animation - Lock The Boy from Dar-Kindon 0002 <gen>'s Head to face Mathew (Quest The Race) 0133 <gen>, offset by (0.00, 0.00, 120.00)
        Animation - Lock Mathew (Quest The Race) 0133 <gen>'s Head to face The Boy from Dar-Kindon 0002 <gen>, offset by (0.00, 0.00, 90.00)
        Animation - Lock Mathew's Friend (2) (Quest The Race) 0210 <gen>'s Head to face The Boy from Dar-Kindon 0002 <gen>, offset by (0.00, 0.00, 90.00)
        Animation - Lock Mathew's Friend (Quest The Race) 0211 <gen>'s Head to face The Boy from Dar-Kindon 0002 <gen>, offset by (0.00, 0.00, 90.00)
        Cinematic - Send transmission to (All players) from Mathew (Quest The Race) 0133 <gen> named Mathew: Play No sound and display That was a nice rac....  Modify duration: Set to 6.00 seconds and Wait
        Cinematic - Enable user control for (All players)
        Cinematic - Turn subtitle display override Off
        Cinematic - Turn off letterbox mode (show interface) for (All players): fade in over 0.00 seconds
        Cinematic - Turn cinematic mode Off for (All players)
        Camera - Reset camera for Player 1 (Red) to standard game-view over 0.00 seconds
        Quest - Display to (All players) the Quest Completed message: |c00FFFC01Quest The...
        Quest - Mark QUESTTheRace as Completed
        Quest - Change the description of QUESTTheRace to Mathew has Challeng...
        Set HeroLevel = ((Level of The Boy from Dar-Kindon 0002 <gen>) + 1)
        Hero - Set The Boy from Dar-Kindon 0002 <gen> Hero-level to HeroLevel, Show level-up graphics
        Hero - Create Boots of Speed and give it to The Boy from Dar-Kindon 0002 <gen>
        Custom script:   call DestroyTrigger(GetTriggeringTrigger())
Code:
Hero Training Start
    Events
    Conditions
    Actions
        Trigger - Turn off Start Quest <gen>
        Trigger - Turn off Start Quest If Dialog Button No <gen>
        Trigger - Turn off Taunted Child Start <gen>
        Trigger - Turn off The Lost Dog Start <gen>
        Trigger - Turn off The Race Start <gen>
        Cinematic - Turn cinematic mode On for (All players)
        Cinematic - Clear the screen of text messages for (All players)
        Cinematic - Turn on letterbox mode (hide interface) for (All players): fade out over 2.00 seconds
        Cinematic - Turn subtitle display override On
        Cinematic - Disable user control for (All players)
        Camera - Set Player 1 (Red)'s camera Rotation to (Facing of The Boy from Dar-Kindon 0002 <gen>) over 2.00 seconds
        Cinematic - Send transmission to (All players) from The Boy from Dar-Kindon 0002 <gen> named Tal: Play No sound and display Oh, it's becoming l....  Modify duration: Set to 4.00 seconds and Wait
        Cinematic - Enable user control for (All players)
        Cinematic - Turn subtitle display override Off
        Cinematic - Turn off letterbox mode (show interface) for (All players): fade in over 0.00 seconds
        Cinematic - Turn cinematic mode Off for (All players)
        Quest - Create a Required quest titled The Hero Trainer with the description You've noticed that..., using icon path ReplaceableTextures\CommandButtons\BTNMedivh.blp
        Quest - Display to (All players) the Quest Discovered message: |c00FFFC01The Hero ...
        Set Quest_HeroTrainer = (Last created quest)
        Custom script:   call DestroyTrigger(GetTriggeringTrigger())

The First Trigger won't put Letterbox Mode on, and it won't turn Cinematic mode off.
The Second Trigger works just fine, but it doesn't turn Cinematic Mode Off...

The problem is... I can't find what I do wrong :s :banghead:

Solutions I have already tried:
  • I tried putting an game message in between every action
  • I Copied the Trigger into another map
  • I changed most of the actions in teh Trigger
None of this worked, and I am quite desperate...

Anyone knows how to fix this?

Thanks in advance,

Battle[StFh]
 

Corleone

New Member
Reaction score
44
1) There's no real point in destroying a trigger. You might aswell use the GUI function to turn it off.
2)
Code:
        Cinematic - Turn off letterbox mode (show interface) for (All players): fade in over 0.00 seconds
        Cinematic - Turn cinematic mode Off for (All players)

You should use either Cinnematic Mode, or Letterbox Mode. I think that might be the problem.
 
M

Mythic Fr0st

Guest
ur first trigger leaks heaps!

you repeatedly set temppoint without removing it after each use

which would be

call RemoveLocation(udg_TempPoint)
 
M

Mythic Fr0st

Guest
Wait, no my error, didnt see the "2" in your next point, no leaks:p

leme try and solve this though

First, coordinates DO NOT leak as they are integers...

(Point(-5310.30, -2394.20))

so using -5310.30, -2394.20 as X,Y coordinates, will work fine

(Convert point to integer I think it is, the same place where you find the "center of rect" or position of unit")

1: letter box mode

Code:
Cinematic - Turn on letterbox mode [COLOR="Red"](hide interface)[/COLOR] for (All players): fade out over 0.00 seconds

Then you (Btw to see the letter box mode, try using Show Interface, and visa versa)

2: turning it off
Code:
Cinematic - Turn off letterbox mode [COLOR="Red"](show interface)[/COLOR] for (All players): fade in over 0.00 seconds

I may be wrong, I dont know that much about cinematic, but aren't you "turning on" letterbox mode Hide Interface, then turning off letterbox mode Show Interface? or shouldn't it matter?

try anyway,

You have done the same for the second trigger

You turn on Hide Interface, and you turn off Show Interface, understand?
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • Ghan Ghan:
    Still lurking
    +3
  • The Helper The Helper:
    I am great and it is fantastic to see you my friend!
    +1
  • The Helper The Helper:
    If you are new to the site please check out the Recipe and Food Forum https://www.thehelper.net/forums/recipes-and-food.220/
  • Monovertex Monovertex:
    How come you're so into recipes lately? Never saw this much interest in this topic in the old days of TH.net
  • Monovertex Monovertex:
    Hmm, how do I change my signature?
  • tom_mai78101 tom_mai78101:
    Signatures can be edit in your account profile. As for the old stuffs, I'm thinking it's because Blizzard is now under Microsoft, and because of Microsoft Xbox going the way it is, it's dreadful.
  • The Helper The Helper:
    I am not big on the recipes I am just promoting them - I use the site as a practice place promoting stuff
    +2
  • Monovertex Monovertex:
    @tom_mai78101 I must be blind. If I go on my profile I don't see any area to edit the signature; If I go to account details (settings) I don't see any signature area either.
  • The Helper The Helper:
    You can get there if you click the bell icon (alerts) and choose preferences from the bottom, signature will be in the menu on the left there https://www.thehelper.net/account/preferences
  • The Helper The Helper:
    I think I need to split the Sci/Tech news forum into 2 one for Science and one for Tech but I am hating all the moving of posts I would have to do
  • The Helper The Helper:
    What is up Old Mountain Shadow?
  • The Helper The Helper:
    Happy Thursday!
    +1
  • Varine Varine:
    Crazy how much 3d printing has come in the last few years. Sad that it's not as easily modifiable though
  • Varine Varine:
    I bought an Ender 3 during the pandemic and tinkered with it all the time. Just bought a Sovol, not as easy. I'm trying to make it use a different nozzle because I have a fuck ton of Volcanos, and they use what is basically a modified volcano that is just a smidge longer, and almost every part on this thing needs to be redone to make it work
  • Varine Varine:
    Luckily I have a 3d printer for that, I guess. But it's ridiculous. The regular volcanos are 21mm, these Sovol versions are about 23.5mm
  • Varine Varine:
    So, 2.5mm longer. But the thing that measures the bed is about 1.5mm above the nozzle, so if I swap it with a volcano then I'm 1mm behind it. So cool, new bracket to swap that, but THEN the fan shroud to direct air at the part is ALSO going to be .5mm to low, and so I need to redo that, but by doing that it is a little bit off where it should be blowing and it's throwing it at the heating block instead of the part, and fuck man
  • Varine Varine:
    I didn't realize they designed this entire thing to NOT be modded. I would have just got a fucking Bambu if I knew that, the whole point was I could fuck with this. And no one else makes shit for Sovol so I have to go through them, and they have... interesting pricing models. So I have a new extruder altogether that I'm taking apart and going to just design a whole new one to use my nozzles. Dumb design.
  • Varine Varine:
    Can't just buy a new heatblock, you need to get a whole hotend - so block, heater cartridge, thermistor, heatbreak, and nozzle. And they put this fucking paste in there so I can't take the thermistor or cartridge out with any ease, that's 30 dollars. Or you can get the whole extrudor with the direct driver AND that heatblock for like 50, but you still can't get any of it to come apart
  • Varine Varine:
    Partsbuilt has individual parts I found but they're expensive. I think I can get bits swapped around and make this work with generic shit though
  • Ghan Ghan:
    Heard Houston got hit pretty bad by storms last night. Hope all is well with TH.
  • The Helper The Helper:
    Power back on finally - all is good here no damage
    +2
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    New recipe is another summer dessert Berry and Peach Cheesecake - https://www.thehelper.net/threads/recipe-berry-and-peach-cheesecake.194169/

      The Helper Discord

      Members online

      No members online now.

      Affiliates

      Hive Workshop NUON Dome World Editor Tutorials

      Network Sponsors

      Apex Steel Pipe - Buys and sells Steel Pipe.
      Top