Build 294.7 - Beta version

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • When having a tab of the frame editor opened and another for the Event Sheet/List editors, the Create Object dialog remains in the Event Editor instead of switching to the Frame Editor or opening a new tab for such:
    Please login to see this attachment.Please login to see this attachment.
    When closing the tab/s of the Frame Editor it functions normally again, I think this would look fine if the tabs were grouped next to each other, but this occurs otherwise

    Btw there seems to be a slight visual glitch that happens to the edit boxes (they have no border outline) after using the "Relative to" option, hovering my mouse pointer over them seems to refresh each one under the pointer, not sure if this also occurred in 294.4, but I don't remember it doing such
    Please login to see this attachment.

    Game/App developer, artist and a community contributor.
    You can support my work on: Please login to see this link.

    Edited once, last by Linky (September 23, 2022 at 12:06 PM).

  • The "Launch an object..." event action has a dialog box to configure it. This dialog box is too small, so the text labels are cut off. Not sure if it is showing everything, did it have an option to specify launch from hotspot or action spot? I can't remember?

    Andy H @ Please login to see this link. - Please login to see this link.
    Retro Gaming @ Please login to see this link.

  • Wondering if we could have a check box to disable auto font embed in DX11. Maybe a main switch in application properties or individual checkboxs for each font in data element popup.

    If I'm not wrong, currently fusion will pack all fonts listed in the data element.

    Please login to see this picture.

    However, if the object which references the font doesn't need to display (a hidden list object, or a comment string), or it handles font embed in another way (e.g., render by GDI+, which uses private font collection, not compatible with built-in embed method), then the auto pack will increase the exe (or dat) file size rapidly.

    Please login to see this picture.

    Here also has an example from my actual game, which uses the font family source-sans and source serif, and has a custom string object to display strings(because of string works differently from DX9, except of the space & tab issue, DX11 string also don't work properly with shaders, due to the different method of rendering, see: screen shots Please login to see this link.), and handle font embed by itself.
    The result is, I have to pack fonts twice, one copy in data folder for object to embed, one copy embeds by fusion but never be used...

    Please login to see this picture.

    Fonts increase the size of about 40MB in this case.

  • ...And some little UI issues:

    underscore in some edit box is invisible, new in 294.7 (even set add font size to zero issue still exists):

    Please login to see this picture.

    low quality logo in splash screen:

    Please login to see this picture.

    dark mode:

    Please login to see this picture.
    Please login to see this picture.
    Please login to see this picture.

    (And maybe a dark debugger someday.)

    // --------------------

    Besides, can we have a file popup with address bar for built-in actions?

    currently PARAM_FILENAME2 will pop up this:

    Please login to see this picture.
    Please login to see this picture.
    Please login to see this picture.

    but somewhere we can get this:

    Please login to see this picture.
    Please login to see this picture.

    An address bar can significantly boost the efficiency of file importing.

    Edited once, last by defisym (September 23, 2022 at 4:13 PM).

  • Just a minor thing-

    The image saved to defaultActiveObject.png will be used for the initial frame of a new active object, but won't be used when creating new animations in an active object.
    If you are editing animations and insert a new one, it still uses the hardcoded default animation with (255,0,255) transparency

  • Feature suggestion taken from things like Excel/spreadsheets...
    I have this list of values that I want to copy over to alt values

    Please login to see this picture.

    It is quite a long list, so copying one by one is a pain.
    So what if we could just copy this list, select the start Alt Value / String and paste the list there, so it would fill it from that position with each line of text.
    If there isn't enough declared Alt Values/strings, it would need to add those as well...
    And to make it even more useful, if we could copy a list like:

    Please login to see this picture.

    And it automatically added the names as well, using Tab space or | as delimiter.

    Another welcome feature would be if along with this, we could also paste Alt values/strings as text in the same format, it would be a perfect addition to Plus ability to copy events as text.

    Edited once, last by NaitorStudios (September 24, 2022 at 2:14 PM).

  • Dark Skin switches to a more greyish color in some parts of the UI when PC goes to sleep (there may be other ways to cause this behavior tho)
    Reloading the skin quickly fixes it

    Game/App developer, artist and a community contributor.
    You can support my work on: Please login to see this link.

  • I've found a situation that suggests that after moving a child event out of the parent/child hierarchy, the event might sometimes incorrectly retain some kind of information that leads Fusion to believe it's still a child. Let me explain. I have a Parent/Child/Grandchild event:


    Please login to see this picture.


    Then, I drag the child event (#2) to a different portion of the editor, so that it is no longer a child event, but a normal standalone event.


    Please login to see this picture.


    Now that this event is no longer a child, I should be able to drag a green immediate condition to it. But if I try and drag the on loop "main fastloop" condition to it, Fusion won't let me:


    Please login to see this picture.


    But it does let me drag the on loop "a different fastloop" condition to it:


    Please login to see this picture.


    This makes me wonder whether Fusion still thinks that the event I moved belongs to the "main fastloop" in some way. The actual fact that it won't let me drag a condition to the moved event is only a trivial inconvenience. But I'm bringing it up in case there's a chance of more serious problems (eg. if this could lead to this event becoming corrupted, or not executed correctly). It is important to note that this bug only happens If I move a child that has its own child. If I move only the 'grandchild' event (or a childless 'child' event), then Fusion will let me drag the "main fastloop" condition to it. I've attached the MFA pictured, where you should be able to see that dragging the condition from #1 onto the moved event doesn't work.

  • I've found a situation that suggests that after moving a child event out of the parent/child hierarchy, the event might sometimes incorrectly retain some kind of information that leads Fusion to believe it's still a child. Let me explain. I have a Parent/Child/Grandchild event:

    I've noticed this as well, during the whole 2.5+ upgrade, not just recently.

  • I've found a situation that suggests that after moving a child event out of the parent/child hierarchy, the event might sometimes incorrectly retain some kind of information that leads Fusion to believe it's still a child.

    No I think it's just a drag & drop "authorization" bug. If you move event #4 before event #1, you can drag On Loop "main fastloop" to this event (and then this becomes impossible again if you move back event #4). I'll take a look.


  • Please login to see this picture.

    Actually it's not a bug, it's normal. If you replace the "On Loop "main fast loop"" by a non-immediate condition (like Always, compare value, etc), and drop it to event #4, then Fusion will move it just after event #4, i.e. will make it child of event #4. On Loop conditions must be at the root, that's why you can't drop it to a parent event below. On the other side, you can drop event #7 to event #4 because in this direction the new line will be inserted before the parent event, = it will be at the root.

  • Actually it's not a bug, it's normal. If you replace the "On Loop "main fast loop"" by a non-immediate condition (like Always, compare value, etc), and drop it to event #4, then Fusion will move it just after event #4, i.e. will make it child of event #4. On Loop conditions must be at the root, that's why you can't drop it to a parent event below. On the other side, you can drop event #7 to event #4 because in this direction the new line will be inserted before the parent event, = it will be at the root.

    I believe you're dragging the event, but I'm talking about dragging the condition (start dragging at the purple circle, end dragging at the yellow circle):


    Please login to see this picture.


    If you drag the condition like this, then dragging from #8 to #4 will replace the existing condition:


    Please login to see this picture.


    But doing this from #1 to #4 won't work. Perhaps the logic you just described, which applies to (and makes sense for) events, is being incorrectly also applied to conditions.

    Please login to see this link.
    My Fusion Tools: Please login to see this link. | Please login to see this link. | Please login to see this link.

  • Can there be a better way to scroll in the Event sheet/list editors while dragging Events/Conditions/Actions? like allowing to scroll via the middle mouse button (if possible ofc)
    The current way revolves around hovering the mouse pointer to the top or bottom of the editor, the problem with that is the range is too small and most of the time it fails to scroll for some reason, or scrolls very slowly then stops again until you keep twitching the mouse pointer in that range

    Game/App developer, artist and a community contributor.
    You can support my work on: Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!