russpuppy's Forum Posts

  • The SteamDB engine list is unfortunately only an educated guess, it isn't a guaranty that all these games were made with Construct, same for any other engine SteamDB is listing.

    So it can be a good starting point for further investigation, but I would not blindly put up a game on here without confirming that it's accurate.

    You're right! It doesn't even include my latest game. That's too bad that it's not more accurate

  • Here's a good list:

    steamdb.info/tech/Engine/Construct

    Edit: thanks TackerTacker for pointing out this is not a very complete list. It doesn't include my latest game either! So probably can't be really relied on

  • I want to use an instance of an object (targeted by the object's instance variable) to set the face on the 3D object. Is this possible? Or do I really need a different game object for every face?

    This doesn't seem to work, it just takes the first instance of the object it finds on the layout (doesn't look for the id in the condition)

  • that's a creative solution, seems to work. Thanks oosyrag

  • So take the asteroids template for example. In that template the bullet speed is the same regardless of the player ship current speed/moving angle, but how could one take into account the current moving angle of the player to adjust the bullet to fire more realistically?

  • They just approved Godot as a tag on twitch and would be great to get Construct 3 as a tag as well

    Please go vote for Construct on twitch here: https://twitch.uservoice.com/forums/310210-discover/suggestions/44140677-add-a-construct-3-tag

    Tagged:

  • Subscribe to Construct videos now

    ContactXAt and ContactYAt seems to return the correct X and Y and sometimes not (sometimes just returns x:0 and y:0). Is there a way to make it get the right coordinates correctly more consistently?

    Capx example

  • My biggest hang up right now is getting the access token. I can use the browser object to go to the URL (https://id.twitch.tv/oauth2/authorize) to grant permissions, but I don't know how to get the oath token from the redirect url parameter after granting... do I need to use ajax or something instead?

    Hoping to do this without the need for a hosted site to catch the redirect url

  • I'd to like to create a desktop app (NW.js) that anyone could use for their own Stream (not just for my own Stream). So I'm looking for the ability for the user to auth with the api, then redirect back to my game with the oath token so I can grab stream messages and post messages back to the stream. I could make them graph their oath from twitchapps.com but that doesn't seem like the best solution

    Not sure if that's close to what you've gotten to or if you're doing it a different method

  • have you integrated with bits?

  • I was trying to share the code for quite a while, but it had the word "TwitchCraft" in the title, and Scirra kept rejecting it because the word Twitch is copyrighted, even though that's not how copyright laws work XD

    haha! Well if there's anything we can do to incentivize you to share let us know... waiting with bated breath :D

  • AnD4D

    Good to hear you got this working. Are you able to interact with chat messages, get follower count, etc?

  • just to answer my own question and in case anyone else was having trouble, turns out this was a bug and was fixed in the latest beta update. Yay!

  • I can't figure out how to use the tilemap brush editor. It won't let me select other tiles (see screenshot, it stays stuck on the first tilemap and clicking on others doesn't change the selection)

    Is there a video tutorial for it somewhere? Tried finding one but couldn't find anything.

    Tagged:

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • russpuppy Here you go:

    https://www.dropbox.com/s/u9fv261wv84dccx/QR_Encoding.c3p?dl=0

    I made it using an external JS library, no addon is needed.

    This is amazing! Thank you!!