work3's Forum Posts

  • So you are saying the window Size is 480x640, including the app window? Can you send a screenshot of your desktop? Also what version of nw.js are you using?

    Thanks!

  • Hello, I am rebuilding a game from my old construct classic code.

    I was originally using the construct classic RTS object with pathfinding OFF to create simple and smooth camera control, as I could just tell the object to move to the next camera waypoint the object would accurately automatically turn, like a car to the correct angle of the next object reliably while still moving. Now I find C2 doesn't have that same behavior.

    whats the closest, framerate friendly method I can use to accurately "drive" a camera focus point with smooth turns with variable speeds with minimal code effort between waypoints without pathfinding calculation. Is there anything with spline functionality that allows speed and acceleration changes?

    Thanks as always.

  • you can make one yourself by just making a 480x640 window, setting the browser to nwJS and not using fullscreen.

    but heres an example with no event - the 480x640 area appears in a larger padded out window for no reason.

    https://my.pcloud.com/publink/show?code ... dFJmIz8B6k

  • I am not using fullscreen in browser.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • can this be used to create a skybox?

    Thanks!

    Hello. Hopefully someone will be kind enough to answer.

    when I run my app in a window, the window size should be 480,640 , but it is coming out at 720,960.

    I need the window to be exactly 480x640.

    I can only preview my 480x640 window at the correct size with letterbox integer scale and use high DPI display set to ON. - and that shows the correct size, but only in the center of a padded window 720,960.

    I read there are window size issues in nw.js at present, is there a workaround for this? or is there an older version of nw.js that doesn't do this?

    Any example files showing a potential workaround have gone due to dropbox..

    Thanks in advance.

  • Ah, I posted this in the c3 discussion, not C2 - sorry for my stupidity.

  • No, i am not - I turned request fullscreen on just to check what it did, and it scaled it up to the entire screen.

  • I can only preview my 480x640 window at the correct size with letterbox integer scale and use high DPI display set to ON.

    Same goes for exporting the file. anything else comes out scaled up..

  • Thankyou!

  • Thanks, I will take a look.

  • Hello. Hopefully someone will be kind enough to answer.

    when I run my app in a window, the window size should be 480,640 , but it is coming out at 720,960.

    I need the window to be exactly 480x640.

    I read there are window size issues in nw.js at present, is there a workaround for this? or is there an older version of nw.js that doesn't do this?

    Any example files showing a potential workaround have gone due to dropbox..

    Thanks in advance.

  • Is this still available? Link is dead. Thx!

  • gassian blur link no longer works - suspect many others dont too

  • Hello, I was just trying this plugin, using the exact same texture

    https://en.wikipedia.org/wiki/File:Skybox_example.png

    But the texture is totally misaligned - any Idea what Is wrong?

    Also, can you turn off lighting in any way?