alastair's Forum Posts

  • not allowing multiple posts is a good idea.

    I wonder if there are additional methods that could help stop bots and bad people, without annoying the rest of us too much.

  • Maybe it shouldn't need to update the level layouts?

    Like if you change an object, it could just store the information in its own object file. Why does it need to instantly modify the layouts when all you've done is change an object?

    So if you rename a variable, the layouts wouldn't care because the events are still referencing the same hidden variable ID.

    And if you removed a variable from an object, then when you open a sheet and C3 notices that a variable is missing - it would then just remove the variable references as needed. So you just wouldn't use that sheet if someone else was working on it.

    Therefore, there's no conflicts with collaboration in the situation you describe.

  • After I login on the website, it takes a while, then it goes to the homepage. Instead of returning me to the page I was on.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Tom I think he means how every profile says private now. Makes it harder to see people's addons and stuff now. I don't know if there's any point to this feature.

  • I use a couple of computers in my room at different times. It seems like I have to log in to this one every morning.

    I didn't have to do that before.

  • You do not have permission to view this post

  • thanks Ashley and Tokinsom, these solutions will be a great improvement for working on large projects!

    if layer "parent" as sub-layers "foo" and "bar", and you rename "bar" to "baz", there doesn't seem to be any way to tell this apart from deleting "bar" and adding a new layer named "baz".

    That's interesting that it's tricky for renames to apply across multiple layouts.

    What if there was a hidden internal unique ID for layers? So it doesn't have to assume that a rename was a layer deletion, because it can see it still has the same ID.

  • I need to use this for my UI

    github.com/Scirra/Construct-feature-requests/issues/726

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • The new 3D mode viewer also doesn't seem to respect dark theme:

    Perhaps this is another opportunity to update dark theme?

    github.com/Scirra/Construct-feature-requests/issues/797

  • luckyrawatlucky your theme looks ok, but it changes everything.

    This thread is about people that want 1 thing in the default theme to be fixed.

  • thanks, that's a clever idea!

  • thanks, helpful

    citron2010 but how did you do multiple languages with SpriteFont? Did you just use multiple seperate objects? And hide the ones that aren't being used?

    Because when generating the SpriteFont image, you normally need to use seperate font files for different languages, as the SpriteFont tools seem to only allow for one font file.