corlenbelspar's Recent Forum Activity

  • I guess I'll just have to keep using C3 in Chrome then until it maybe works in a future update.

  • I waited for about a year and a half for C3 to take 5 seconds or less in NWjs to start a preview when it had been taking upwards of 45 seconds or longer. Now that it stopped doing that and I saved my project as a folder from NWjs C3, it just seems to indefinitely get stuck on the opening load bar.

  • i have only one question

    any android popular game made by construct 3

    only popular gamees made by construct 3 for android

    Sir, I make game in Construct 3, sir. Sir. It is good OK cool.

  • I used this before in one of my games to test some multiplayer online coop stuff. You don't have to really integrate your game with it, you just run Parsec itself along with your friend and their gamepad they're using will show up as a gamepad on your PC that they can then use through your game.

  • I've already spent a long time trying to optimise the event sheet layout. Unfortunately though the layout is all calculated by the browser, and improving layout performance in browsers seems to be a kind of dark art that is barely covered by any documentation or official performance advice. You can find some blog posts on the subject but they cover just the most simple, trivial changes that we're long past. So I don't really know what else could improve it. Maybe different browsers perform better.

    In short the more content that is visible (i.e. expanded) in the event sheet view, the more layout work the browser has to do. It's possible some combination of CSS properties would improve it, but we have little more than sheer guesswork to go on, and I already spent a long time on it. You can play around with it yourself tweaking styles in dev tools. If you find anything that makes a significant difference, I'd be interested to know what that is.

    Yeah I guess you can't really do much else like if any of us used C3 but didn't have the CPU profiler when sometimes a single event done in the incorrect order can cause massive performance issues in the game we're making but we would have to just guess blindly much the same, but we don't have that hypothetical issue because you gave us a profiler. I think thus far you've probably worked the engine to a top notch state for now.

  • > hypothetically

    ?

    Visual grouping element would be same as Event group, when you close group you get all perf back from events that are now hidden. And user can test event group, it's no longer hypothetically.

    As said I have no clue how browser technology works under the hood like I do know stuff like C#. So that's why I thought maybe the GUI elements of the event sheets and project bar tree and such are being needlessly visually processed for parts that you can't even see due to being scrolled out of view and this problem could probably be averted if graphic processing was stopped on elements you can't see, but Ashley knows far more about this than I do considering he also made C3, so this might already be done or is not an option.

  • An event can get really long if you have a lot of actions all on the top tier, which is somewhat obtrusive when its longer than the screen. If you take and add a blank sub event, and place the actions on it you will get the collapse arrow. Its much more manageable when the bulk is hidden there.

    Yeah I use blank events for organizational purposes such as what you said. It is actually useful in other ways beyond reducing lag.

  • There are ways to improve it.

    1. use default theme only

    2. upvote my suggestion construct3.ideas.aha.io/ideas/C3-I-1231

    Editor needs extra grouping element. So you can hide events and action to improve performance and look

    3. Find Css bug, report Github, then report Crbugs and in months you get it fixed :)

    I do use the default theme since I'm someone who doesn't care if my tools look pretty, I only care about their raw capabilities and power. My friend said something along the lines of your suggestion hypothetically could improve C3 GUI lag in much larger projects, but I don't know enough about browser technology to say one way or the other despite I do know things like C# but I find C3 makes me able to do 10x more in the same amount of time as if I actually wrote programming for just one thing and if you optimize your game enough then you can do even more than Unity from that I've found where I had like 800 enemies on screen in one of my games that use line of sight and test every single tile they are on for terrain type while also testing every single character constantly that is on screen to see if their team IDs match or not to determine if they should attack each other and that was only when the game started to become to slow in FPS, but this is definitely A++ acceptable performance because my game is 320x240 resolution but I would never even need 100 enemies on screen at once even if the resolution was 1024x768 lol. Even if I've complained a lot about C3 at times, I have stuck with it for about 3 years now despite having only a subscription payment option I hated at first because it has always shown a lot of potential when it already is really good compared to some of the most popular IDEs.

  • I just have some event sheets that have rather complex functions that can't be simplified any further and will actually make the project messier if I start just putting each one on individual sheets like I probably will have to do so the GUI doesn't lag from them all being expanded. If it's just unavoidable that the GUI is like this then it's alright and no biggie either. I also don't really need to ever expand the whole project bar tree, so that's not really an issue for me per se, but was related. I just thought I should ask if there's anything I need to change like Chrome flags to help it. Thanks for the answers. As said, even if it lags like this, it's still infinitely better than like GMS that freezes for like 2 minutes when you type in the first letter into the search bar for project elements and this is my PC so I can only say they need to do something if they want GMS to outperform C3. lol

  • Well like I said, I can work around this by just collapsing my entire project bar tree or the event sheet I'm in or just go to a layout editor before using something like the animation editor so it doesn't have lag issues like this that cause C3 to almost be unusable. I just hoped maybe there is something I can change with my Windows settings or download some patch for my computer to improve performance related to C3 or what have you. It isn't really an insurmountable hurdle, but it would definitely make workflow much better for me. Even despite all this, I've used GameMaker Studio before and Construct 3's workflow is infinitely superior being able to do things like start a preview in 5 seconds or less while GMS takes like 3 minutes just to tell you there's a simple typo in your code. lmfao anyone who tries to say GMS is better just has no clue what they're talking about.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I'm not sure why I would be having a memory issue when my computer has 16GB of RAM, but C3 works off things like browser tabs, so it might be a thing still?

    I have a lot of events because some functions have a ton of conditions and nested events and there is no way to break them down further because I have spent a ridiculous amount of time optimizing the game. Unless I'm not thinking of something. In one instance there's a function that makes the player character fire 1 out of 100+ different weapons based on which they have equipped. It really needs to be done through a function only because if the game just checks that amount of events every tick, there's a drastic higher impact on performance.

    I never had this kind of lag ever in Construct 2 with even more complex states in my games and I can go into regedit.exe that comes with Windows and expand like 5 million entries on the registry tree and it doesn't lag at all.

  • I don't seem to recall Construct 2 itself ever lagging when a large event sheet of 1000+ events is open with all nested events expanded or if I just expand everything on the project bar tree of my game if I have thousands of different object types. It gets really bad where I have to sometimes just swap to a layout in the editor so things like the animation editor don't lag 5 seconds behind my mouse being moved and clicked.

    This has been going on for probably years now where I assumed it was just Construct 3 was being refined more to improve performance, but it's still a major issue. I can mostly work around it if I pick collapse all on large event sheets and my project bar tree, but... I've never seen this kind of lag in any other program and I wouldn't think this would be a common occurrence I have to just constantly waste time working around.

    So I'm assuming I'm doing something wrong or maybe I need to update something unrelated to get rid of this lag?

corlenbelspar's avatar

corlenbelspar

Member since 14 Aug, 2013

Twitter
corlenbelspar has 1 followers

Connect with corlenbelspar

Trophy Case

  • 11-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x3
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

17/44
How to earn trophies