_FlameSlayed_'s Forum Posts

  • I've once made an antivirus in construct, so this time I'm making a mock operating system with terminal commands and such :]

  • I've used construct 3 for some handful of years now and there's this one glaring design flaw that I don't know is intentional or not.

    Every time I have a player character or just any other sprite that has multiple behaviors that I want to trigger on or off, it's the biggest annoyance for me to see a checkbox for MoveTo, Drop down list for platformer, and other formats for other behaviors.

    Can we just have one format for all the behaviors?

  • oh gah dauym i might be dumb

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • I use the Lock feature a lot, and it's really helpful in the visual editor. However, when it comes to unlocking objects it's a bit of a hassle as the only unlock options are "Unlock all" and "Unlock all on Layer X".

    I'm really hoping for a feature where users can unlock specific objects from, say, the project tab. Maybe it could have a list of all UIDs of the object type and an option to unlock them. That would be really helpful to a lot of Construct users, I believe.

    Thank you, and merry christmas.

  • twin are we really going to be seeing SDK3 in 2026 💔

  • I have installed the Steamworks plugin into my game and have exported it as WebView2 with no minification options. I specified my game ID in the options, I set it to developer, and yet no matter what I do the game seems to crash before even loading in the first layout. Does anyone know a fix for this? If so, respect and thanks to you.

  • i arrive here from the discord discussion

  • thanks for clearing it up, I'll get back with the results eventually

  • would this method work for multiple save slots, though?

  • And here i'm rather stuck. merging 5-7 projects into one project file is physically undoable, but there should be workarounds. can i utilize NWjs or webview to, maybe, load a separate exe file or load layouts and objects into the same project file?

  • thanks! someone should really make an addon for this.

  • Been experimenting with saving and loading, and am now looking for a way to clear save slots (like a slot reset).

    any way to do that, or any alternatives?

  • Recently I've been experimenting with shadow light in my game Devoid. It should work like it normally does, but some sprites don't cast shadows depending on the position of the shadow light.

    In the below image, a sprite on the right of the screen does not cast a shadow

    In the next image, the same sprite casts a shadow, but in its place another sprite refuses to do so:

    For each of the shadow caster sprites, i did modify the collision box so that it reveals some of the sprite, for the sake of the game not just having black walls. How do i fix the sprites not casting shadows, or are there alternatives to the effect that I'm aiming for?

  • Its me again with my bizarre forum posts. This time I want to discuss a huge security flaw with construct's multiplayer object, and the potential damage that can follow if the security flaw isn't fixed.

    We all know that multiplayer can be used to send messages across different devices. That's the entire premise of the feature. However, despite its primary use being to transmit data packages across different devices to synchronize player characters and other game instances, it can also be used with malicious intent.

    Take for instance, a fake game sent to a client PC. Multiplayer connects, and the host PC can now send remote code execution to the client PC via "broadcasting multiplayer messages", which when paired up with construct's built-in Javascript feature (that can be used to execute commands on a computer and interact with it in many ways,) creates one hell of a malware program.

    Multiplayer can then be paired with other features of construct, such as geolocation and camera, making for an even more dangerous tool. With the recent addition of file transfers to the Multiplayer instance, construct can, and most likely will if placed in the wrong hands, be used for malicious intent as a remote access trojan.

    And the cherry on top is that construct programs are trusted software. Essentially, this means that no antivirus will flag or even suspect a construct-exported application to be malware.

    I dont know how this was overlooked, but it is a big, BIG security flaw that can cause severe damage to not only individual client PC's, but to the trust and reputation of Scirra. Please, take this message from a game developer and penetration tester and fix the multiplayer security flaws.

    Thank you.