Cannot set particles at targetentity #180


  • Defect
  • Waiting
Open
Assigned to sirtylerm
  • _ForgeUser7461018 created this issue Apr 28, 2013

    Using very latest builds.

    I still cant attach particles effects on to targetentity in effects, i used to be able to do this but has been broken for 6 months or so.

    heres an example of my effect im testing with (im making blood effects)

    This one Works.....
    effects:
        blood_effect:
          type: particle
          args:
            -
              type: reddust
            -
              amount: 10
            -
              max-age: 20
            -
              gravity: 1
            -
              scale: 0
          target:
            type: targetlocation
            args:
            - radius: 1

    This doesnt work....
    effects:
        blood_effect:
          type: particle
          args:
            -
              type: reddust
            -
              amount: 10
            -
              max-age: 20
            -
              gravity: 1
            -
              scale: 0
          target:
            type: targetentity

  • _ForgeUser7461018 added the tags New Defect Apr 28, 2013
  • _ForgeUser7971089 posted a comment Apr 30, 2013

    I guess you are using 1.9.2. Did you try with 1.9.1 beta, because the new release was wrongly uploaded and is actually a very old version of Guns+.

  • _ForgeUser7971089 removed a tag New Apr 30, 2013
  • _ForgeUser7971089 added a tag Waiting Apr 30, 2013

To post a comment, please login or register a new account.