goodfeet's Forum Posts

  • >

    >

    > Hello,

    >

    > Nice plugin, but that should of been something that you should been implemented before selling this plugin. Being able to add custom variables to the database is a MUST! So once you update to include that, then I'll buy this.

    >

    I don't think that is a MUST . This is a plugin for login system , not MySQl table creator .

    You can create your custom tables and variables with some PHP code . It's not too hard !

    It is not too hard, but having a plugin that could do this for you would be a reason to buy this for sure!

  • Hey, I really like your plugin and Im probably going to buy it.

    But I have one suggestion:

    As addition to the leaderboards, users can have stats (for example: what level they are, or how much money they have).

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • This is in Bitcoins obviously.

  • if I understood correctly...GoodfeetName.capx

    Thanks alot! This should work perfectly, didn't know it was so easy.

  • Hey, I've recently got Twitch IRC chat integration working.

    Now the problem is: I can receive messages but theire long for example when someone says !join in the Twitch chat:

    @color=#FF8400;display-name=Goodfeet;emotes=;mod=0;room-id=36869929;subscriber=0;turbo=0;user-id=36869929;user-type= :goodfeet!goodfeet@goodfeet.tmi.twitch.tv PRIVMSG #goodfeet :!join
    [/code:2i8pw7u7]
    
    Now, I got it working by checking if the message contains !join, but this doesn't give me the username it's coming from and it also works when someone type for example: '!joinsfhsdfhsfhd' so this is not a good solution either.  I also need to get the user's Twitch username (in this case Goodfeet).
    How would I get his Twitch username from this string? Is there a way to get it from this string?:
    [code:2i8pw7u7]display-name=Goodfeet[/code:2i8pw7u7]
    
    If this isn't possible, how would I go about making a plugin to solve this?
  • Hey, are you planning to release the .capx soon?

    Would be REALLY useful, thanks alot!

  • Hey guys, lately there have been more and more games with Twitch integration.

    Im wondering, how would I integrate the Twitch chat with a Construct 2 game?

    For example when someone says !join in the chat, I add their Twitch username to the game.

    Only possibility I could think of is reading the IRC but I have no idea how to do that in Construct 2.

    Im sure Twitch integration would be REALLY helpful for alot of people.

    Regards,

    Goodfeet

  • Only if they added native exporting options, it could be called Construct 3. Construct 2 is perfect.

  • This should work:

    circle compare variable

    systen compare two values: circle.pickedcount = circle,count

    This worked! Thanks for the quick reply.

  • This is a pretty easy fix:

    When score < 0 set score to 0.[/code:3ig0vmm3]
    
    Or you could use Kyatric's solution. That's probably a better choice in the long run.
  • Hey guys, Im having a problem that could possibly be fixed very easily but I just can't think of a solution right now.

    Im having 9 circles, each of them have a unique index (just a object variable, circle 1 is index 0, circle 2 index 1 etc.)

    When you tap a circle it toggles the pressed object variable (not a boolean, im using the VeryVariable toggle method.)

    Each circle can have 2 states, first one is pressed, if this is true then it will fill the circle. The second one is unpressed, if this is true it will only show the surrounding line of the circle.)

    Now I want to check if ALL the circles are in the same state (the unpressed state) and if yes, I want to continue to next level.

    I would really appreciate it if someone could help me with this (probably easy to fix) problem.

  • Nice style, will definitely contact you when I need some pixelart done.

  • Im using PyxelEdit.

  • goodfeet

    What do you mean? What's discontinued?

    This plugin has been discontinued. Support for registered users is available at .

    And it's also gone from their website.

  • Sad that it's discontinued. Now when im semi-done with a social game powered by this plugin.

    I really hope that it will keep working as Parse updates.