Ubru's Forum Posts

  • Hello I am making a platform game and I cant figure how to deal with multiple "lights" in more layers with different parallax, I will try to describe it.

    I am talking about thing from beginner examples - "Simple lighting" there is a layer with black color, force own texture and then some object (white circle) with blend mode - "destination out" so it works like light in that black colored layer, fine.

    But I am making platform game where main layer has 100% parallax, level is bigger then one screen. And I have got another back layer for clouds/sun etc where parallax is 0% and I want to have source of lights both at main layer and at back layer, how to make it?

    It seems that all light sources must be in same black colored layer to work but how to deal with light sources with need of different parallax? Let me tell you example...

    I have got player who is light source at main layer (moving in bigger level) and also have got for example sun/moon at back layer which should be at same position (maybe sun is moving at the back but with 0% parallax).

    I hope it is enough understandable and I hope someone come up with idea, thanks in advance.

  • Still looking for new proyects!

    HI I am a "hobby" game dev and I love making something interesting and fun to play. With Construct it is really creative process and I am playing with C classic/C2/C3 for many years. But my main problem with creations is no graphic skill so I really would like to find someone who has same passion and has some skill with 2D graphic, so if you interested please email me on: ubruuu@gmail.com

  • Hello I was few days off so I am back and I tried that variant with more rays especially 3 rays. With approx 40px width laser beam it looks okey.

    files.fm/f/rv3tf7kt

    I modified example file adding these rays and set length of beam like min of 3 ray´s length. So thank you for tip I think it will be enough accurate for me :))

  • Please any solution how to make it? :)) Thanks in advance.

  • Hello I would like to make aiming helper line with some thickness.

    For better understanding take advance example "Instant hit laser" (from Scirra) there is similar behavior with that laser that changing length due to obstacles but there is used Line of sight behavior and "Cast ray", but that ray has 0 thickness.

    I would like to make similar thing but that line has some thickness like on this example image.

    I will be really glad for any help and tips how to make it. I was trying something with "firing" many bullets with high speed and due to theirs collisions changing length of line but it is not instant and seems not ideal solution for performance.

  • Ubru, did you ever find a version of Rex RotateTo? I desperately need it.

    Hi yes here is the link for more ported plugins/behaviors:

    github.com/erenertugrul/construct-plugins

    You can say "thank you" to that guy Eren, he did really great job.

  • Anyone any help? I will be really glad :))) I thing it is common thing in multiplayer games so it will be also good example for everyone.

  • I know it is a lot of work and is inappropriate for ask but is there someone who can modify C3 template to this type? I really even cant imagine how to make it.

    Thank you for answer.

  • Hello I would like to ask about multiplayer game pong (using official template from C3).

    When you join a game as host you are at the left side of the screen, then another player (peer) will be on the right side. Both host and peer see host on the left and peer on the right, how can I change it that every time player locally see yourself on the left side and opponent will be on the right side (no matter if the player is host or peer)? Is there any function or trick how to do it, because in multiplayer games it is basic thing.

    For example when I take that pong and modify it for portrait orientation, then I want to be that player at the bottom every time, it is weird to control paddle at top, also when I want to add some HUD power-ups buttons to the bottom I need for both players (host and peer) to show that player and others stuff (locally) at the bottom and opponent at the top. So for peer it must be somehow switched.

    Thank you very much for help I thing it is essential for multiplayer games.

    Tagged:

    BUMP my last post, please anyone some useful tips and description?? I will be really glad. :))

    Multiplayer in C3 is now "thing of interest" for me or how to say it. :)

    I would like to ask about connection with Multiplayer plugin in C3, I read all these manuals as Ashley mentioned and yea it is difficult but thanks Ashley that it is very well described. I also tried chat example and experimenting with it.

    1. When I am on same WiFi network it works 100% like Lan.
    2. When I am on different WiFi there is sometimes problem then peer is disconnected so I guessing that host must be behind proxy, NAT or blocked some ports etc.. am I right? Simply host is not visible for peers.
    3. I also tried it via mobile data connection and it did not work. What is different in this case?
    4. What about publishing the multiplayer game (via C3 and their signaling server) on Google Play? Can there be a problem with the content (referring to the server) or requirements of additional permission on mobile?
    5. Lastly what about predefined Google play games API for multiplayer similiar to Google play games Leaderboards etc is it possible to implement it in C3 and may it be better?

    Sorry for maybe strange questions but I am begginer in this area and I will be really glad for further explanation and tips for better understanding of whole thing. :))

  • BUMP, please I need to solve this and I do not know how. I did classic export of signed APK and there is problem in google play, why?

  • Hello, I have got dev account on google play and I want to upload my dev version of game and publish it for testing (alpha/beta etc) but when I try to upload my signed .APK file on google play console there is problem:

    Upload failed

    You uploaded an APK or Android App Bundle signed with a certificate that will expire too soon. The APK or Android App Bundle package needs to be signed with a longer validity certificate.

    What is it? I was creating a new keystore via Construct 3 and there was availability about 10 years or what so where is the problem?? Thank you very much for advice now I dunno how to publish anything :((

  • Hi I tested it and for me it is working, so I really dunno what problem do you have. Maybe other can help.

    But I notices that there are not precious collisions with these solid obstacles and ball is going through corners of solid obstacles.

    By the way change collision mask on ball now you have square and maybe rise cell borders on pathfinding at ball for example for 5 (now you have -1).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thank you very much for advice. I do not know how but somehow I missed it :D my fault.