SFX on hit

Gwafu

Active Member
Reaction score
12
I'm planning to remake one of my maps and give a realistic environment on it. I would like to add a nice eye-candy on the missiles. So when a cannon missile went to a water surface it a water explosion sfx will be shown, if on a ground, a ground explosion sfx will be shown. Get it? (If not, ask.)

Thank you.
~supah toinkz aka Gwafu
 

xAnaMorphine

Active Member
Reaction score
43
I'm planning to remake one of my maps and give a realistic environment on it. I would like to add a nice eye-candy on the missiles. So when a cannon missile went to a water surface it a water explosion sfx will be shown, if on a ground, a ground explosion sfx will be shown. Get it? (If not, ask.)

Thank you.
~supah toinkz aka Gwafu

You have to base your Missile of a Dummy Unit.
Then you can do something like this:

(This is GUI, but it looks horrible in the GUI Tags because of my Language)

JASS:
If (All Conditions are True) then do (Then Actions) else do (Else Actions)
    'IF'-Condition
// Missile_Movement is the Location of the Dummy Unit with the SFX 
        (Terrain pathing at Missile_Movement of type Walkable is off) Gleich True
    'THEN'-Aktionen
        Floating Text - Create floating text that reads Miss! at Missile_Movement with Z offset 0.00, using font size 10.00, color (100.00%, 0.00%, 0.00%), and 0.00% transparency
        Floating Text - Set the velocity of (Last created floating text) to 64.00 towards 90.00 degrees
        Floating Text - Change (Last created floating text): Deaktivieren permanence
        Floating Text - Change the fading age of (Last created floating text) to 1.00 seconds
        Floating Text - Change the lifespan of (Last created floating text) to 1.50 seconds
        Set Missile_WaterGroup = 0
        If (All Conditions are True) then do (Then Actions) else do (Else Actions)
            'IF'-Condition
                Or - Any (Conditions) are true
                    Condition
                        Missile_WaterGroup Gleich 0
// Now if the Missile reaches the Water, it dies/explodes/whatever
            'THEN'-Action
                Unit - Kill (Picked unit)
                UnitGroup - Remove (Picked unit) from Start_MissileGroup
            'ELSE'-Action
    'ELSE'-Action
 

Weep

Godspeed to the sound of the pounding
Reaction score
400
I'm planning to remake one of my maps and give a realistic environment on it. I would like to add a nice eye-candy on the missiles. So when a cannon missile went to a water surface it a water explosion sfx will be shown, if on a ground, a ground explosion sfx will be shown. Get it? (If not, ask.)
Are these shots from a unit with Artillery attack type?

If so, you can use the Disease Cloud (Meat Wagon) ability to find where the shot hits.

Given a Disease Cloud (Meat Wagon) ability that spawns a unit of type CannonWardType, the trigger would look like this:
Trigger:
  • Cannon FX
    • Events
      • Unit - A unit enters (Playable map area)
    • Conditions
      • (Unit-type of (Triggering unit)) Equal to CannonWardType
    • Actions
      • Set TempPoint = (Position of (Triggering unit))
      • If (All Conditions are True) then do (Then Actions) else do (Else Actions)
        • If - Conditions
          • (Terrain pathing at TempPoint of type Floatability is off) Equal to False
        • Then - Actions
          • -------- Water --------
          • Special Effect - Create a special effect at TempPoint using Objects\Spawnmodels\Naga\NagaDeath\NagaDeath.mdl
          • Special Effect - Destroy (Last created special effect)
        • Else - Actions
          • -------- Land --------
          • Special Effect - Create a special effect at TempPoint using Objects\Spawnmodels\Undead\ImpaleTargetDust\ImpaleTargetDust.mdl
          • Special Effect - Destroy (Last created special effect)
      • Custom script: call RemoveLocation(udg_TempPoint)
      • Unit - Remove (Triggering unit) from the game
 

Gwafu

Active Member
Reaction score
12
/@ xAnaMorphine: Can't use dummy unit as missiles, would be laggy.

/@ Weep: Awesome! Thank you very much!
 

xAnaMorphine

Active Member
Reaction score
43
/@ xAnaMorphine: Can't use dummy unit as missiles, would be laggy.

/@ Weep: Awesome! Thank you very much!

Okay no problem, but can you tell me why it would lag?
I don't want to offend you, I just want to learn so I can fix it :>
 
General chit-chat
Help Users
  • No one is chatting at the moment.
  • 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 The Helper:
    I think we need to add something to the bottom of the front page that shows the Headline News forum that has a link to go to the News Forum Index so people can see there is more news. Do you guys see what I am saying, lets say you read all the articles on the front page and you get to the end and it just ends, no kind of link for MOAR!
  • The Helper The Helper:
    Happy Wednesday!
    +1
  • V-SNES V-SNES:
    Happy Friday!
    +1
  • The Helper The Helper:
    Sticking with the desserts for now the latest recipe is Fried Apple Pies - https://www.thehelper.net/threads/recipe-fried-apple-pies.194297/
  • The Helper The Helper:
    Finally finding about some of the bots that are flooding the users online - bytespider apparently is a huge offender here - ignores robots.txt and comes in from a ton of different IPs
  • Monovertex Monovertex:
    @The Helper I'm really not seeing the "Signature" link in the sidebar on that page. Here's a screenshot:
  • The Helper The Helper:
    I have reported it - I was wondering why nobody I have given sigs to over the last few years have used them
  • The Helper The Helper:
    Ghan has said he has fixed this. Monovertex please confirm this fix. This was only a problem with people that had signatures in the upper levels like not the special members but the respected members.
  • The Helper The Helper:
    Here is a better place to manage this stuff https://www.thehelper.net/account/account-details which I think should be way more visible
  • The Helper The Helper:
    I am hoping that online user count drop is finally that TikTok bot banned
  • Ghan Ghan:
    I added the filter last night.
  • The Helper The Helper:
    They are still there

      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