actually, got it to work, turns out. ater this thing in the parenthasies ( } ) u need to add a coma so it looks like this: { "$type": "SwordBeam.SwordBeamModule, SwordBeam", "ProjectileID": "SwordBeam", "ActivationButton": "Trigger", "SwordSpeed": 7.0, "BeamSpeed": 50.0, "BeamDamage": 5.0, "DespawnTime": 1.5, "BeamCooldown": 0.15, "BeamDismember": true }, *this is not part of the code, this text that is. notice the coma? yeah, thats why it wont work for yall
is there any way to add a secondary color to the module, like if I were to make the beam black but coat the exterior with an almost transparent red? (pretty much a getsuga tensho)
Is it possible, to perhaps get this as just a spell? A spell that lets you send out sword beams with the direction of your hand movement? I think that would be super badass.
I'm tryna set a spell as the projectile id but it makes the beam not launch. Is it even possible? I want it to launch a bunch of Homing explosions, basically fireballs that eject 8 homing projectiles on impact. Just fireballs would be cool too, but I can't figure it rn
could you get us the files where they are allready added to the .json files? that way it'd be a bit easier for people who don't understand... or put it in a spell... just suggestions tho...
Still struggling to understand the RGBA for JSON, it seems different from the binary format (0-255). Anyone can enlighten me so I can understand how to choose my custom colors?
The values are normalized so it goes from 0-1 instead of 0-255. Going past 1 increases the intensity so it's brighter. You just need to divide any RGB values by 255 to get the normalized value then multiply by something to increase the brightness
83 comments
https://discord.gg/snYSDFdVRQ
{
"$type": "SwordBeam.SwordBeamModule, SwordBeam",
"ProjectileID": "SwordBeam",
"ActivationButton": "Trigger",
"SwordSpeed": 7.0,
"BeamSpeed": 50.0,
"BeamDamage": 5.0,
"DespawnTime": 1.5,
"BeamCooldown": 0.15,
"BeamDismember": true
},
*this is not part of the code, this text that is. notice the coma? yeah, thats why it wont work for yall
again. wait for spell its more cool
(pretty much a getsuga tensho)