Construct 3 Project Merger
So, I've created a tool called Construct 3 Project Merger (C3PM) that merges merges two construct 3 projects into one. Why is that useful?
- Easier and faster to use than manually copying events/objects/layouts/etc from a project to another
- Enables you to create your systems with a modular approach (create your systems in separated projects and latter merge them into your games)
- Easy way to share resources with the community
Download and full documentation here
Windows build available only FOR NOW. I'm actually looking for help amongst the community members to be able to build for linux and mac too. If you are a linux or macOS user, have some experience with python and is willing to help with builds for those OS please contact me(through this post or C3PM discord server)!
If you want to engane in more in depth discussion about it, join our discord server: discord.com/invite/SK8agN7
C3PM is a free and open source tool.
Code source: github.com/cb130felix/C3PM
I also have some templates that I think are good samples on how you can use the 'template projects + C3PM' combo to make your game modular. I made some of them free so the community can check them out and use as reference: itch.io/c/887402/construct-3-project-templates
Disclaimers
- C3PM essentially edits the source code of the resulting merged projects(not the original ones). Be carefull while using it and be aware of possible outputed corrupted projects. Be sure to never overwrite your own source projects to ensure they won't be corrupted.
- C3PM is a Construct 3 related third party tool. This means that Scirra (Construct 3 developers) have NOTHING to do with this project. If you have some problem related to C3PM, reach for help on the official discord server, don't bother scirra staff with C3PM issues.