CreativeMind's Recent Forum Activity

  • Hi everyone,

    I want to create an intro sequence for my mobile game. Now I wonder how to achieve this most efficiently. The options are as follows:

    - Creating an intro in C3 using layouts and event sheets, then recording it with a screen capturing software, then use the video plugin to show it (Pro: Easy to use as I know C3, Con: Maybe bad resolution?)

    - Using another software to create an intro, then use the video plugin to show it (Pro: More editing features than C3, Con: I'll have to learn how to use it)

    I need the intro in a video format, so that I can use it on YouTube etc. as well. Has someone any experience in creating intro sequences? Any recommendations on which software to use? Are there any caveats when using the C3 video plugin?

  • Can't make it work without major time investment, the plugins are to confusing. Still hoping for a build-in solution or at least a good tutorial. In the latest C3 version, the browser object is now able to load CSS stylesheets. Maybe this helps to make this whole thing easier - somehow.

  • Jeez, I actually thought noone would respond to my post. You did a good job there, I think this is something I can work with! I need some time to dig deeper into this, though. Please keep up your experiments and let us know of any optimizations. Thanks a lot!

    Ok, this is a completely unknown area for me but it struck my curiosity so I did some digging. Take it for what it's worth.

    MathML is a markup language that is supported by W3.org which can be added to HTML in order to display complex formulas:

    https://www.w3.org/Math/

    It appears there are several libraries to convert LaTex to MathML. The problem with MathML is that Chrome doesn't support it.

    However, MathJax appears to be able to convert LaTex into something that displays on all browsers using CSS and webfonts which C3 does handle.

    https://www.mathjax.org

    And, it's JS which you should be able to either link to or include in a C3 project.

    So, now that you have it as HTML, what do do with it?

    https://www.construct.net/en/make-games/addons/190/html-element

    I've been using this plugin to do Ajax calls to a server, grab html and display them in a C3 project. While I have found some minor issues with it, it seems to mostly work. Once you learn it, the HTMLElement also has some other interesting features that might work really well with formulas. First of all, since the HTML is loaded into the plugin, you can parse it and edit it and it instantly changes. You could have a text field, paste in your LaTex, let MathJax convert it and then place it in the HTMLElement to display it. That plugin also has the ability to make clickable elements in the HTML that can be used to call a C3 function.

    Because MathJax uses CSS you can use another plugin from the same author to solve that problem:

    https://www.construct.net/en/make-games/addons/166/inject-css

    I've been using that to successfully load both JS and CSS from a webserver into my C3 project. And the loaded CSS works with the above plugin to display the HTML however you wish.

    With a little creativity, I believe that you could duplicate this website in a C3 project:

    https://www.codecogs.com/latex/eqneditor.php

    Therefore, including it in C3, IMHO, would cause unneeded bloat and would divert Scirra's limited resources onto a project that only a handful of end users would need. If the ideas I presented above could be made to work, that would be ideal.

  • LaTex (or Tex) is a text editor commonly used for scientific writing. It allows for an easy display of equations, integrals, fractions, derivatives and much more.

    Displaying complex scientific formula is currently not possible with Construct's text or spritefont plugins. This feature would make C3 a lot more attractive for users that want to develop educational apps or use C3 for teaching.

    I know this suggestions is very specific and will probably not obtain many upvotes, but I still invite everyone to vote for it here:

    https://construct3.ideas.aha.io/ideas/C3-I-995

    I think this is an important feature to keep C3 competitive. Unity offers this feature in it's asset store (I hope I am allowed to share this link here):

    https://assetstore.unity.com/packages/tools/gui/texdraw-51426

    If you found any other way to display complex scientific formula in C3, please let me know.

    Tagged:

  • Working fine now, thanks for the quick fix.

  • Same issue here. Tried to build a minute ago, didn't work. Hoping for a quick fix.

  • Same issue here. When I start my app, the Google Play logo pops up, then disappears, and no functionality of the plugin is working any further.

    I think it might have to do with the SHA1 signature. Here's the thing: The SHA1 signature created by the build-in APK signer of C3 is used as an upload key to Google Play, not the actual signing key. The 'real' signing is done by Google itself (unless you deactivate it).

    I'll do some testing, maybe the project in Google Play Game Services must be provided with the C3 upload SHA1 signature, not the signing signature of Google.

    Ashley I would like to reach out to Iain Shorter, but I can't reference him. Could you please forward this post to him? Thanks.

    According to this Github post, I'm on the right track: https://github.com/Scirra/Construct-3-bugs/issues/1927

    I think we have to replace the Google SHA1 signature with our own upload signature in order to make the Google Play plugin work, is that true?

    Could we do it the other way round, too (downloading the Google certificate, which is of type .der, and use that to sign our apps before uploading)?

    I'm being really careful with this as you need to contact the Google support team for a signature change (no matter if upload key or signature key), and you can only do that ONCE for an app.

  • Thanks for the reply,

    yes, that is what I tried in the first place. Sadly, the documentation states the following:

    On back button

    Triggered when the user presses the device's 'Back' button. Note not all devices have this button (e.g. iOS devices only have a 'Home' button) and not all platforms support this trigger.

    That being sad, the way of triggering 'On back button' is quite unreliable.

  • Hi everyone,

    I'm publishing my C3 games on Android and I need a trigger for the moment in which the user chooses to close the app. In this moment, I want to save the game before closing.

    I'm aware of the Browser plugin's feature 'On back button', but the documentation says it's limited to certain devices, which is to unreliable for me.

    Is there any way to trigger on this condition?

  • Same issue here. When I start my app, the Google Play logo pops up, then disappears, and no functionality of the plugin is working any further.

    I think it might have to do with the SHA1 signature. Here's the thing: The SHA1 signature created by the build-in APK signer of C3 is used as an upload key to Google Play, not the actual signing key. The 'real' signing is done by Google itself (unless you deactivate it).

    I'll do some testing, maybe the project in Google Play Game Services must be provided with the C3 upload SHA1 signature, not the signing signature of Google.

  • Here's a screenshot of Moonicorn's Cookie Quest. You can find it at Google Play:

    https://play.google.com/store/apps/details?id=com.moonicornscookiequest.afflatus&hl=en

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey everyone,

    I just published a cute little game on Google Play. It's called Moonicorn's Cookie Quest and was made with C3. As the title says... it's about unicorns and cookies. Who doesn't love that?

    Moonicorn's Cookie Quest is a platformer where you play one small level at a time. I tried to make the controls as easy as possible and provide an optimal learning curve, so that you'll end up mastering much more tricky levels. All that mixed-up with a cute art style! :)

    I really appreciate any feedback, as I will update the game steadily. It's still in beta.

    You can play Moonicorn's Cookie Quest here:

    https://play.google.com/store/apps/details?id=com.moonicornscookiequest.afflatus&hl=en

    Thanks!

CreativeMind's avatar

CreativeMind

Member since 19 Feb, 2014

Twitter
CreativeMind has 2 followers

Trophy Case

  • 10-Year Club
  • Popular Game One of your games has over 1,000 players
  • Email Verified

Progress

12/44
How to earn trophies