Teardown

Teardown

Blade Launcher
41 Comments
Masonator  [author] Oct 25, 2024 @ 3:25pm 
glad you like it!
Mr. Chest Of Drawers R.Ph. Oct 25, 2024 @ 9:20am 
also i love the vox model
Mr. Chest Of Drawers R.Ph. Oct 25, 2024 @ 9:19am 
SO COOL, I LOVE IT
rinnosuke2017 Jul 21, 2024 @ 2:59pm 
good!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
mooshrmman Jun 4, 2024 @ 2:14pm 
i smell ultrakill
Masonator  [author] Aug 15, 2023 @ 6:11pm 
not sure what the issue could be then, sorry
Mr.BigusDickus Aug 15, 2023 @ 4:35am 
yeah
Masonator  [author] Aug 14, 2023 @ 4:29pm 
are you holding alt while you scroll?
Mr.BigusDickus Aug 14, 2023 @ 10:10am 
the alt-scroll doesn't work it just moves though all my weapons
Bannith Feb 28, 2023 @ 9:59pm 
If you ever have a need to cause massive amounts of destruction with a disgusting lag inducing mass of frisbees this is the mod for you. 10/10 would become a tornado again.
Sir Lamb Chops Dec 11, 2022 @ 11:36am 
dr bright's chainsaw cannon
Bubirt Nov 13, 2022 @ 10:43pm 
ultrakill saw gun
Jeanmouloude Nov 9, 2022 @ 6:33pm 
real banger :) tried on stream with him
yakuza boss Nov 3, 2022 @ 12:21pm 
DRAAAIN GAAANG
me Oct 18, 2022 @ 1:31am 
how to tilt
tmhartley3 Sep 22, 2022 @ 5:03pm 
i bet i can make a blade tornado
Kalinite Aug 29, 2022 @ 10:45pm 
from dynamic warehouse (spawnables) if anyone wants it i guess.)
Kalinite Aug 29, 2022 @ 10:41pm 
made (technically will make) a personal version that launches a heavyball from some mod i dont remember
WOLFPackHound Aug 23, 2022 @ 1:59am 
I get Unreal Tournament vibes from this! I wonder how this'll play out!
Masonator  [author] Aug 18, 2022 @ 12:43am 
Interesting idea, though I'm not sure how well it would work
RaaaaaaH Aug 17, 2022 @ 9:47pm 
can the blade jump on the ground kinda like a frog?
MandiJWard Aug 16, 2022 @ 3:03pm 
Flashbacks to my childhood, mid-late 2000's, BeyBlades

"BeyBlade! Let it rip!"
Flubenboben Aug 15, 2022 @ 4:43pm 
this is most likely the most impressive mod i've ever seen, good job!
Masonator  [author] Aug 15, 2022 @ 3:43pm 
I appreciate the compliments!
Inboundwhisper Aug 14, 2022 @ 5:38pm 
Nice mod, Very blade, much Wow.
Honestly, I like the blade thrower. The recall is also a very nice feature. Used it during stream and didn't regret it. Felt well made. Curious what else the author will make.
Dzage Aug 10, 2022 @ 4:50am 
About shiny metalic variant you can take a look the pallete and color scheme of my buster sword (well, model was made by another person). Sort off less vibrant cyberpunkish design, but more down to earth sawblade one.
Thank u very much for answer.
Dzage Aug 10, 2022 @ 4:50am 
Particles:

Variant 1)
ParticleReset()
ParticleType("plain")
ParticleTile(6)
ParticleSticky(0, 0)
ParticleRadius(0.01, 0.01)
ParticleAlpha(1)
ParticleEmissive(10, 10)
ParticleColor(1, 0.75, 0.25, 1, 0.25, 0.25)
ParticleGravity(-10, -10)
for i = 1, 20 do
SpawnParticle(hitPos, Vec((math.random(-100,100)/100)*5,(math.random(-100,100)/100)*5, (math.random(-100,100)/100)*5), math.random(10,25)/20)
end

Variant 2) Probably less demanding on performance

function ParticleEmmit(hitPos)
ParticleReset()
ParticleTile(4)
ParticleStretch(3)
ParticleEmissive(10, 0)
ParticleRadius(0.009)
ParticleGravity(-10)
ParticleColor(1, 0.7, 0.3)
ParticleSticky(0.05)
for i=1, 10 do
SpawnParticle(hitPos, Vec(rnd(-2, 2), rnd(-2,2), rnd(-2,2)), rnd(1,4))
end
end

function rnd(mi, ma)
return mi + (ma-mi)*(math.random(0, 1000000)/1000000.0)
end
Masonator  [author] Aug 10, 2022 @ 3:46am 
I think the blade "stopping" is actually just it spinning so fast that it's at the same rotation (or 180 degrees off) every frame, like what happens when you match the shutter speed of a camera to helicopter blades. I could try and change some stuff to break that effect. For the sparks, I could definitely add some, and I'd love it if you could provide some as I've never done particle stuff before. And for the metallic color scheme, do you mean there should be a more shiny variant of the blades and launchers? If so, I could just make them look that way anyways and not have to worry about expanding the drop-down menu and making more variant models.
Dzage Aug 10, 2022 @ 3:13am 
Brilliant creation. I found one issue tho. When u charge up the shot and cut something at the same time (well for extra speed) sometimes blades stop spining. Also can u add sparks effect when cutting (close range). I can provide u sparks if u need em. Another small request, can u please add color sheme of metalic blade and handle?
RaaaaaaH Aug 5, 2022 @ 11:16am 
very cool mod btw
Duelist9 Aug 5, 2022 @ 5:47am 
Thanks!
Masonator  [author] Aug 4, 2022 @ 5:41pm 
Should be fixed! Lmk if it still has issues
Masonator  [author] Aug 4, 2022 @ 5:15pm 
Ah, I must've messed something up, I'll fix it in a bit
Duelist9 Aug 4, 2022 @ 2:04pm 
437
(string "...t/1167630/2841765880/options. lua"] : 423: 'end' expected (to close 'function' at line 33) near '<eof>
it says this
ElGreen Aug 4, 2022 @ 2:02pm 
they just dont appear
Masonator  [author] Aug 4, 2022 @ 1:21pm 
@Duelist9 How so?
Duelist9 Aug 4, 2022 @ 8:13am 
The settings are broken
Masonator  [author] Aug 3, 2022 @ 1:29pm 
@Phoenix0891 Thanks!
Masonator  [author] Aug 3, 2022 @ 1:28pm 
@big a I'll see what I can do
Phoenix0891 Aug 3, 2022 @ 10:21am 
So it's like a boomerang? But with a blade. Yet a cool and awesome mod. :steamthumbsup:
RaaaaaaH Aug 3, 2022 @ 6:40am 
can we shot multiple blades?