Rable's Recent Forum Activity

  • I completely understand their position, but as a customer it's still hard to get through.

    As you can see below, I'm using 70-80 character maps just for my main character. There is no way to do this in sprite animations. Same goes in a more limited way for many of the enemies, all done with Spriter.

    lucid , is the timeline to have something working in C3 runtime really like 1 year?

    If so, the only option seem to remove the features I passed weeks to implement.

    Once again, I understand your position, but I'm sure you understand mine too.

  • TheRealDannyyy - Ashley has gone to great lengths to make sure that SDK users would have the same abilities as that type of collaboration would provide. This is why the current version of the plugin's import process already has more features and is more streamlined than it was in Construct 2. We will make sure BrashMonkey's official support for Construct 3 with the Spriter 2 plugin will be completely awesome, even if it means annoying Ashley with 500 more SDK feature requests. I apologize for my relative scarcity while we finish up the Spriter 2 beta. I'm doing my best to make sure the wait will be worth it.

    So if I get it correctly, we won't have a C3 runtime update of the current SCML plug-in before Spriter 2 gets out. You guys realize that I'm mostly unable to use a product I'm paying a timed subscription for because I've been waiting for this update for months...?

    Paying for Spriter 2 is really not a problem, but I'm starting to lose trust in Brashmonkey team at this point. I hope I'll change my mind very soon.

  • Thanks for the suggestion.

    I tried it and it didn't work. Here is where I pasted the code in case I misplaced it (pasted at line 17):

    <body> 
    	<div id="fb-root"></div>
    	
    	<div id="c2canvasdiv">
    		<!-- The canvas the project will render to. If you change its ID, don't forget to change the
    		ID the runtime looks for in the jQuery events above (ready() and cr_sizeCanvas()). -->
    		<canvas id="c2canvas" width="1366" height="768">
    			<!-- This text is displayed if the visitor's browser does not support HTML5.
    			You can change it, but it is a good idea to link to a description of a browser
    			and provide some links to download some popular HTML5-compatible browsers. -->
    			<h1>Your browser does not appear to support HTML5. Try upgrading your browser to the latest version. <a href="http://www.whatbrowser.org">What is a browser?</a>
    			<br/><br/><a href="http://www.microsoft.com/windows/internet-explorer/default.aspx">Microsoft Internet Explorer</a><br/>
    			<a href="http://www.mozilla.com/firefox/">Mozilla Firefox</a><br/>
    			<a href="http://www.google.com/chrome/">Google Chrome</a><br/>
    			<a href="http://www.apple.com/safari/download/">Apple Safari</a></h1>
    		</canvas>
    		<div id="canvas-loader" style="background:url('https://cdnjs.cloudflare.com/ajax/libs/semantic-ui/0.16.1/images/loader-large.gif'); height:70px; width:70px; background-repeat:no-repeat; display:block; position:absolute; left:calc(50% - 35px); top:calc(50% - 35px)"></div>
    	</div>
    	
    	<!-- Construct 2 exported games require jQuery. -->
    	<script src="jquery-2.1.1.min.js"></script>
    

    I believe everything has to be done outside of Construct, because the image has actually to be displayed before "at the start of layout".

  • Hi Elliott and thanks for your reply.

    I have no idea, I know nothing about Javascript. :D

    If you could tell me how to do it (namely, where should I put the image and where should I paste the code), it would be great, and I'll do a test to see if it works.

    Thanks a lot for the suggestion, it's greatly appreciated!

  • Hi everyone,

    I need someone for a very specific task.

    If I'm correct, Construct 2 loads the whole code of the project BEFORE the default loading screen (HTML5 default bar) that is quickly shown BEFORE the customized loading screen shows up.

    To show that, I did a simple CAPX ( drive.google.com/file/d/1tdF6ZSUOWY-8JPNaZyrvb7bgqYdYFLnT/view ) of a simple project with no images and just a lot of events which are never played. It takes a while to show up the loading screen when exported as an APK ( drive.google.com/file/d/1HgzW6djmUUiCZwzBLHJB21MNLis6UQog/view ).

    During that first initial load time, when exported to a mobile device, the screen stays black. While for small project that time is very short, for big projects it could be really long. My game, Healer's Quest, is actually 45K events, and the black screen time is actually of 15 seconds on a quite good smartphone... While Apple and Google guidelines says this time could be of maximum 2 seconds.

    When I asked Ashley about it, he suggested the following: "I think your best bet is to write a snippet of JavaScript that can float a loading image over the canvas until the game reaches 'On start of layout'."

    Reference thread: construct.net/en/forum/construct-2/how-do-i-18/how-to-reduce-the-black-screen-138455

    So basically I want to show an image I'll make specifically for that loading time instead of the black screen.

    If there could be a small rotating image to show activity is going on, it would be even better, but I can live without it.

    Can anyone write this snippet of Javascript and help me implement it into the code of my game?

    Please tell me how much you would charge for it. If you prefer to discuss it by email, my address is rablogamesmis@gmail.com

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm personally using C3's exporter to make APK out of C2 games, and it works great. Only did debug APK so far but it's working like a charm... And 100x easier to use than Intel XDK.

  • Thanks for the further advices. I'll keep it in mind for the next time, because I passed most of my graphical assets through tinypng, and successfully managed to reduce the APK size to 95 Mb. ;)

    So as far as my current project is concerned, it's all good. Thanks for your help!

  • Thanks for the info, so now I know what to excepct from a APK expansion files and it helps me take decisions. The C2 exporter allows to select only Android Audio, so the project only contains .ogg already, but I didn't take the Tinypng route yet for this project. That will help a lot!

  • Thanks A LOT for the clarification, Nepeo !

    It's great to know you're working on expansion APKs! Can I ask if you have any approximative timeline for the release of this feature?

    To be more precise, my app should release in something like 1 month, maybe 2 maximum. Would you suggest that I wait for the feature to be live or do I have to do the long process of reducing my (already optimized) game's size by half, which will be a very hard work? (which will in any case result in a great loss of graphical quality)

    Also, my game is exported with Cordova in C2, then I use C3's APK exporter. Is it planned to work in this case?

    Thanks again!

  • I personally had my game rejected by Hatch because their streaming engine couldn't use Cordova, but I don't think there's much to do about it. (?) Also that's not a publisher but a platform owner.

  • Hi everyone,

    I've read this on the site linked to a Google Play email received this morning:

    Improved support for large apps: you can now upload large app bundles with installed APK sizes of up to 500MB without needing to use expansion files. This feature is in early access and we will roll it out to all developers in the future.

    Source: android-developers.googleblog.com/2018/10/playtime-2018.html

    Does that mean we are not restricted to 100 Mb anymore for Google play!? That would be huge as I was just about to start reducing my 165 Mb APK to less than 100, which would have been a long and painful process.

    Anyone has more info about this ? Any idea how to use it right now (as they are speaking about an early access). Sounds like an excellent news for all Construct users as, as far as I know, there was no way to use APK expansion files with Construct.

  • Thanks a lot for your reply. It's an excellent news that this is possible to do!

    But I never wrote a single Javascript line in my life... ^^' Can someone help me to make that? If it implies some work on your side, send me a PM or an email to rablogameswcb@gmail.com with your price.

    Thanks!

Rable's avatar

Rable

Member since 6 Aug, 2014

None one is following Rable yet!

Connect with Rable

Trophy Case

  • 10-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

15/44
How to earn trophies