Is it possible to change graphics quality?

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.
  • You can do this to a few degrees though. In most of my games I use a switch, either Low/High quality across all platforms. I store this option as 0/1 as a global value. I then use this for all scaling/rotating qualities etc. Fusion will prompt you in the expression editor for a scale/rotate quality and you should answer 0/1 so I use the global value.

    Game Launcher Creator V3 - Please login to see this link.
    Bespoke Software Development - Please login to see this link.
    Learn Clickteam Fusion 2.5 - Please login to see this link.

    Danny // Clickteam

  • Quote

    You can do this to a few degrees though. In most of my games I use a switch, either Low/High quality across all platforms. I store this option as 0/1 as a global value. I then use this for all scaling/rotating qualities etc. Fusion will prompt you in the expression editor for a scale/rotate quality and you should answer 0/1 so I use the global value.

    This is actually a pretty good idea!
    A way to expand on this could be to make all graphics you want to be "upgradable" in low quality as default.
    Then, on start of frame:

    if Global Value: High Quality == 1
    --> Start foreach loop "Upgrade" for Upgradable_Graphics (will probably have to start one loop per unique object)

    On Foreach loop "Upgradable"
    --> Create HQ_Graphic at 0,0 from Upgradable_Graphic
    --> Destroy Upgradable_Graphic

    This can be placed in a Group of Events that you immediately deactivate and dont have to worry about anymore :) .. Just an idea, though!

Participate now!

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