LaroTaio's Recent Forum Activity

  • Xh3maa

    You know what, I would suggest that you make a time variable to make a time delay before the game starts or you can set it when the progress bar reaches full. Your issue with screen freeze, I suspect is that your game is loading all the collision and behaviors all at once. My 2 cents advice to you is to optimize your game, disable all possible objects collision and behaviors that are not on the screen yet. This will definitely help your game to run smoothly.

  • Xh3maa

    If you already build your game(apk) from Phonegap Build online or cocoon. You're in bad luck buddy . Their service nowadays sucks. They usually break your game. I suggest you compile it on your own using free open source products.

  • Here are some topics that aren't available yet when googled.

      -how to make a castlevania type whip -bionic commando (nes) type player weapon -different boss behavior types from castlevania -Fps -beat em up game like Golden Axe
  • Ok, it's been three weeks now since looking for a solution on monetizing my app created from C2. Because of being outdated, all the tutorials, plugin and services right now to export and monetize your android app are useless. I don't want to get into details but you know what I mean.

    Just to share what I think could be the ultimate solution to exporting your game and monetizing it, is by using Android Studio. Why, you may ask, it may be bulky to download and install, But the benefit is, you'll have your very own apk builder on your computer, never again rely on free crappy sevices online like cocoon, phonegap builder and intel xdk.

    How I came up with this idea? Because of looking for a solution I turned to youtube and accidentally stumbled upon some tutorials on how to implement admob ads in Android Studio. So I googled if there's a way to get C2 exported game to Android Studio. Luckily, I found this site, and yeah I followed the instruction and it work. I'm now able to build apks effortlessly.

    http://www.mobilezdeveloper.com/running-construct-2-games-on-android-devices-with-cordova-and-android-studio/

    Now, the only left thing to solve is what code to edit on the Android Studio files to integrate admob in your project app to show ads. Hopefully someone here in the blog is able to know how to make this work and share a tutorial. I'm pretty sure so many C2 users will benefit from this information.

  • Why not just preview the game in Construct? That lets you play it without uploading anything

    That error message in exported games is there for a reason, deleting it won't magically fix the game. Generally you can't run games from the file:/// protocol because the browser will block all sub-resource requests (e.g. images, sounds etc).

    Ashley

    Thankfully you noticed my post, I will take this opportunity to address this issue about monetizing construct 2 apps. I'm figuring out something to make admob ad work on my game, lately nothing seems to work anymore from any Cordova admob plugins, intel XDK, Cocoon and Phonegap. It seems that it is impossible now to monetize a game created from Construct 2. I hope you guys up there would provide us some sort of a really working regularly updated guide on how to monetize games created from Construct 2.

  • imhotep22

    In the index.html file, I didn't see any disable to make it view able offline, so I tried to remove this code, but only firefox is able to load it offline and chrome shows only a black screen. I don't know if I'm doing it right, I'm not an expert with advanced html.

    <script>
    	// Issue a warning if trying to preview an exported project on disk.
    	(function(){
    		// Check for running exported on file protocol
    		if (window.location.protocol.substr(0, 4) === "file")
    		{
    			alert("Exported games won't work until you upload them. (When running on the file:/// protocol, browsers block many features from working for security reasons.)");
    		}
    	})();
    	</script>[/code:3lx6sbv2]
  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, just start the index.html file, and if it gives you warning click okay.

    If you know html you can also disable the warning, open the index file with notepad++ or some other editing program add comments to the code where it checks if game is running or server or not.

    Thanks for the reply brotha, will check this out if it work.

  • I'm just wondering if it's possible to load the exported html5 game on the browser without uploading it online? Any trick you can share? Thanks in advance.

  • thanks a lot for those videos

    but i did got this errors when try to installs plugins ?

    any solution please ?

    In your first attempt to build your first project using cmd, be sure not to add other plugins other than the default set by C2 when exporting the game to Cordova, Just to test and make sure that everything is working fine, like if you installed the necessary tools and path settings as instructed in the yt tutorial. If you've successfully build 2 apks (armv7 and x86) then you're all set up properly.

    Some solution to your plugin problem:

    1. Try adding the plugin in XDK before creating the project zip file.

    2. If you're adding the plugin in the cmd window, be sure that you've run (cordova platform add android) command first.

    3. Unfortunately, if still you get errors, the plugin may be outdated and may not be compatible with latest build of Android Studio and Java JDK.

    Hope this helps. good luck

  • Just wondering if anyone has succesfully build apks thru Cordova Cli with admob plugin that show ads.

    I keep on getting error when using this plugin (cranberrygame/cordova-plugin-ad-admob).

    However, I was able to build apks successfully when using these two plugins:

    cordova-plugin-admob-simple.git

    and

    cordova-admob-pro.git

    But ads doesn't show up when I do the testing. Any help would be very much appreciated.

  • > An error occurred while creating your certificate.

    >

    Ps.: I'm new and this is my 1st post.

    Unfortunately, intel XDK deprecated most of its very useful features. Here's an alternative. Already replied to the same member who also has the same problem.

    https://www.scirra.com/forum/viewtopic.php?f=147&t=192454&p=1126425&hilit=certificate#p1126425

  • Hi all, I am new with C2 and just finished created my first game.

    Currently trying to build my apk file using Intel XDK but am getting stuck, since IntelXDK is not able to generate Android certificate anymore.

    As I am not able to build the apk file of my game, I am not able to publish through Android Developer Console to get the certificate.

    Not sure what I should do now? Sorry for this might be a noob question, but I have been searching through tutorials and both Intel XDK and this forum without success.

    Many Thanks,

    Paul

    That's sad!

    But this could be the solution to your XDK/APK problem once and for all!

    Create certificate A.K.A. Keystore:

    Export to APK (android: this method will create 2 signed apks (arm7 and x86) ready to be uploaded to your Google developer console)

    Good luck!

LaroTaio's avatar

LaroTaio

Member since 23 Mar, 2014

None one is following LaroTaio yet!

Trophy Case

  • 10-Year Club
  • Email Verified

Progress

11/44
How to earn trophies