How could I set up a functioning clothing system?

Welcome to our brand new Clickteam Community Hub! We hope you will enjoy using the new features, which we will be further expanding in the coming months.

A few features including Passport are unavailable initially whilst we monitor stability of the new platform, we hope to bring these online very soon. Small issues will crop up following the import from our old system, including some message formatting, translation accuracy and other things.

Thank you for your patience whilst we've worked on this and we look forward to more exciting community developments soon!

Clickteam.
  • My game requires that players can wear different clothing. This would also need to appear on everyone's screen through lacewing. I have experimented with having an Active object for each clothing with all its animations and creating / positioning them through an ID system. This system seems to not work and be very inefficient. Does anyone help any advice or help with this? I also need this system to be very expandable because there will be hundreds of clothing types.
    Thanks for any help!

  • [MENTION=27299]Raok[/MENTION] Efficiency is something you can calculate about after the system works.

    I would either send a message on channel join and peer connect, or put it as part of the player's name and use a string tokeniser.

    The ID system would be my way as well. Assign each clothing active an ID, and match it to a player, moving them with
    + Always
    - Start Foreach on Player

    + Foreach on Player
    + ID("Clothing") = ID("Player") [don't use Compare Two General Values]
    - Set Clothing to Player position

    If you want faster support from me, you'd be better off asking on Please login to see this link..

    Darkwire Software Lead Programmer (C++ & C#)
    Please login to see this link. | Please login to see this link. | Please login to see this link. | Please login to see this link.

Participate now!

Don’t have an account yet? Register yourself now and be a part of our community!