tecbug's Forum Posts

  • Yep. It works :)

    Thanks

  • I'm using "Remote preview" frequently. If I start running the preview (copy link and paste it in browser) i can test my game in browser - cool. Then I can just press Remote preview button to update the game in browser - soper cool.

    But the remote preview window is always on top, and obscures other windows. I'd like to hide or dock it somewhere so I could continue my work without closing Remote preview window.

  • In Hierarchy properties I can select whitch properties are locked/synchronized with parent while running the game (it's very handy).

    Is there possibility to lock properties to parent in editor. I'd like to move only parent and that all children would follow this parent.

  • Great.

    MadSpy please note that when you do as showed in the example:

    overlay will flicker when it appears (shift+tab).

    Because of this i made it this way:

  • TheRealDannyyy Yes! This helped me.

    I only changed when Force redraw was triggered:

    rather than showed in the example.

    Now it looks good.

    Thank you both TheRealDannyyy and BackendFreak!

  • TheRealDannyyy , MadSpy any good news?

    Unfortunately there is another issue:

    BitDefender keeps on removing nw.exe from users system. It says it has some PUA's packed into it. I used latest NWjs v0.19.2.

    I used Resource Hacker v.4.2.5 to change icon - maybe this is causing the problem. Did you encountered similar problems?

  • Thank you for your answer. Is there any way I could avoid this happening?

  • TheRealDannyyy Amazing post. Thank you.

    I have Steam overlay problem for my game exported in NWjs. Maybe you could help me.

    C2 and game configuration:

    • NWjs v0.19.2 (Chromium 55) released 14th December 2016
    • Construct 2 Release r239 (last stable)
    • Game "Fullscreen in browser" property set to "Letterbox Integer scale"
    • Game resolution is 1366x768

    Steps to reproduce:

    1. Launch a game on a Steam (on screen bigger than 1366x768)

    2. Press shift+tab to show overlay

    3. Press shift+tab to hide overlay

    Effect / issue:

    there is still an overlay in the background:

    Game normally has black background like this:

    If I switch to other application (alt+tab) and return to game - the background is black again.

    How to fix this issue with overlay staying in the background of my game?

  • Some mobile games have "watch ad to get XXX" feature. The ad is mostly video, reward is mostly ingame currency or possibility to continue.

    I'd like to make something like this in C2, but what to use? AdMob?

  • TiAm Are you planning to update this great plugin?

  • Unfortunately that doesn't change anything. Issue still exists.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Is there no solution for this issue? Should I report this as a bug?

  • I want my game to be in letterscale mode fullscreen for smaller screens but in centered fullsceen mode for big screens.

    So I made it like this (1):

    But app always opens in mode selected here (2)

    It looks that Configuration settings override code logic for browser object.

    Is there any possibility to do it like I want it to be (different fullscreen mode for different monitor resolutions)?

    ---

    Despite fact that it's either a bug or there should be no options in Browser > Request fullscreen

    as they do no effect.

  • Does anybody have idea?

  • Line of sight checks if objects can see each other by checking is it possible to draw line between origins of those objects. But is it possible to check line of sight between bounding boxes of compared objects?

    This would be useful for big objects.