0 of 0

File information

Last updated

Original upload

Created by

Jenix106

Uploaded by

jenix106

Virus scan

Safe to use

Tags for this mod

83 comments

  1. jenix106
    jenix106
    • premium
    • 637 kudos
    Locked
    Sticky
    Join my new Discord server:
    https://discord.gg/snYSDFdVRQ
  2. jenix106
    jenix106
    • premium
    • 637 kudos
    Locked
    Sticky
    I have added a tutorial in the Videos section. Watch it
  3. FancyKitty
    FancyKitty
    • member
    • 0 kudos
    Sticky
    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
    1. Aeli0
      Aeli0
      • supporter
      • 1 kudos
      not working weapon disapear
      again. wait for spell its more cool
  4. BroachBrainman1
    BroachBrainman1
    • member
    • 0 kudos
    Getsuga Tenshou!
  5. Popercat
    Popercat
    • member
    • 0 kudos
    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)
    1. jenix106
      jenix106
      • premium
      • 637 kudos
      Not currently implemented on this mod, but it is implemented for Sword Beam Spell
  6. ReverLuna
    ReverLuna
    • member
    • 0 kudos
    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.
  7. Meatyr
    Meatyr
    • member
    • 0 kudos
    Just a concept here but what if you made a weaker equivalent of this that just slashes the enemy instead of dismembering, that'd be cool asf
    1. jenix106
      jenix106
      • premium
      • 637 kudos
      Set BeamDismember to false
  8. DeadGamerX21
    DeadGamerX21
    • member
    • 2 kudos
    Does anyone know if this mod has been made into a spell? and if not, can some kind soul who knows how to do that, do that?
  9. Mashy0Potato
    Mashy0Potato
    • member
    • 0 kudos
    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
  10. envixi
    envixi
    • member
    • 0 kudos
    can you make the beams black in the file or no
  11. CitingPlayer854
    CitingPlayer854
    • member
    • 0 kudos
    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...
  12. mrfelony
    mrfelony
    • member
    • 7 kudos
    u12 when
  13. vyvince1997
    vyvince1997
    • premium
    • 320 kudos
    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?
    1. jenix106
      jenix106
      • premium
      • 637 kudos
      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