Radulepy's Forum Posts

  • Anonnymitet

    CW = Crosswalk ?

    headpain

    They said they will take down my app in 60 days ....

    TiAm

    The problem is since nov. 2014 why isn't a fix yet?

    Anonnymitet

    headpain

    TiAm

    What should I do now?

    Should I just wait. I dont know what CW version I made the game but I think that in 2 weeks I will republish my game...

    Thanks guys.

  • Hi,

    Firstly i wanna say that I read almost all what I found on the forum on the OpenSSL Intel XDK problem.

    So i made a game and I recived that warning with intel xdk and after 1-2 weeks it disappears.

    Since than i didn't republish my game anymore ( with the updated Intel XDK )

    Today <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad"> I recive a warning with a deadline on mail ( from Google Play)

    Mail (optional):

    We wanted to let you know that your app(s) listed below statically link against a version of OpenSSL that has multiple security vulnerabilities for users. Please migrate your app(s) to an updated version of OpenSSL within 60 days of this notification. Beginning 7/7/15, Google Play will block publishing of any new apps and updates that use older, unsupported versions of OpenSSL (see below for details).

    REASON FOR WARNING: Violation of the dangerous products provision of the Content Policy and section 4.4 of the Developer Distribution Agreement.

    The vulnerabilities were fixed in OpenSSL versions beginning with 1.0.1h, 1.0.0m, and 0.9.8za. To confirm your OpenSSL version, you can do a grep via: $ unzip -p YourApp.apk | strings | grep "OpenSSL"

    For more information about the vulnerability, please see this OpenSSL Security Advisory. To confirm that you’ve upgraded correctly, upload the updated version of the app(s) to the Developer Console and check back after five hours. For other technical questions about managing OpenSSL, please use https://groups.google.com/forum/#!forum ... nssl.users or http://www.stackoverflow.com/questions.

    This is the second warning you’ve received from Google Play. In 60 days, we will not accept app updates containing the vulnerabilities. In addition, we will reject new apps containing the vulnerabilities.

    ... and they warned me about beeing banned for 3 apps like this.

    And in 60 (if i didn't solve this my game will be "banned")

    So what to do?

    I reexported the app again with Intel XDK and nothing changed...

    Do I must add anything else in Intel XDK/ C2?

    Thank You

  • volkiller730

    Yeah, i read it twice this year, just to be sure.

    usman Haq

    Thank you for your feedback.Good luck with your games.

  • Try Construct 3

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

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

    I have a question :

    If i made a game with a ball and some platforms and there are like 100 lvls, and on any layout there are simple sprites (almost 10-20 obj on a layout) that have the behaviour solid, physics and a ball with physics. Coul my game have/ be laggy on mobile phones ?

    I can't export now becouse I do not have a license momentary, but I will buy one in a month.

    I'm wonder If it will be lag or what kind of performance issues could there be?

    P.S. the sprites arn't big, they are like 72,28 pixels but there are like 20 on a layout.

    I'm not using a lot of memory ( I looked in the debugger) but i don't know if there will be performance issues.

    Thanks a lot.

  • Ok , i think i made it.

    The problem was with the collision ( i set it up on bounding box and all done)

    If anything appears I will let you know

    Thank you for support.

  • Zed2100

    Here is the .capx

    https://docs.google.com/file/d/0B2orsdO ... U1SlU/edit

    If you stop the ball with a little help from the metal platform, it will freeze if the ball has stoped.

    Thank you.

  • Hi,

    I made a simple game using Drag & Drop solid platforms and a ball

    The problem is that when i stop the ball (speed = 0) with the platform and wait for like 1 second the ball will be freezing, and I can't move it anymore even if i move the platform from under the ball.

    Could anybody help me fix this?

    Thanks in advance.

  • rho,

    Thanks man, you helped me a lot.

  • rho troublesum

    Could I ask you guys something?

    I made a small logo for me and it has something like pac man could i publish it or I will violate some rights?

  • rho troublesum

    OK, so I should buy a cheap pc and do it a "server' out of it.

    Understood, Thanks

  • Hello, I want to make my own multiplayer game without internet hosting.

    If i buy a NAS server ( Network Attaches Storage) could I use it for a game server.

    I don't want to buy a online server ( hosting) becous I want to make a big, stable multiplayer game(s)

    Thank you

  • Hello, I made a platformer,

    How can I make him move boxes?

    Thank you

  • Have you any idea of this;

    I have a tank and a turret on it , differents sprites and when I distroy the tank the turret stays and if i do this " tank on destroi -> destroy turret" it destrois all tank turrets.

    Any idea how to fix this?

  • Thank you

  • Hi,

    I made some tank bots and their health is a global variable (=30)

    if bullet on collision with bot , subtract 10 from bothealth.

    But if I kill a bot and another had respawn the bouth bots are killed.

    How must I make to kill just the hitted bot?

    have I made something wrong?

    Thanks.