murilowbb's Forum Posts

  • 7 posts
  • Is it allowed to "up" a post?

  • I made an app that basically shows a gamepad input and I managed to make the window transparent using the NW.JS export as described in this post:

    https://www.construct.net/en/forum/construct-3/how-do-i-8/nw-js-windows-app-transparent-157915?kws=webview2%2btransparent

    However I wanted to make the same thing using the WebView2 export. Is it possible?

    Thanks in advance!

  • Ashley I will just leave the link to my post here then for whoever is interested

    construct.net/en/forum/construct-3/how-do-i-8/how-do-i-copy-merge-families-t-141336

  • dop2000 I tried to make two simple projects with families and variables and merge them together. It does indeed work perfectly.

    Just have to copy the files (making sure that there is no duplicate names) and edit the ".c3proj" file, adding the new objects, layouts, event sheets, families,etc on the specified lines. It is very important to put "," on every entry before the last one of a section, as it indicates that there is more "content" to be loaded.

    Eg:

    "objectTypes": {

    "items": [ "Circle_Obj", "Square_Obj", "Triangle_Obj" <- Last one ],

    "subfolders": []

    },

    Also, using the new desktop version of C3 helped me to speed up the process, as it allows you to save projects as folders, so you don't have to ".zip" everything an change it to ".c3p" afterwards.

    Now I'm trying to merge that simple project I mentioned with my main one, but no success until now.

    Maybe the subfolder structures I have are making things harder.

    I'll reply once I figure this out...may be helpful for lots of people.

    And thanks a lot!

  • EDIT:Posted my answer here, since that was on the Construct 2 forum

    I tried to make two simple projects with families and variables and merge them together. It does indeed work perfectly.

    Just have to copy the files (making sure that there is no duplicate names) and edit the ".c3proj" file, adding the new objects, layouts, event sheets, families,etc on the specified lines. It is very important to put "," on every entry before the last one of a section, as it indicates that there is more "content" to be loaded.

    Eg:

    "objectTypes": {

    "items": [ "Circle_Obj", "Square_Obj", "Triangle_Obj" <- Last one ],

    "subfolders": []

    },

    Also, using the new desktop version of C3 helped me to speed up the process, as it allows you to save projects as folders, so you don't have to ".zip" everything an change it to ".c3p" afterwards.

    Now I'm trying to merge that simple project I mentioned with my main one, but no success until now.

    Maybe the subfolder structures I have are making things harder.

    I'll reply once I figure this out...may be helpful for lots of people.

    And thanks a lot!

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Hello there

    Is there a way to do this instead of recreating all the variables and assigning those values for all the objects on the family on Construct 3?

    I have 14 mini games that I want to merge into one single project, but if I make the copy/paste layout and event sheet method, all the family properties are lost.

    I really need to maintain those Family variables information. All minigames have at least 1 family with 20+ objects. It's too much stuff to manually input.

    I'm trying this method for construct 2 with no success (I may be missing something, as the script is a little different in c3)

    construct.net/en/forum/construct-2/how-do-i-18/how-to-merge-2-projects-tutori-96880

    Thanks a lot

    Tagged:

  • Can this be reproduced with a .c3p project file? I tried but Construct 3 keeps saying that it can't read the file.

    I have some family variables that I don't want to lose and there is no way to copy/paste Families to a new project.

    Thanks

  • 7 posts