Search results

  1. Piccolo

    ChronoCrash Modders Tools

    Those are great ideas. Just to be clear about the quoted part, you mean two separate things right ? 1 / draw the box with right button held 2 / use mouse wheel to change frames ("rolling the scroll to change between frames") I'm not sure I understood what you meant, especially the 2/
  2. Piccolo

    ChronoCrash Modders Tools

    Ok this one is caused by the comment at the right of attack I'll fix this in next release, in the mean time, just move the comment on a separate line
  3. Piccolo

    ChronoCrash Modders Tools

    Please copy the animation here
  4. Piccolo

    ChronoCrash Modders Tools

    I'll look into it later, should be easy enough to plugin ;) Though I don't really see the appeal of this feature on an animation basis. I think it's almost as fast to draw the box, and more precise. For a whole entity it's another story, as with this you can apply this process on all...
  5. Piccolo

    ChronoCrash Modders Tools

    There's probably something else that triggers this, I can't reproduce this. And from the previous reports, others didn't have this issue either. So it must happens in more specific situations than just setting z values to 0. The error location suggests that it's an issue with loading the whole...
  6. Piccolo

    ChronoCrash Modders Tools

    Your CMT version seems to be out of date, is it ?
  7. Piccolo

    ChronoCrash Modders Tools

    There is one minor issue with 0, and potentially one major issue too. Minor issue : most of the times bbox depth is implicit (not written), so there should be a way to differentiate explicit 0 and implicit 0 (so that we support both) Potential major issue : it needs to be confirmed that having...
  8. Piccolo

    Chronocrash Modders Tools - Changelog 0.6.21

    Changed internal bbox z ignored/"null" value to "-100000", which will prevent a bug where new bbox previously pulled z values from the form spinners.
  9. Piccolo

    ChronoCrash Modders Tools

    Piccolo updated Chronocrash Modders Tools with a new update entry: Changelog 0.6.21 Read the rest of this update entry...
  10. Piccolo

    ChronoCrash Modders Tools

    I'm uploading a fix, but just realized isn't there the reverse issue with attack box in CMT legacy mode ? I mean when you draw an attackbox in CMT legacy mode, it will write a "0" value in z (depth) param of attack line. Doesn't that mean the depth is set to 0 ? Or does the engine doesn't allow...
  11. Piccolo

    ChronoCrash Modders Tools

    Ok then I'll simply use a very very high negative value as the flag for "not set" and still allow user to set negative values other that this specific one, which they will never have to use anyway.
  12. Piccolo

    ChronoCrash Modders Tools

    Ok so probably not a big deal if I prevent the user from setting negative value and use -1 as the "not set" value. I must use an explicit number value for the not set value (can't use null) because those fields are present in the right form with the spinners. Those spinners are connected to the...
  13. Piccolo

    ChronoCrash Modders Tools

    Is is possible to have negative z values for boxes ? If not I can add a workaround using -1 under the hood to reference unset values.
  14. Piccolo

    ChronoCrash Modders Tools

    I think it something related to grabdistance or something. But basically this is why there's a bug with this field. For any other field its straightforward, no value can be considered as 0, but not in this case.
  15. Piccolo

    ChronoCrash Modders Tools

    Probably because you rarely set bbox z value manually. I just checked it's a very old bug. It has nothing to do with the value 50 or something, it just takes whatever value is there when the value of the new focused bbox is unset or is 0. Basically it's a bug related to how bbox work. When you...
  16. Piccolo

    ChronoCrash Modders Tools

    I see. You can see that the value was already 50 on the left, before you drew the box. It seems that for some reason CMT is taking this as default Z value when not set. I don't think it's new though, probably here since a long time. You probably set the z value to 50 one time in an animation...
  17. Piccolo

    ChronoCrash Modders Tools

    I don't understand, nothing has changed, it doesn't add z value. Maybe it's a special situation but even when I test on my end, it doesn't add z value
  18. Piccolo

    Happy Birthday DC

    Happy birthday :)
  19. Piccolo

    Chronocrash Modders Tools - Changelog 0.6.20

    Added support for this request @O Ilusionista
  20. Piccolo

    ChronoCrash Modders Tools

    Piccolo updated Chronocrash Modders Tools with a new update entry: Changelog 0.6.20 Read the rest of this update entry...
Back
Top Bottom