Ashley's Recent Forum Activity

  • What you're asking about is basically an implementation detail of how event sheets are saved to disk. Knowing more about that won't help you achieve your stated goals. For example if you know the ID for some specific action in the event system, that has no correlation to the equivalent in JavaScript or TypeScript coding. It won't help you, and may actually hinder you, with progressing on to coding - instead I would recommend our Learn JavaScript in Construct tutorial series.

    Further these IDs are just how Construct saves things to disk, and don't actually tell you anything about how the event system runs those event blocks. A better way to learn about that would be to inspect the documentation and make some exploration projects that test how Construct actually runs various combinations of event blocks.

    So I'm afraid I don't think it would actually help you to answer your question!

  • I will try to take a look at some point, but I have to say that in general, commercially supporting a product used by thousands of people over several years using 700+ lines of complicated code from a random person on the Internet often proves to be a nightmare, and our other experiments have run in to other bugs and limitations (like gamepad input not working) which I think would be a likely outcome here. It would probably work out a lot better if there was either support from Valve for WebView2, or better official support for render-to-texture for WebView2 (as this looks more of a hacky workaround).

  • You can just use the Gamepad API directly. This isn't yet supported with worker mode, but that defaults to off when using code anyway.

  • See our new guide on persisting browser storage.

  • normally a text adventure will be translated to many languages and right now it doesn't allow to be edited outside construct, reconstructing one by one by hand each dialogue is tedious on big storylines.

    You definitely shouldn't make a flowchart per language. Just have one flowchart for all languages, and instead of putting the actual text in the flowchart, just put the key to look up in the Internationalization object.

    Is that what you wanted the save/load JSON feature for? If so you shouldn't need it after all, as using one flowchart for all languages is a better solution.

  • It's difficult to help unless you share a copy of your project. I could never have possibly guessed the previous problem until you shared your project file.

  • sgilliam30 - can you file an issue on our tracker about that? I will follow up there.

  • Why do you need this? It sounds like the kind of question which is better answered by changing your workflow so you don't need the answer to this question.

  • I just checked and Remote Preview is working fine for me. It's difficult to help without more information. Try pressing F12 and see if a more detailed error message is in the browser console.

  • The Multiplayer plugin does not do leaderboards. It allows players to send data to each other over the Internet, but it does not permanently remember anything, so it cannot be used to remember things like hi-scores.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This thread is about the mobile app build service which handles Android and iOS exports. It is not involved with Windows WebView2 exports.

    If you believe you have run in to a problem with Construct please file an issue following all the guidelines, as we need all that information to be able to help.

  • Just as mentioned above, the possibility to load the entire flowchart, and to save it. So it will allow to read the flowchart as a file, like an array and json files, this helps on Dialogue oriented projects to be able to fix/translate/edit long chains of dialogues.

    I'm still not sure what you mean. At runtime there are two kinds of data for flowcharts: the model (which nodes you have and which they connect to), and the state (e.g. the current node). Do you mean one, the other, or both? Do you want some kind of tool to export a flowchart from the editor and then load that at runtime? Or do you want to load external data in to a flowchart in the editor? It's not clear what exactly you are saving and where, and how you want to load it as well.

    Communication is hard and we have this problem with most feature requests. It is surprisingly hard to figure out what people actually mean when they ask for something more or less in passing. To be clear it's helpful to describe things in detail, with step-by-step workflows, screenshot mockups, etc.

Ashley's avatar

Ashley

Early Adopter

Member since 21 May, 2007

Twitter
Ashley has 1,763,062 followers

Connect with Ashley

Trophy Case

  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • Forum Mega Brain Made 20,000 posts in the forums
  • x125
    Coach One of your tutorials has over 1,000 readers
  • x74
    Educator One of your tutorials has over 10,000 readers
  • x5
    Teacher One of your tutorials has over 100,000 readers
  • Sensei One of your tutorials has over 1,000,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • x42
    Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

32/44
How to earn trophies

Blogs