Jase00's Recent Forum Activity

  • Hey there,

    This came up recently, check the below thread:

    construct.net/en/forum/construct-3/general-discussion-7/export-chrome-store-172116

  • Which version of C3 are you all using?

  • I wonder if this is a RAM issue. How much RAM does your computer have, and what GPU do you use?

    Do you use a gaming laptop? If so, perhaps the browsers you use are not using the dedicated GPU. This might be fixable with the nvidia/whatever software you use to configure your GPU, but in my case, I had to disable switchable graphics in my bios or something (this was years ago so I don't remember exactly what I did).

    I assume you have very busy layouts with many sprites and such placed everywhere? Could you try opening your project, then open a "smaller" layout that has less objects within? Does it crash?

    Can you open Kiwi Story or some of the example projects in C3, and see if it crashes?

    I know it ***** to be forced to use a browser when you've been happily using NWJS all this time, but I'm hoping you will find the cause to this problem, and I hope it's a smooth experience beyond this. I used to use C3 in NWJS ages ago, but I had so many terrible problems, such as NWJS unpredictably silently closing, without allowing me to save, even on a fresh install of Windows 10. I now use Chrome to run C3 (I don't use Chrome for anything else except C3) and I use remote preview, along with the remote preview tool, to test in NWJS. And I got to say, using Chrome has been the MOST stable C3 experience I've had so far - I wish hadn't faffed around with C3 in NWJS for so long. The only slowdown I get is when I have long event sheets with many sub-events and groups expanded, but I just collapse everything and it speeds up again. I don't really use layouts for my current project though, so I don't have any "busy" layouts to test if it crashes for me, other than my object repository layout, which is a bit slow, but no crashes.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes!!

    I was gifted one on my birthday, a 2 key macro keyboard. Your one looks really cool, with the dial and all.

    Using one of these has been greatly useful for C3 and Paint.NET (e.g. when doing repetitive tasks).

    I also recommend checking out AutoHotkey if you aren't aware of this. It's a bit confusing at first but it's worth learning about. I setup a macro to auto-type a date stamp, so when I write a comment in C3, I can tap on the key and instantly leave a date stamp so that I know when I wrote the comment.

    Too bad I knocked it off my desk by mistake and one of the keys stopped working...

  • Yep exactly that.

    I often organise my objects into folders, so I am looking around this area of C3 often.

    I am an idiot. But I'm a happy idiot now that I know this exists!

    Very informative!!

    Thanks again for the insight into this, I feel like I understand a lot more now.

    I totally know what you mean, especially when editing an existing system or something. The knock-on effect is unpredictable.

    After thinking this through, I think I can see the possible issues by adding something seemingly easy. Whilst it wouldn't affect existing projects for sure, if people began to use "force jump", it could interfere with double-jump, and then you'd end up with a bug report with a specific case for this, which leads to editing double jump, which could lead to many unexpected issues that DO affect other projects.

    Many thanks for the insight.

    I was curious about this specific request for a "force jump" action - would it actually take longer than an hour to code this into the platformer behaviour? I don't do plugin creation so I have no idea, maybe it takes a whole day to add/test this, I don't know, but it's why I'm asking.

    I get that there could be gotchas like, maybe it conflicts with another action, but like, all existing projects wouldn't be affected because its a new "action" and nothing more.

    Isn't it literally just the jump code but without a "is on ground" check?

    Out of curiosity, how long would it take for Scirra to add a "force jump" action to the platform behaviour?

    I figured the code is already there for the regular jump, so it's just copy pasting existing code and excluding the check for "is on ground"? Not much to test, wouldn't break other projects.

  • Absolutely! I wonder how many others are working on "big" projects and tend to get a bit lost when navigating around multiple event sheets with thousands of events.

    The project view search was such a huge revelation to me. I used to forget which folder an object was in, so I would go into a new event, search for the object and click it, go back, and then it'd tell me the folder it belongs in, which was a ridiculously long-winded way of finding an object! The search is a life-saver and I'm kicking myself for not realising it existed sooner, even though it was in plain sight all along.

  • Yeah the tips I posted were things I've done to speed things up in the current state of C3, although it's not ideal and I'd definitely be interested in seeing updates to find/bookmark bar. I also wonder if it would ever be possible to change object icons, because often it gets confusing having many families, arrays, dictionaries, etc. with the same icon.

    I'll throw votes at this, but please consider the bookmark bar suggestion too - If this was enhanced, then once some bookmarks are placed onto events that you often jump between, you may not need to use "find" as often in this case (whereas right now, if you bookmarked common events, it might build a huge list of bookmarks and it's not clear what each bookmark is there for. Even just giving each bookmark a text label would be a major improvement and I wouldn't keep clearing my list of bookmarks!)

    Also I use C3 all the time and endlessly read the manual, but somehow I never knew there was a "project view search". Thanks for highlighting this!

  • No probs, glad it was useful! I use C3 with 2 monitors, so I always have "find" and "find all references" popup windows on a 2nd monitor.

    3 other small tips to help with big projects:

    I often want to find when an object was created. If you search "create object sprite" or even just "object sprite" or "ct sprite", you'll often get the correct result fast.

    You can leave comments with "tags" within. Say you have a complex HUD feature that links to many different events and event sheets, I'd write comments such as "TagForSearch: HUD System" near each event. You can then do a search for "tagforsearch: HUD system" to find all related events of a system you created. You can also do a search for "tagforsearch" to list all of your "tags", which can be useful. Bonus points if you use autohotkey to map a key to auto-type "tagforsearch" so it saves time typing this when doing a search.

    Finally, emojis! Sometimes you might be working with, say, 3 different arrays, or multiple families. You can't change the icon of these types of objects, but it is very useful to have a visual indicator to what object is what, rather than having to read their name each time. Simply rename the array or whatever object to have an emoji such as a 🔴 or 🔵 or something distinctive, and you'll always instantly know what array you are looking at. You will even see the emoji within expressions as you scroll through your event sheets. Don't put the emoji at the start of the object name, or else you cannot quickly type its name when adding events, actions, or expressions. To be honest, I use this tip less, but I once had to do a massive change in my huge project to replace a spritefont object with a sprite object - by using "find all references" and giving the old spritefont a red 🔴 in its name and the new sprite is given a 🟢 in its name, it reminds me that "red is bad, this needs to be updated", and "green is good, this is correct". Sure I could have just kept using find all references, but seeing the little red dot amongst expressions helped me quickly edit my events to get the job done faster. Also just in case you didn't know, you can quickly get an emoji window to appear in Windows 10 by pressing "WINKEY + ." (Windows key and the period key).

    EDIT: I made a suggestion a year ago, for enhancing the bookmark bar. Looking at this again, perhaps "colourful bookmarks" isn't user-friendly to those with colour-blindness, but perhaps bookmarks could have unique icons or tags against them instead. Either way, consider voting if you are a C3 user that has a huge project to navigate! construct3-21h2.ideas.aha.io/ideas/C321H2-I-4

Jase00's avatar

Jase00

Member since 5 Jan, 2012

Twitter
Jase00 has 12 followers

Trophy Case

  • 13-Year Club
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x18
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x8
    Lightning Draw First person to up-vote a new Construct 3 release
  • x7
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

27/44
How to earn trophies