Kyatric's Recent Forum Activity

  • What terms are you referring to ?

    In POEditor when I check out for existing terms to translate, it always says everything has been translated.

    If you can provide a list of the un-translated terms, we can check them out and, for consistency, use the existing terms if they already were translated in another place.

  • The implementation is being worked on, but no actual ETA at this time.

    In the meantime, you can use a search engine like google and add site:construct.net to your search request, it will provide results from the forums and overall website.

  • Consider updating your graphic card drivers.

    Most of the times, this solves the issue.

    Otherwise, this is not a proper bug report, not following the report guidelines. Moved to a more appropriate forum for technical questions.

  • The Construct team are well aware of it not working. When the revised plugin was released we were told the Android version was working but the iOS version would be a little longer. Since then, nothing.

    Well, as usual, iOS need special treatment because of... apples.

    So at this time, I'm afraid it is still being worked on, alongside the bugs bash that occured in the past weeks, the maintaining and development of new features for Construct.

    > thanks for the updated list

    >

    > mods need to pin this thread and unpin the old ones

    I've already mentioned Kyatric to unpin the old lists, not sure if he's still active here or not.

    Where did you "mention" me ?

  • Almost all links are off. Basically this posting has no use. :(

    Funny you say that, it has been fixed weeks before your post, and as far as my test goes, the links are working.

    Could you please provide the "off links" you are mentioning ?

  • Have you guys filled a bug report for this ?

    https://github.com/Scirra/Construct-3-bugs

    If an issue exists and is not reported, it won't be fixed.

  • First thing, you should provide your c3p project.

    Without seeing what and how you did things in the project, it is hard to help out.

    Secondly it is not very clear what you are trying to do, nevertheless, here is an attempt at a project that should do it.

    Example file

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Please debug your APK.

    Seeing the results in the console will help determine what may be going wrong.

    As it stands, no one can help with your request like that.

  • Consider debugging your APK before jumping to conclusion.

    As for the "fix" forcing webGL1, it is in the exported file "c2runtime.js" that you must not minify in order to modify it after export.

  • Plug your phone to your PC through USB (be sure to activate USB debug mode on your Android phone) and in the Chrome browser on the PC, reach the URL "chrome://inspect/#devices".

    This can allow you to debug a debug APK and see what may be going on.

    With the informations provided in the console there is a better chance to investigate what may be going on.

    This is like checking for errors in your browser.

  • The C3P file is a zip file containing text files.

    Decompress the content of your file, open "project.c3proj" in a notepad.

    In that file, you have first the line "savedWithRelease" that you need to change the value of to the release you want to open your project in.

    ex:

    "savedWithRelease": 10400

    ->

    "savedWithRelease": 98000

    to change from release 104 to 98.

    Then you will have to modify the "version" value for all depicted "usedAddons" as well.

    ex:

    {
    			"type": "plugin",
    			"id": "Sprite",
    			"name": "Sprite",
    			"author": "Scirra",
    			"version": "r104",
    			"bundled": false
    },

    to

    {
    			"type": "plugin",
    			"id": "Sprite",
    			"name": "Sprite",
    			"author": "Scirra",
    			"version": "r98",
    			"bundled": false
    },

    to change from 104 to 98.

    Once done, save this file, recompress into the c3p file and then you can try and open it up in a previous release.

    It will work only if you are not using specific features that were implemented after the older release.

Kyatric's avatar

Kyatric

Member since 18 Aug, 2010

Twitter
Kyatric has 583,402 followers

Connect with Kyatric

Trophy Case

  • 14-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • x15
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x27
    Coach One of your tutorials has over 1,000 readers
  • x10
    Educator One of your tutorials has over 10,000 readers
  • x2
    Teacher One of your tutorials has over 100,000 readers
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

23/44
How to earn trophies

Blogs