[Free] Let your players design their own clothing — live in 5 minutes [FiveM First]

not possible unfortunately :frowning:

Thank you very much! And yes, you can 100% use this on your own server!

Yeah, I know about that. but I was thinking more about having an option for people who don’t sell anything through Tebex and still want to use this feature in-game. Because this Script is fire

For example, it could be job-based. You could have a clothing designer job where players visit them in-game, request custom clothing, and the designer creates the outfit for them. Everything would be paid with in-game money instead of real money.

I hope you get what I mean. :grinning_face_with_smiling_eyes:

1 Like

Ah-ha! I understand what you mean. The idea behind INTRACT has been 2 things:
1 - Allow a server’s players to easily customize clothing (and other things in the future) and easily get them in the game
2 - Create a new revenue stream for server owners in player customization without all the hassles that come with it (i.e. discord tickets, back and fourth communications with players/artists, formatting, wasted time, etc.)

That being said - at this time, we are thinking about how to turn this into a in-game job using both AI and practical editing techniques, but due to FiveM/CFX’s stance on AI generation, it’s proving to be a difficult problem to solve.

Great question - I’ll let you know if and when we find a solution.

1 Like

A magnificent release, I’m impressed by the work done

1 Like

Great release it’s a concept we have actually considered. Perhaps interesting to add would be the “clothing job” we had in mind back then.

  1. Player owned clothing shops
  2. Player owned sewing factory (using gta one) to produce the clothing.

That way players can produce limited clothing , create their own brands and more!

Good luck and amazing FREE release!

3 Likes

@KonflictStudio this is a great idea! We’ll add this to the roadmap!

1 Like

I’m sorry, i see that there is something writted about an API key to your website. My question was, do we need something from you to run this hole project? Ok, i get it, i put the lua script in my server but the website were my players order clothes is in your server and what happen if for no reason you shotdown the website, can we use the project?

1 Like

@MrDon3 I don’t see that happening (INTRACT getting shut down) - but if we did for some reason get shut down, we would give all Server Owners advanced notification - and you would still have all the files on your server (they just wouldn’t be able to create new ones).

  • Hope this answered your question

but every customized thing take 1 slot? 1ytd 1item?

No malice here - that’s not what we do :slight_smile:

Yes - every players customization takes up 1 slot and 1 ytd :slight_smile: Just like Servers selling “Clothing Slots” on their Tebex stores (INTRACT just takes all the fuss out of it)

Hi mate, we upload all our models to the system, about 80 male and 80 female, then each time a customer creates a new ytd it knows where it should be and adds it onto the model as a texture, so essentially if you have 20 people order against the same model, it’s just 1 model with 20 textures. The system puts them in order for you and you download the pack fully optimised and completed. We’ve spent years building clothing packs with dirty cloth and had our own designer team before using Intract. After doing 57,000 custom items of clothing now in our city, we still have the best optimised packs for performance and usage, feel free to pop in our city and check it out. Intract knows is the same model each time and created the drawable texture against it

If it makes you feel better, we don’t personally use the automatic executable side. There is a button to pack create inside intract and just drop that new file yourself into the server. They really have thought of every idea on this already

1 Like

so knowing Javascript and the malicious things you can do with it, can you PERSONALLY guarantee it is not malicious at all?

Edit: this is shading me out:

const crypto = require(‘crypto’);

@Hendersonytofficial YES - I can PERSONALLY guarantee this is not malicious

https://developer.mozilla.org/en-US/docs/Web/API/Crypto https://nodejs.org/api/crypto.html

crypto is JS has nothing to do with “crypto currency” or whatever you are thinking. This is literally how we simply verify webhook secret against timing attacks (in NodeJS)

)

1 Like

Thanks for the detailed explanation!

I can also understand why AI is difficult to implement right now with Cfx’s current stance.

I just wanted to throw the idea out there because I think there are probably quite a few servers that don’t monetize through Tebex but would still love to use a system like this. A job-based version with in-game payments could fit really well for roleplay servers and create a unique gameplay loop.

Either way, I think the script is awesome, and I’m looking forward to seeing where you take it in the future. Thanks for considering the idea!

1 Like

I don’t know, but it having path traversal is weird, the paths come straight from the payload without validation, so with a simple ../ it can easily write outside the folder

1 Like

free script bro??? i see good? amazing i will use them for sure improves a lot roleplay and if player can make own clothes by tebex 2 in 1 look un real

1 Like

@Ectomorfus2 That is an excellent point! We’re are going to add in validations and release a updated version of the script tomorrow.