Headbang Games's Forum Posts

  • Ashely Oh and I believe what jobel meant is that having chrome running while working on the NWjs version of C3 impact the performance, for me I don't see much affect on the editor, but previewing (popup window) is very slow and choppy if chrome is also running.

  • Ashley I can confirm that I has many issues with large event sheets when I imported my C2 project, I had to split some of them because it was unbearably slow.

    I haven't opened it in like 3 months, so I decided to give it a go and see something changed.

    The good news is it seems to work faster, though still a bit slow with collapsing events with many sub-events.

    But I did encountered a few bugs on the way.

    1. When I tried to open the project I got a message that I'm missing the greenworks plugin, which I didn't remove. Don't know what happened to it, but I reinstalled it and that's that.

    2. When I tried opening my project (local folder project) it got stuck on the loading screen (no percentage counting showed at any point, just the text "opening") and it never stops.

    I tried to switch to the stable branch (I'm working with the NWjs version, 0.46.3 with the new package.json), but there's no open local folder in the stable branch, only open local file... ?

    So I packed it into a zip and renamed it, and it opened just fine on both the stable and beta branches.

    I tried re-saving the project in a new directory and open it up, still not working...

    Also when I try to open a .c3proj file straight from windows, I get a message that C3 can't open that file and can only open single local files, but I'm pretty sure it worked before.

  • I see, thanks for the info!

  • I'm not necessarily talking about predefined animation, say you want an object to rotate with physics or a bullet, even sine angle, if you want to have variations you are very limited with pre-rendered animations.

    Also what about layers rotation for camera control, would it look better than what we get now?

  • I don't really know or understand how canvas drawing works, anyone out there with the knowledge?

    Is this method something worth looking into, can it be implemented in C3, how much overhead should be expected from something like this?

    en.wikipedia.org/wiki/Pixel-art_scaling_algorithms

  • Can I somehow make C3 NW.js version run in the background more efficiently?

    If i'm exporting for example and the window is not active the process will not advance until I return to C3.

    What's more bugging is if I preview in full-screen or a maximized window and then preview again without closing the previous preview, windows will switch to the game window before the loading action is completed and it will take a few extra seconds for the preview window to update, if I alt+tab back to C3 right after pressing the preview button, the loading completes in an instance and the preview updates on the spot, just like when working with a non maximized window.

  • Hi please contact me if the position is still available.

    I work with C2 and C3, I have my own games published on Steam and Google play and I made over 100 mini games for clients.

    headbangames.com

    avishaymizravtss@gmail.com

  • Hi please contact me if the position is still available.

    I work with C2 and C3, I have my own games published on Steam and Google play and I made over 100 mini games for clients.

    headbangames.com

    avishaymizravfro@gmail.com

  • Hi everyone,

    My f2p hyper casual timing puzzle game made in C3 has officially released on Google Play, check it out!

    play.google.com/store/apps/details

    P.S. No micro transactions.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Maybe an over-ride flag on a sprite object to manually attach it to a layout.

    Most of the images went into the right sheets, it's just a matter of 2-3 images that get on the wrong sheet.

  • Maybe an over-ride flag on a sprite object to manually attach it to a layout.

    Most of the images went into the right sheets, it's just a matter of 2-3 images that get on the wrong sheet.

  • Making a sample project with just these object will probably change how the sprite sheets are created.

    Here are all the refrences to this object, it is used in all the castles and the main game layout and also in the challenges layout, they are not created dynamically anywhere.

  • In this is the other way around, because they are already on the layout they get on the sprite, but the wrong one.

    What about giving us the option to select on which sprite sheet it will fit and we'll decide what is important where?

  • I have this challenge selection screen with high res icons.

    I'm using one of the game's background objects for the background decoration of this screen (the mountain).

    I don't use any of the icons during the game itself.

    This is one example, I have like 3 large filled sheets with just one small object I really use in gameplay.

    I'm sure that's not efficient for the game.

    Other then removing that mountain from the challenges screen and creating it in run-time (which in turns cause legs in image loading), which if I understand right suppose to remove it from this sheet, is there another way I can handle this kind of cases?

    Ashley

  • Ok, this is surely a bug..

    I noticed that I was passing the numbers as strings to begin with, like so "3".

    So I changed it into numbers and I didn't get an error message when I tried to convert, but it didn't convert it either.

    Using the find references to function returns nothing, and with a text search I see that the new function event was created one line below the old one, but that line of code is not appearing on the event sheet.