Creating a fullscreen, low-resolution game? (QUESTION)

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • edit: I updated the template in my dropbox. Now a template for infinite scrolling games got included in the .mfa. If you have got an infinite playfield you don't need to adjust and check for compatibility with the virtual playfield as the virtual area will always be > frame size.

    Please login to see this link.

    Great! Thanks! I'll test it out sometime soon, I've been working on the Kickstarter for my project, and I am launching it on Thursday, so it might be a bit before I can test this out.

    Please login to see this link.

  • edit: I updated the template in my dropbox. Now a template for infinite scrolling games got included in the .mfa. If you have got an infinite playfield you don't need to adjust and check for compatibility with the virtual playfield as the virtual area will always be > frame size.

    Please login to see this link.

    Julian82 It works great! The pixels are crisp both when I build the application, and in editor. The problem is that the mouse is off center, even on your example. I made it so when you click on Zelda it destroys it, but you have to click above and to the left to do so. Is there a way to fix this?

    Please login to see this link.

  • Although it's not obvious at first glance, my template uses the ultimate fullscreen object and produces the same issues when it comes to using the desktop mouse pointer. Ultimate fullscreen scales up your game window to fit your desktop size, but this is only a visual effect. The active clickable window stays the original size, so mouse coordinates will be offset. That's my theory on the issue, I think there are separate threads that discussed it too as well as possible workaraounds. I took the probably simplest solution and made a custom mouse pointer for my game using the "mouse controlled" movement, which will disable the windows mouse pointer in favour of your custom movement. The downfall is you'll have to custom-code commands like double klicking after this. With a mouse-controlled object in your frame only "single klick" and "repeat while mouse key is pressed" are recognized. But that's not really a problem in the end and your game looks pretty advanced anyway, so you`ll be able to do it. I also tried to keep the windows mouse pointer using offset calculations, but did not manage to get this working. Two more side notes if you go with a mouse-controlled custom pointer:

    1. You should make sure your window minimizes to the taskbar if the user is alt-tabbing out of your game (the template does this by default). An open Fusion window running in the background with mouse-controlled objects in it will still disable the windows mouse pointer in some cases until you kill the app through the task manager. If you minimize the window when not active, everything will be fine though and my code auto-recalls the scaling routine after maximizing anyway, so in case the user changes desktop resolution or switches to another monitor the new display will still be pixel perfect.

    2. The Steam Overlay is NOT affected by this, still works fine as intended and the mouse pointer is not blocked. There's a separate thread out there about Ultimate Fullscreen issues with the steam overlay, those never occurred to me using my template.

    Please login to see this link.
    Please login to see this link. | Please login to see this link. | Please login to see this link. | Please login to see this link.

    Edited once, last by Julian82 (October 28, 2017 at 7:44 PM).

  • Ah okay. I have a few questions about this solution though:
    1) How do you decrease the speed of the mouse controlled object?
    2) Just to make sure I am doing this right. Will I need to have 2 objects, with one that is 1 pixel, and whenever that 1 pixel object is overlapping something I want to click on test if Player 1 Fire 1 key is pressed? And then I will also need to have a 1 pixel object for every layer I will be clicking?

    3) If I won't be releasing my game until around May probably, should I just wait until Fusion 3 comes out and see if it fixes this whole issue?

    Thanks again for all your help!

    Please login to see this link.

  • Ah okay. I have a few questions about this solution though:
    1) How do you decrease the speed of the mouse controlled object?
    2) Just to make sure I am doing this right. Will I need to have 2 objects, with one that is 1 pixel, and whenever that 1 pixel object is overlapping something I want to click on test if Player 1 Fire 1 key is pressed? And then I will also need to have a 1 pixel object for every layer I will be clicking?

    3) If I won't be releasing my game until around May probably, should I just wait until Fusion 3 comes out and see if it fixes this whole issue?

    Thanks again for all your help!

    1) Don't know, did not have to do it for my game. Have you checked if lowering the desktop's mouse speed affects mouse control? Maybe start a new thread on the topic?
    2) You don't need to test fire 1, the normal mouse actions "user clicks - single click" and "repeat while mouse key is pressed" are still available. As I said: Double clicks won't be recognized anymore (but maybe this was fixed meanwhile, don't know). The mouse wheel also still works.
    Yes, I would create a pixel on every layer you need to check. What comes next and how many different click and drag options you make would highly depend on your specific needs.
    3) No, I don't think F3 will be stable and feature complete enough out of the box to directly release a commercial product with it, but that's just my opinion

    Please login to see this link.
    Please login to see this link. | Please login to see this link. | Please login to see this link. | Please login to see this link.

    Edited 2 times, last by Julian82 (October 30, 2017 at 8:49 PM).

  • 1) Don't know, did not have to do it for my game. Have you checked if lowering the desktop's mouse speed affects mouse control? Maybe start a new thread on the topic?
    2) You don't need to test fire 1, the normal mouse actions "user clicks - single click" and "repeat while mouse key is pressed" are still available. As I said: Double clicks won't be recognized anymore (but maybe this was fixed meanwhile, don't know). The mouse wheel also still works.
    Yes, I would create a pixel on every layer you need to check. What comes next and how many different click and drag options you make would highly depend on your specific needs.
    3) No, I don't think F3 will be stable and feature complete enough out of the box to directly release a commercial product with it, but that's just my opinion

    Alright thanks! That helps a lot. I started a new thread. And yes, decreasing the PC cursor speed does decrease the mouse controlled object speed.

    Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!