AmogusJS's Forum Posts

  • Hello;

    The new GPT you can write using chatGPT-4 announced a few days back would be very interesting. I guess it would be kind of like copilot?

    I don't know how it would work, would it have to be written by people at Scirra or could just anyone write one? I suppose one for javascript scripts will probably be written for any general javascript programmer--but I am interested in how a GPt might be written for the event system in COnstruct 3.

    Since the GPT writer is still in beta and I can't get hold of it, is there anyone here who has access to it and can see if it makes sense to try to use it on construct event sheets? would we have to give it all the construct event sheet exanples and tutorial for it to "learn" how to do it?

    yours

    winkr7

    I think it's already partially possible with the current chat gpt version - all construct 3 events are json data that it can read and somewhat understand (like when you copy them from the event sheet and then paste into the chat gpt dialogue)

    yours

    AmogusJS

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • It turned out Steam does not allow to upload two separate Mac builds - one for Intel and another for Apple Silicon devices. We can only use one build and it must be Intel, because it's compatible with all macs.

    Will it be possible to create a universal "fat" build which includes both Intel+ARM NWjs exports? There is a discussion in this post (scroll to the end), but I don't see a solution.

    You can create two launch options pointing at two different executable files uploaded to the same depot: one for the proper Intel version and another one for the Apple's thing. (check the steamworks docs here, you have to scroll to the 'Initial Setup for New SteamPipe Apps' section.)

    Players then will be able to select which build to play.