1mrpaul1's Forum Posts

  • 1mrpaul1 - I made an addon that exposes the bone data of a 3d model. so you could make the eyes look around etc if want to. Add it as a behavior to your 3d model object. Then use the expression "bone list" to get a name of all of the bones if you don't know the name of it.

    then you can read and set the rot/pos of XYZ of any bone with other actions.

    Download drive.google.com/file/d/1TX_jMJOSRb6ubUgjJwelY0vzZ5SrqUKK/view

    as for changing clothes, the easiest way is to add all of the clothes into the mesh, and then in the properties of it, turn off which ones are visible at the start, and use the 3d model actions to enable/disable the parts as needed.

    Great add-on, will check it. Thank you Justin!

  • Yes, I know, I can animate

    I did many games in 3D with Construct already

    My question is much more advanced

    A 3D model can have separated eyes and mouth animations, for speech, and for eye contact

    In 2D I can just snap eyes and mouth on the bode sprite, but how does it work with 3D?

    I need to attach different clothes as well

  • Construct 3 has 3D now, it is cool

    But is it possible to make eyes and mouth animation?

  • I celebrated the win too early, one file solution doesn't work, it kills the game actually haha

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I've had that issue before on a web platform but I'm not sure if you can fight their caching. Usually waiting for the cache to catch up worked most of the time, which is obviously a terrible "workaround". Best case is you contact the people of the super app (whatever that is) and they have a solution. Or maybe you can deliver your app as a single file (playable ad export option) that could help in this case?

    Thanks

    Workaround with export as one file is working great

    minus

    no loading screen and weighs more on 1 mb, was 5 mb became 6 mb

    not a big deal compared with a broken game

  • I had recently built the game for the super app, with strict security rules, and I have a big problem now

    The game in their app is aggressively caching

    And I can do nothing with it. They added no cache commands to their server, but it doesn't work

    The most dangerous part, files of the game in the cache are mixed, and often the game shows just a black screen

    The only way I found is to change the link, but it is not possible in my case, because their security token is connected to my address, and if I change the address, the security token will not work, and authorization will not work as well.

    What to do, has anybody had the same issues?

  • What is happening with graphics in Construct? I've been noticing it for a year already, and it is still not fixed

  • I can't find any information about how to use new 3D model feature

    Which models to use, how to use

    Can you explain, please

  • Wasn't here for a long time and do not know, what to choose to make skeletal animation.

    In construct 2, I used Spriter, and it was just fine, but as I know, for C3 it is not so easy

    Also, construct 3 has tween animation, but it is so hard to use it when you need more than one set of the same sprites with the same animation (like an army of zombies, for example)

    But maybe I'm wrong

    What are you using for these kinds of tasks?

  • Now, I setup the app to install beta releases, reopen it, but nothing was installed, I will need to delete and install app again. Not a lot of time, but I need to fix one thing asap, and show it to client, but I have to fix construct issues

    Please make the client more like a desktop app, and less web page

  • > Periodically all data in construct is erasing, which means installing all plugins, doing setup, searching for recent files from scratch

    Check if any of your browser settings periodically delete data, or if you have any browser extensions that would do that. Commonly privacy-focused extensions will clear all data ostensibly for privacy reasons, but that will also wipe all data saved in Construct. Further they may refer to this data as "cookies", which is an unfortunate term which I don't think makes it clear this will happen.

    If something tried to clear data while Construct was also accessing storage, you may see write errors like the one you showed.

    The reason is simple actually, I had less than 10% on the C disk

    I didn't touch anything in chrome, everything by default, no specific extensions that can affect

  • it looks really weird

  • Periodically all data in construct is erasing, which means installing all plugins, doing setup, searching for recent files from scratch

    Any idea how to resolve it? I mean to exclude such a situation from the application?

    Maybe make a normal desktop app not just an internet site?

  • Hello

    Is anybody tried to make playables in the last builds?

    How and where it is working?

    I remember previously it worked only on ironsource, with errors on Facebook

  • I did a super smooth camera follow action

    Optimized the game, disabled all collisions on the level except obstacles near the player

    Decreased usage of the CPU and GPU by 40%

    And it works great

    But, the game is still extremely sensitive

    While there is always full FPS straight 60 fps, if something is working in the background, the motion becomes sluggish again

    I wonder, why it is happening