salehkindy's Forum Posts

  • thank you for your insight, but what would say the solutions would be for each of the issues?

    Try disabling your antivirus temporarily. I think Kaspersky can cause problems sometimes. Google Drive projects can sometimes fail to load if you don't have much space left on your computer so deleting large files can help if that's an issue. As Ashley said you can disable your browser extensions and see if that fixes it. If none of this works you'll have to look up the error message in the console or post it here.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • At the moment it seems to be that way. It doesn't work with the steam overlay.

    There is also the Pipelab addon though. Some people use Pipelab successfully with Steam. I think "Noobs Are Coming" might be using it.

    Thanks for the advice.

  • Webview2 doesn't work well with Steam. I'd recommend not using it.

    The developers have arbitarily decided that we're not allowed to access NWJS in new versions.

    Is NW.js the only viable option when exporting to Steam? If so, that's quite worrying...

  • I have no experience publishing games on Steam and I am looking for a step-by-step guide for WebView2 with Steamworks.

    I've looked through several forum posts and Youtube videos; most of what I could find regards NW.js, which I'm hesitant to use due to its deprecation. The Steamworks documentation was helpful but didn't seem to say much about the process of getting the exported WebView project playable in Steam. I also had difficulty fully understanding the relevant articles in Steam documentation.

    I'd really appreciate some help here.

  • I've had similar issues before. Here are some possible causes:

    - Antivirus interfering with Construct

    - Cloud service issues

    - Insufficient disk space

    - Sometimes restarting fixes it. If nothing works try opening the project on another computer.

    Hope this helps. Best of luck getting it working again!

  • I have the same issue. It's quite annoying.

  • This happens to me quite frequently. I'm not sure what causes this issue but here are some things that seemed to help fix it for me:

    - Disable antiviruses or adblockers for Construct and make sure Construct has all necessary permissions

    - Check if your computer has a low amount of storage space

    - Clear your cache and cookies

    - Try opening the project on a different device

    - Try saving the project as a local save if you're using cloud saves

    I hope these can help.

  • How do you add 3D enemies, 2D Enemies, 2D Sprites, and Bosses (2D and 3D)

    Sorry for the almost year late response. 3D enemies are nearly impossible to add without lots of issues, but you can use a 3D cube with all faces invisible except one which can be set to use a sprite. I believe this is also the only way to have a 3D object with animations. The same applies to bosses.

  • There is other free engine similar to Construct? Event-Action coding??

    I don't know much about other engines, but I think there are a few that are to some extent similar to Construct.

  • It's much easier to help if you can share the full text of any error messages. Also, do you have any browser extensions installed? If so try disabling them, as they can often interfere with Construct and cause problems.

    ERR_BLOCKED_BY_CLIENT usually means something on your computer decided to block Construct loading something. So it's quite possibly a browser extension that's blocked a resource Construct needs to work correctly, which then subsequently causes an error.

    I had Kaspersky installed. After removing it Construct seems to work mostly fine although I occasionally get errors.

  • The exact same issue happened again and it's affecting all my projects with plugins installed. I'm getting the same errors as before. I've tried doing everything I can to fix it, but nothing is working.

  • Thanks for responding.

    The issue was fixed by clearing my cache and cookies, then closing Construct which uninstalled addons. I then reinstalled the addons I was using (screen space 3D lights and tint blend) which allowed me to open the project.

    Edit, the issue happened again.

  • I have two computers; one a Chromebook and the other a Windows 10 PC. I've repeatedly had issues with being unable to open Construct 3 projects only on my Windows. I'm able to open all of my projects with no issues on my Chromebook.

    I save my projects to Google Drive.

    It either gives me the message 'Failed to open project.' or 'Failed to open project. Check it is a valid Construct 3 single-file (.c3p) project.'.

    This issue has previously been caused by effect plugins, but I've made sure that I have all of the plugins that are used in the project installed in Construct on my Windows and that all of them seem to be working as intended.

    I've tried using f12 and got the errors 'Failed to load resource:net::ERR_BLOCKED_BY_CLIENT' and 'Failed to load resource:net::ERR_FAILED'.

    It also might be worth noting that the last time the project was edited shown in recent projects is incorrect and earlier than it should be.

    I would really appreciate any help I can get.

  • Use speech bubbles and put them in the boss's mouth.

    Thanks for the response. I'm already using something similar to speech bubbles and the bosses don't have mouths.

  • I would only put it between boss phases where there can be an obvious break or yes as you said use voice.

    It does have a second phase, but without a pause in between. I'll try slowing time for a second, thanks for the idea.