Edgar's Recent Forum Activity

  • I'm having a similar problem.

    I want to send information to a PHP via AJAX POST and I want to encrypt the parameters I'm sending in the query string.

    I'm being able to encrypt using the cryptography plugin, but I cant find a tool using AES-GCM outside Construct 3 that will decrypt it.

    I read the manual and the addition Ashley posted:

    Bytes Description

    0-1 Reserved (must be 0)

    1-17 Salt (16 bytes)

    17-29 Initialization vector (aka IV, 12 bytes)

    29-33 Iterations (uint32, 4 bytes)

    33+ Encrypted data payload

    However it is of no much use as there is no way to define these parameters beforehand and after the encrypted string is generated, all the metadata is already encrypted except for the password.

    Is there any way I can encrypt in C3 and decrypt serverside defining only password?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello all!

    Well, I'm trying to develop a game for Raspberry Pi 3 B+. I very well aware that RPI3 is an underpowered system but Im developing a very simple game. Its just a prize when with a couple of animations.

    I found that using frame by frame animations would be the most efficient all around. I'm making animations that have no more than 15 frames and are 520x520px. I export the HTML using the compression and the sprites are generated by C3.

    2 animations are triggered one by user input and the other is triggered by the end of the first one.

    When I execute the log of the browser gives me this error:

    RENDER WARNING: texture bound to texture unit 0 is not renderable. It might be non-power-of-2 or have incompatible texture filtering (maybe)?

    So the sprite is a power of 2 (C3 makes sure of that, and the texture filtering shouldnt be a problem.

    What am I doing wrong?

    Thanks!

  • I'm actually looking for the same thing! Have you gotten any progress with that?

Edgar's avatar

Edgar

Member since 3 Apr, 2012

None one is following Edgar yet!

Trophy Case

  • 12-Year Club
  • RTFM Read the fabulous manual
  • Email Verified

Progress

14/44
How to earn trophies