Clickteam Fusion: Difference between revisions

From Game Making Tools Wiki
(link to guides)
(Visual Scripting category)
 
(3 intermediate revisions by the same user not shown)
Line 16: Line 16:
See: https://www.clickteam.com/compare-versions
See: https://www.clickteam.com/compare-versions


* [https://www.clickteam.com/clickteam-fusion-2-5-free-edition Clickteam Fusion 2.5 - Free Edition]
* '''[https://www.clickteam.com/clickteam-fusion-2-5-free-edition Clickteam Fusion 2.5 - Free Edition]'''
** Includes most of the features from the not-free versions. The big missing one is being able to export stand-alone programs. So you can only do HTML5 games.
** Includes most of the features from the not-free versions. The big missing one is being able to export stand-alone programs. So you can only do HTML5 games.
** If you have a friend with a not-free version you could give them your project and they could export it for you though :3
** If you have a friend with a not-free version you could give them your project and they could export it for you though :3
* [https://www.clickteam.com/clickteam-fusion-2-5 Clickteam Fusion 2.5]
* '''[https://www.clickteam.com/clickteam-fusion-2-5 Clickteam Fusion 2.5]'''
** It's really expensive (over $100), but it turns up in Humble bundles every now-and-then, along with the exporters.
** It's really expensive (over $100), but it turns up in Humble bundles every now-and-then, along with the exporters.
** Available from the Clickteam website, and Steam.
** Available from the Clickteam website, and Steam.
Line 25: Line 25:
** If you have the Steam version and want to convert it into a stand-alone version you can run without Steam you have to pay USD$10. Add-ons don't transfer across unless you pay that USD$10 for each one :/
** If you have the Steam version and want to convert it into a stand-alone version you can run without Steam you have to pay USD$10. Add-ons don't transfer across unless you pay that USD$10 for each one :/
*** https://clickstore.clickteam.com/steam_conversion
*** https://clickstore.clickteam.com/steam_conversion
* [https://www.clickteam.com/clickteam-fusion-2-5-developer Clickteam Fusion 2.5 Developer]
* '''[https://www.clickteam.com/clickteam-fusion-2-5-developer Clickteam Fusion 2.5 Developer]'''
** ???
** ???
* [https://www.clickteam.com/clickteam-fusion-2-5-plus-feature-overview Clickteam Fusion 2.5+ DLC]
* '''[https://www.clickteam.com/clickteam-fusion-2-5-plus-feature-overview Clickteam Fusion 2.5+ DLC]'''
** Includes some extra stuff useful for optimising and debugging your game, and can use DirectX11 instead of 9
** Includes some extra stuff useful for optimising and debugging your game, and can use DirectX11 instead of 9


tl;dr: Probably just grab the free version.
tl;dr: Probably just grab the free version.
== Add-ons ==
* '''P3D''' - [http://www.lizardking.co/index.cfm?module=prod_p3d.cfm Homepage] | [https://clickstore.clickteam.com/p3d_3d_framework Clickstore]
** An [[:Category:Open-Source|open-source]] framework for doing 3-D without the Fireworks add-on.


== Similar Tools ==
== Similar Tools ==
* [[Gdevelop]] - [[:Category:Open-Source|Open-source]] tool with similar features, including the same kind of event-editor programming.
* '''[[GDevelop]]''' - [[:Category:Open-Source|Open-source]] tool with similar features, including the same kind of event-editor programming.
* [[Construct]] - Also has similar event editor feature.
* '''[[Construct]]''' - Also has similar event editor feature.


== See Also ==
== See Also ==
* [[Guide:Clickteam|Clickteam]] in the 'Guides' section of this wiki.
* [[Guide:Clickteam|Clickteam]] in the 'Guides' section of this wiki.
* [[Guide:Sources#Clickteam]] - Open-source projects.


[[Category:Game Builder]]
[[Category:Game Builder]]
[[Category:2-D]]
[[Category:2-D]]
[[Category:Clickteam]]
[[Category:Clickteam]][[Category:Visual Scripting]]
[[Category:Mac OS]][[Category:Windows]]
[[Category:Mac OS]][[Category:Windows]]
[[Category:Android Export]][[Category:Browser Export]][[Category:iOS Export]][[Category:Mac OS Export]][[Category:Windows Export]]
[[Category:Android Export]][[Category:Browser Export]][[Category:iOS Export]][[Category:Mac OS Export]][[Category:Windows Export]]

Latest revision as of 05:43, 20 May 2023

Clickteam Fusion
logo
logo
Release date:
Made by: Clickteam
Runs on: Mac OS
Windows
Exports to: Android
Browser (HTML5, Flash)
iOS
Mac OS
Windows


The latest version of Clickteam's game making tool.

Note that though it says it is Mac compatible, it is not compatible with the Catalina version of the OS.

For Linux people: The free version you can get from their website runs fine in Wine, but The steam one seems to have stopped working right. Note that it's a 32-bit application and uses DirectX9.

Versions

See: https://www.clickteam.com/compare-versions

  • Clickteam Fusion 2.5 - Free Edition
    • Includes most of the features from the not-free versions. The big missing one is being able to export stand-alone programs. So you can only do HTML5 games.
    • If you have a friend with a not-free version you could give them your project and they could export it for you though :3
  • Clickteam Fusion 2.5
    • It's really expensive (over $100), but it turns up in Humble bundles every now-and-then, along with the exporters.
    • Available from the Clickteam website, and Steam.
    • In this version you can't do HTML exports without an expensive add-on :/
    • If you have the Steam version and want to convert it into a stand-alone version you can run without Steam you have to pay USD$10. Add-ons don't transfer across unless you pay that USD$10 for each one :/
  • Clickteam Fusion 2.5 Developer
    • ???
  • Clickteam Fusion 2.5+ DLC
    • Includes some extra stuff useful for optimising and debugging your game, and can use DirectX11 instead of 9

tl;dr: Probably just grab the free version.

Add-ons

Similar Tools

  • GDevelop - Open-source tool with similar features, including the same kind of event-editor programming.
  • Construct - Also has similar event editor feature.

See Also