Lootzifr's Forum Posts

  • goncalopo

    the app triggers continuously fullscreen ads and has a banner too. I think that is to much. The UX suffers to much from that. I recommend to remove the banner and show fullscreen only on start or end of a game round. Cheers, Marco

  • JRoberts101 I recommend to put your company (and that is in many cases your personal) name there. You could get some problems if this is not a clear statement. This term will show up on invoices. In Germany e.g. you have to show your personal name as a freelancer/individual person (if not registered as a public company). This might be different on what country you are located in. In case you want to sell it worldewide I would take the most correct statement. If you put your personal name like it shows up on your ID you should be fine. I know developers like to hide it but as long as you sell apps or monetize through ads it is commercial/business ground and that requires correct names. This post is not a legal advice. You should ask a local tax consultant if you need to be sure on that.

  • suneelnairk Thx a lot, a good rating is also ver welcome any time You can't set up that color. I think google is somehow analizing your header grafic and is picking a color that fits to that.

  • aquadijoib DARTH Crusher

    You need to fill in your app ID. the GOOGLE_PLAY_GAME_APP_ID is just a placeholder. It is not your identifier. Go to google play developer console and game services. You will find the ID next to your APPs name.

    If you still get an error after that replace the whole game plugin code with this version:

    <intelxdk:plugin intelxdk:name="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62" intelxdk:value="https://github.com/cranberrygame/com.cranberrygame.phonegap.plugin.game#544946ee7789ef539f7efe02ea6b12d03b1b8c62" >
    <intelxdk:param intelxdk:name='APP_ID' intelxdk:value='GOOGLE_PLAY_GAME_APP_ID' />
    </intelxdk:plugin>[/code:vdhqc4ol]
  • aquadijoib you can just open the file with any text editor. Also you can just use the intel build in text editor. For that click on the develop tab of your project and navigate to the file you need.

  • https://plus.google.com/communities/117 ... 5005605917

    viewtopic.php?f=153&t=109586&p=800966#p800966

    you need the "game" plugin by cranberry, it is free.

    I don't want to talk german on the forum so other people can follow topics. If you have a complex question you can pm me.

  • That is the cocoonjs plugin from ludei. It is extremly deprecated. You shouldn't use that in my opinion. I was talking about exporting cordova -> crosswalk -> intel sdk.

    App ID is a number you can find next to your game service bame in google developer console. The cocoonjs plugin would need that too. I think it was in the plugin settings.

    I cant help you any further. I haven't been using cocoonjs for over six month now. There are still some developers and believers who might be able to help you but I guess the number is decreasing.

  • First you need to have an .apk online. Doesn't have to be live but you need your signature/footprint to link you rgame service to the app. If you have an apk uploaded you can go to google game service and link it to an existing app. It will show you all your possible apps.

    The you should integrate cranberry's game plugin. That gives you simple events like "submit score" and "open leaderboard". If you set this up you need to give it the "highscore id" shown in your google games setup. When you export it to intel xdk you need to add your google app id to that.

    It works very well.

  • Thanks for letting us know. I do all my grafics with inkscape + gimp. Great tools

  • luisgmolina

    You need to change the crosswalk version from "stable" to "beta" or "10". If you keep "stable" it uses crosswalk version 7 (see line three of your screenshot) and that has the openSSL bug.

    apex General

    Did you try to erase the the "media" and "image" folders and export it fresh from c2? Did you try to restart intel xdk? Whenever I had that error it had been solved by doing that. Else you should open the log file, copie it to a text editor and search for "failed" or "error". There should be more information about what went wrong.

  • Just give your player the "scroll to" behavior and place the player wherever you want in the layout (e.g. bottom left).

  • Military Ranks (Achievements) — Now for sale in the Scirra Store!

    https://www.scirra.com/store/royalty-free-graphics/military-ranks-achievements-673

    <p>10 military ranks.(fantasy badges, not official ranks)</p><p>Size: 250px*250px</p><p>Style:pixelart</p><p>Format: png (with transparent background, alpha)</p>

    Use this topic to leave comments, ask questions and talk about Military Ranks (Achievements)

  • Really nice game. I like the style and the simplicity.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes, there are a lot of nice plugins by cranberry. check this:

  • I do it the same way. I have the background as tilemap and then I draw transparent collision-boxes on houses, fences, rocks,... on a different layer. If you use "snap to grid" it is not to bad nut yes it is work to do. You might be able to solve it with a automated loop something like: for each tilemap = gras spawn transparent collision box on same position. This would save work but at the end there will be some more objects that could end up in a little performance loss.