Rable's Forum Posts

  • Thanks for the suggestion, Asmodean !

    Sadly, the result in the Xcode Simulator is exactly the same... Actually, even the additional white margin at the top of the image is still there, while I removed the previous code. So I may definitely be doing something wrong. Or there is something I don't understand, such as cache from previous import of the same folder in Xcode, but it would be definitely weird.

    I'll rebuild the project completely and start from a fresh index.html file just to be sure.

  • Thanks for the reply. I took a look at the topic, but if I understood it correctly it implies using letterbox integer scale, and I definitely need letterbox scale.

    I just need those black bars to be white on iOS (on Android I managed to do it already, but on iOS for some reason it doesn't work so far).

  • Thanks for your help, newt

    I tried it (by replacing #000 by #fff) and the only difference I saw was that the whole game was displaced maybe 20 pixels lower and a white bar has appeared on top of the image.

    (image from Xcode's simulator, as you can see there's an undesired white bar on top of the image, but the borders are still black)

    But that's not at all what I wanted to do. (having white bars of letterbox scale instead of black ones).

    Maybe I put the code at the wrong place in the index.html file? I placed it below html, body {

    I know nothing about HTML, so maybe I just didn't do what you intended?

    Just as a side note, your first solution worked really well for Android,but sadly I only need it for iOS. :(

    Further help would be greatly appreciated.

  • Hi,

    I used the solution newt proposed to change the background color. I just changed "background" and "color" in the index.html file from 000 to ffffff.

    However, it doesn't seem to work on iOS. When playing the game on iPhone, the letterbox scale bars are still black instead of white and I can't manage to change them.

    Any idea of what I could be doing wrong? Is there an option in Xcode to change that background color?

    My export process is Export via C2 (Cordova), then C3 export manager, then build using Xcode.

    I really need to put these side bars white...

    Thanks in advance!

  • thanks Rable - try this version

    Wow, the problem is already fixed! Thanks a lot for the super-fast update! :)

  • Great news about the C3 runtime beta plug-in! Thanks a lot for that!

    I've finally been able to switch to the C3 runtime thanks to it.

    Bug report: I'm using a lot of transparency in my sprites, especially on the borders of the image, and the transparent areas seems to be blackened somehow. Here is an image showing you the correct version on the left (C2 runtime) and the bugged version on the right (C3 runtime).

    Don't pay attention to the background which isn't 100% the same, just look at the black "outline" around the arm, hand, and every separated part of the scml object.

    Thanks again! :)

  • Try Construct 3

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

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

    I export my game through C2's Cordova export, then using C3's export manager, then in Xcode to create an iOS .ipa.

    The problem I have is that the status bar stays visible even though I asked C2's export option to hide it (in the Cordova options). Is it a known bug, or did I do something wrong?

    I can't release like that, so any help would be greatly appreciated!

  • Thanks a lot for the info, I'll try to see how to do this.

    Ashley

    For your information, the Cordova export option "Hide Status Bar" doesn't seem to work in C2 - iOS. The status bar is still visible after being exported with C2 (Cordova) + C3 export manager.

    Is there a place where I could report C2 bugs?

    github.com/Scirra/Construct-3-bugs ?

  • Hi everyone,

    I exported my game to iOS, but I have several testers telling me that they sometimes have the black status bar visible, even though I asked the game to go fullscreen (and the game is correctly fullscreened on every other device). Sometime it is hidden, sometimes it is visible.

    Any idea what I'm doing wrong?

    Thanks !

  • Thanks a lot !

  • Hi everyone,

    Everything is in the title. Is there any way to replace the black bars of letterbox scale by anything else? I'd like to avoid using another "fullscreen in browser" method if possible. So no scale inner, outer or such stuff.

    Thanks!

  • Hi everyone,

    Everything is in the title, I need to export my game as Android APK, but it looks like the platform doesn't support Cordova. Is there any workaround?

    -Cocoon.js

    -Anything in the same style?

    -Any possibility to import the code (HTML5 code for example) into another game engine in order to export it?

    Thanks !

  • Hi everyone,

    I'm currently beta testing my C2 game Healear's Quest on Android and iOS. Testers have no problem at all on Android, but everyone has crashes on iOS. The game simply resets during a combat.

    I suppose this should be a RAM problem. What's weird is that my current Android phone has only 1.5 Gb RAM and never crashes the game, while the iPhone 7 has 2 Gb, the iPhone X has 3 Gb and users are complaining about crashes.

    It's exactly the same code built in C2 then using C3's export manager and Xcode.

    Any idea of what could be the problem or any solution?

    Thanks!

  • Following up, I've been able to create a signed APK.

    I did a few tests and it seems like the ID, Author, website, etc of the C2 project was somehow causing the problem, even though everything was filled. I've modified some of the fields and now it works. :)

  • Hi everyone,

    All is in the title. I followed this tutorial ( construct.net/en/tutorials/building-a-signed-apk-for-android-in-construct-3-28 ) to create a signed APK, but I just get an "Build Failed / error" message from the export manager.

    I don't see where I could have done something wrong. The only unclear point to me is that the Key Name should be what I've put in "Alias" when creating the keystore.jks file, right? If so, I believe everything should be correct.

    Any idea of what could be the problem?