Overwatch Workshop Tutorial - Custom Projectiles (+Ray Casting, Chasing Variables)

  Рет қаралды 8,969

Pug

Pug

Күн бұрын

In this tutorial I show you how to create a projectile that fires like Ana's sleep dart, but hacks the target instead of putting them to sleep.
My Workshop Discord: / discord
Music: • Royalty Free Music -- ...
0:00 - Intro
0:29 - Initializing Variables
2:54 - Firing Projectile
3:33 - Chasing Variables
4:47 - Ray Casting
6:21 - Terminate Projectile
7:31 - Cooldown
7:56 - Hit Detection (Attacker)
9:55 - Hit Detection (Victim)
12:12 - Cooldown Text
12:34 - Demonstration
13:16 - Outro

Пікірлер: 39
@333puggles333
@333puggles333 2 жыл бұрын
*I MADE AN ERROR IN THIS* At 10:34, under "Is True For Any", I used "Player Variable" as the array. That will only return the Player Variable of one player, which is not useful if you have multiple enemies on the other team. Instead, use "Is True For Any", and for the array use "All Players on the Opposite Team". Then instead of the "Current Array Element" End Pos, use Player Variable(Current Array Element).ProjectilePosition. Sorry if this caused any trouble for anyone, feel free to ask if you have any further questions about it.
@Lilobot
@Lilobot 2 жыл бұрын
bruh now i understand why the bots get insta killed. i think its reupload video time. stop being lazy dog man.
@ninox_mlg3920
@ninox_mlg3920 10 ай бұрын
I dont understand the probleme your error is you forgot the player variable on the end pos? Or There is other error
@ninox_mlg3920
@ninox_mlg3920 10 ай бұрын
And i have à probleme when my orb hit the victime it does nothing not hack not sound effect i think the probleme is from hit victime variable in conditions but idk what
@theren4222
@theren4222 2 жыл бұрын
Dangerously underrated video, thank you
@HaloBalla
@HaloBalla Жыл бұрын
Would it be possible to recreate FireStrike with this custom projectile (able to pass through an enemy [potentially killing multiple as Firestrike can]) so the custom projectile can travel the full map (such as Workshop Expanse) distance. Not sure why but my orb isn't accurately killing a player, it's almost as if the ray cast is aiming somewhere random. It kills fine if I'm real close to the target. I also have no idea how to make it pass through to kill multiple. Either way, I wanted to thank you again for the videos and your help on Discord. It's helped me start making custom games and I've been enjoying it! I hope to see more videos in the future.
@user-ce6cl8wg3r
@user-ce6cl8wg3r 3 жыл бұрын
Thanks for the tutorial also can you raise your mic volume a little bit
@ImSiggi
@ImSiggi 2 жыл бұрын
how can i do it so it will spawn multiple projectiles? because right now it will set the current one back to the starting position.
@not_kez450
@not_kez450 3 жыл бұрын
Thanks for the help with this subject, I’m making a game mode for me and my friends but found out one can’t play workshop do you know why
@333puggles333
@333puggles333 3 жыл бұрын
No I'm not sure why someone wouldn't be able to access a particular part of the game, I've never heard of that... If it's a persistent problem try reinstalling or contacting Blizzard.
@nebulaseye4338
@nebulaseye4338 3 жыл бұрын
excellent video. i particularly don’t need it but i have to say this is explained very well. great job!
@fnafleftyever4594
@fnafleftyever4594 3 жыл бұрын
Nope
@advocado9177
@advocado9177 2 жыл бұрын
7:47 you could just clone the cooldown = 1 action and change it to 0
@skelecado
@skelecado 2 жыл бұрын
It is criminal you only have 1.5k subs
@333puggles333
@333puggles333 2 жыл бұрын
In all fairness I haven't publicly uploaded any videos for a long time.
@Mitchell_is_smart._You2bs_dumb
@Mitchell_is_smart._You2bs_dumb 3 жыл бұрын
hell yes thank you.
@naonana2492
@naonana2492 2 жыл бұрын
It only works on 4 v 4 death match
@hq9715
@hq9715 2 жыл бұрын
I know this is a bit of a late comment (couple of years lmao) but i was wondering how i would go about making it so only moira can use this and no other character could, and how to make the orb do damage or damage over time, instead of just applying an effect
@crab974
@crab974 Жыл бұрын
in the conditions you can set it to hero of (event player) == hero Moira that way only moira can activate the line of coding. also set the player tab to moira to reduce server load
@ciach0_
@ciach0_ Ай бұрын
Well, now this guide is a little bit outdated, because as of season 4 we have an action to create projectiles Anyway, great video!
@333puggles333
@333puggles333 Ай бұрын
Yeah, but I figure theres still some valuable info in there like ray casting and chasing variables so I keep it up 😁
@ciach0_
@ciach0_ Ай бұрын
@@333puggles333 yeah, that's useful
@igku8339
@igku8339 3 жыл бұрын
Hi, im making a friendly game called "Soldiet 76, the Barman". I want to make two things but I dont know how. 1) Put the icon of a hero ability above the head of a player. 2) Put the Biotic field of S76 on a world's position with 0 radius (it disappears when a variable is 0).
@333puggles333
@333puggles333 3 жыл бұрын
1) Create in World Text, and use Ability Icon String, set the position to the player you want it to follow 2) For this you'll need to have an extra slot for each biotic field you want to use. Create a Soldier 76 Dummy bot at the desired location and have them Press Ability 2
@igku8339
@igku8339 3 жыл бұрын
@@333puggles333 Thank you bro! That was quick! Your channel is underated!
@seanobrienplays688
@seanobrienplays688 Жыл бұрын
​@@333puggles333 How do you make the projectile apply hack/freezing/.etc?
@heyyou9903
@heyyou9903 10 ай бұрын
11:50 the victim hit detection part
@theoofplaysgames2428
@theoofplaysgames2428 3 жыл бұрын
My projectiles work fine until I add bots or players. Then they dont even appear.
@fiberopticz
@fiberopticz 3 жыл бұрын
Weird, I have the problem where if there is not enemies it will activate but it sees it as hitting something before it starts moving
@bachaby6362
@bachaby6362 3 жыл бұрын
Whenever I shoot my projectile It hits Me as soon as It appears. I'm not sure If I missed something Important In the video.
@333puggles333
@333puggles333 3 жыл бұрын
Did you make sure to use "Opposite Team Of(Team Of(Event Player))"?
@bachaby6362
@bachaby6362 3 жыл бұрын
Yes I set both rules of firing and hitting for opposite team of event player
@bachaby6362
@bachaby6362 3 жыл бұрын
I do have It on ffa. But I'm not sure If that's the Issue
@333puggles333
@333puggles333 3 жыл бұрын
@@bachaby6362 oh yeah team-related stuff won't work on FFA. Instead of All Players on the Opposite Team, use Remove From Array(Array: All Players - Remove:Event Player) make sure you make that replacement on both hit detection rules.
@bachaby6362
@bachaby6362 3 жыл бұрын
Oh alright thanks.
@naonana2492
@naonana2492 2 жыл бұрын
Didn’t work
I made 30 of your Overwatch 2 Workshop Ideas
31:07
KendelR
Рет қаралды 190 М.
ОДИН ДЕНЬ ИЗ ДЕТСТВА❤️ #shorts
00:59
BATEK_OFFICIAL
Рет қаралды 3,1 МЛН
СНЕЖКИ ЛЕТОМ?? #shorts
00:30
Паша Осадчий
Рет қаралды 7 МЛН
9 Crazy Abilities that Used to Exist in Overwatch
8:41
Overwatch Curios
Рет қаралды 126 М.
Code for Impassable barriers in the Overwatch Workshop
7:55
A Shrew's Berry
Рет қаралды 3,5 М.
All Bows - Terraria Calamity Mod
9:51
GitGudWO
Рет қаралды 676 М.
Overwatch Workshop: Custom Projectiles (Episode 1)
21:22
Brewbies
Рет қаралды 7 М.
Overwatch Workshop Tutorial - Arrays
12:17
Pug
Рет қаралды 8 М.
21 Workshop Games that Instantly Improve Your Skill in Overwatch 2
10:42
How to Program an NPC Bot in the Overwatch Workshop
10:58
A Shrew's Berry
Рет қаралды 26 М.
ONE Realistic Change for EVERY Overwatch Hero
14:10
KendelR
Рет қаралды 766 М.
ОДИН ДЕНЬ ИЗ ДЕТСТВА❤️ #shorts
00:59
BATEK_OFFICIAL
Рет қаралды 3,1 МЛН